diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/portal/static/src/scss/bootstrap_overridden.scss | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/portal/static/src/scss/bootstrap_overridden.scss')
| -rw-r--r-- | addons/portal/static/src/scss/bootstrap_overridden.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/addons/portal/static/src/scss/bootstrap_overridden.scss b/addons/portal/static/src/scss/bootstrap_overridden.scss new file mode 100644 index 00000000..243cff2d --- /dev/null +++ b/addons/portal/static/src/scss/bootstrap_overridden.scss @@ -0,0 +1,34 @@ +// This variable affects the `.h-*` and `.w-*` classes. +$sizes: () !default; +$sizes: map-merge(( + 0: 0, +), $sizes); + +// Body +// +// Settings for the `<body>` element. + +$body-bg: $o-portal-default-body-bg !default; + +// Fonts +// +// Font, line-height, and color for body text, headings, and more. + +$font-size-sm: (12 / 16) * 1rem !default; + +// Buttons +// +// For each of Bootstrap's buttons, define text, background, and border color. + +$btn-padding-y-sm: (1 / 16) * 1rem !default; +$btn-padding-x-sm: (5 / 16) * 1rem !default; + +// Navbar + +$navbar-dark-toggler-border-color: transparent; +$navbar-light-toggler-border-color: transparent; + +// Modals + +$modal-lg: $o-modal-lg; +$modal-md: $o-modal-md; |
