mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
fix: osano styling box-sizing
This commit is contained in:
File diff suppressed because one or more lines are too long
7
styles/_osano.scss
Normal file
7
styles/_osano.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.osano-cm-close {
|
||||
box-sizing: content-box !important;
|
||||
}
|
||||
|
||||
.osano-cm-switch {
|
||||
box-sizing: content-box !important;
|
||||
}
|
||||
@@ -20,7 +20,7 @@ $card-spacer-y: 2rem;
|
||||
$card-deck-margin: 1.25rem;
|
||||
$card-border-radius: $border-radius-lg;
|
||||
$card-columns-gap: 2rem;
|
||||
$caret-width: .4em;
|
||||
$caret-width: 0.4em;
|
||||
|
||||
$input-btn-padding-y: 1rem;
|
||||
$input-btn-padding-x: 1.5rem;
|
||||
@@ -29,8 +29,10 @@ $input-btn-line-height: 1.25;
|
||||
$input-font-size: 1rem;
|
||||
|
||||
// @import "_font-face.scss";
|
||||
$font-family-monospace: 'Space Mono', monospace;
|
||||
$font-family-sans-serif: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
$font-family-monospace: "Space Mono", monospace;
|
||||
$font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
|
||||
sans-serif;
|
||||
$base-size: 16px;
|
||||
$line-height-base: 1.5;
|
||||
|
||||
@@ -71,6 +73,7 @@ $line-height-base: 1.5;
|
||||
// @import "_top-banner.scss";
|
||||
@import "_docs-landing.scss";
|
||||
@import "_xrplai.scss";
|
||||
@import "_osano.scss";
|
||||
// Light/Dark theme settings ---------------------------------------------------
|
||||
// Option to only change theme on user system settings. No toggle.
|
||||
|
||||
@@ -85,5 +88,5 @@ $line-height-base: 1.5;
|
||||
// }
|
||||
|
||||
html.light {
|
||||
@import "light/_light-theme.scss";
|
||||
@import "light/_light-theme.scss";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user