@design-factory/design-factory 20.0.2 → 21.0.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -11
- package/fesm2022/design-factory.mjs +889 -1113
- package/fesm2022/design-factory.mjs.map +1 -1
- package/package.json +21 -48
- package/schematics/migrations/21_0_0/style-import-package/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/style-import-package/index.js +64 -0
- package/schematics/migrations/migration.json +5 -0
- package/schematics/ng-add/index.js +10 -24
- package/{index.d.ts → types/design-factory.d.ts} +47 -71
- package/assets/.gitkeep +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2 +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff2 +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- package/assets/fonts/noto/notosans-bold.woff +0 -0
- package/assets/fonts/noto/notosans-bold.woff2 +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-italic.woff +0 -0
- package/assets/fonts/noto/notosans-italic.woff2 +0 -0
- package/assets/fonts/noto/notosans-light.woff +0 -0
- package/assets/fonts/noto/notosans-light.woff2 +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-regular.woff +0 -0
- package/assets/fonts/noto/notosans-regular.woff2 +0 -0
- package/assets/fonts/noto/notosans-thin.woff +0 -0
- package/assets/fonts/noto/notosans-thin.woff2 +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff2 +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff2 +0 -0
- package/design-factory-initial-branding.css +0 -13
- package/design-factory-initial-branding.scss +0 -1
- package/design-factory-utilities.scss +0 -5
- package/design-factory.css +0 -13
- package/design-factory.scss +0 -3
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +0 -358
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +0 -1
- package/styles/scss/_common.mixins.scss +0 -30
- package/styles/scss/_common.root.scss +0 -70
- package/styles/scss/_common.scss +0 -51
- package/styles/scss/_common.variables.scss +0 -79
- package/styles/scss/_variables.scss +0 -61
- package/styles/scss/agnosui/_variables.scss +0 -28
- package/styles/scss/bootstrap/_maps.scss +0 -52
- package/styles/scss/bootstrap/_mixins-override.scss +0 -69
- package/styles/scss/bootstrap/_rtl-styles-override.scss +0 -127
- package/styles/scss/bootstrap/_utilities-override.scss +0 -25
- package/styles/scss/bootstrap/_variables-dark.scss +0 -86
- package/styles/scss/bootstrap/_variables.scss +0 -2622
- package/styles/scss/components/.gitkeep +0 -0
- package/styles/scss/components/accordion/_accordion.scss +0 -241
- package/styles/scss/components/accordion/_accordion.variables.scss +0 -19
- package/styles/scss/components/alert/_alert.scss +0 -236
- package/styles/scss/components/alert/_alert.variables.scss +0 -56
- package/styles/scss/components/badge/_badge.mixins.scss +0 -23
- package/styles/scss/components/badge/_badge.scss +0 -483
- package/styles/scss/components/badge/_badge.variables.scss +0 -28
- package/styles/scss/components/brand-color/_brand-color.mixins.scss +0 -42
- package/styles/scss/components/brand-color/_brand-color.scss +0 -20
- package/styles/scss/components/brand-color/_brand-color.variables.scss +0 -152
- package/styles/scss/components/brand-color/_brand-color_container.scss +0 -23
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +0 -127
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -21
- package/styles/scss/components/button/_button.scss +0 -1090
- package/styles/scss/components/button/_button.utils.scss +0 -35
- package/styles/scss/components/button/_button.variables.scss +0 -48
- package/styles/scss/components/button/_button_container.scss +0 -47
- package/styles/scss/components/card/_card.scss +0 -208
- package/styles/scss/components/card/_card.variables.scss +0 -33
- package/styles/scss/components/carousel/_carousel.scss +0 -51
- package/styles/scss/components/carousel/_carousel.variables.scss +0 -12
- package/styles/scss/components/checkbox/_checkbox.scss +0 -68
- package/styles/scss/components/checkbox/_checkbox.variables.scss +0 -7
- package/styles/scss/components/collapse/_collapse.scss +0 -99
- package/styles/scss/components/collapse/_collapse.variables.scss +0 -7
- package/styles/scss/components/datepicker/_datepicker.scss +0 -362
- package/styles/scss/components/datepicker/_datepicker.variables.scss +0 -64
- package/styles/scss/components/dropdown/_dropdown.mixins.scss +0 -8
- package/styles/scss/components/dropdown/_dropdown.scss +0 -178
- package/styles/scss/components/dropdown/_dropdown.variables.scss +0 -24
- package/styles/scss/components/fieldset/_fieldset.scss +0 -8
- package/styles/scss/components/fieldset/_fieldset.variables.scss +0 -2
- package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +0 -1585
- package/styles/scss/components/fonts/_font-awesome-icons.scss +0 -12886
- package/styles/scss/components/fonts/_font-faces.mixins.scss +0 -579
- package/styles/scss/components/fonts/_fonts-family.scss +0 -229
- package/styles/scss/components/fonts/_fonts.root.scss +0 -28
- package/styles/scss/components/fonts/_fonts.scss +0 -101
- package/styles/scss/components/fonts/_fonts.variables.scss +0 -33
- package/styles/scss/components/fonts/_icon-font.scss +0 -94
- package/styles/scss/components/fonts/_icon-font.variables.scss +0 -14
- package/styles/scss/components/fonts/_multi-lang.mixins.scss +0 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +0 -12
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +0 -21
- package/styles/scss/components/fonts/multi-lang/_cyrillic-extended.mixins.scss +0 -11
- package/styles/scss/components/fonts/multi-lang/_cyrillic.mixins.scss +0 -10
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +0 -33
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +0 -18
- package/styles/scss/components/footer/_footer.mixins.scss +0 -36
- package/styles/scss/components/footer/_footer.scss +0 -86
- package/styles/scss/components/footer/_footer.variables.scss +0 -14
- package/styles/scss/components/form/_form.scss +0 -206
- package/styles/scss/components/form/_form.variables.scss +0 -34
- package/styles/scss/components/icon/_amadeus-icon.scss +0 -39
- package/styles/scss/components/icon/_amadeus-icon.variables.scss +0 -4
- package/styles/scss/components/inputs/_inputs.mixin.scss +0 -125
- package/styles/scss/components/inputs/_inputs.root.scss +0 -8
- package/styles/scss/components/inputs/_inputs.scss +0 -292
- package/styles/scss/components/inputs/_inputs.variables.scss +0 -39
- package/styles/scss/components/link/_link.mixins.scss +0 -198
- package/styles/scss/components/link/_link.scss +0 -170
- package/styles/scss/components/link/_link.variables.scss +0 -55
- package/styles/scss/components/list/_list.scss +0 -20
- package/styles/scss/components/list/_list.variables.scss +0 -4
- package/styles/scss/components/list-group/_list-group.scss +0 -101
- package/styles/scss/components/list-group/_list-group.variables.scss +0 -10
- package/styles/scss/components/media/_media.scss +0 -89
- package/styles/scss/components/media/_media.variables.scss +0 -19
- package/styles/scss/components/modal/_modal.scss +0 -247
- package/styles/scss/components/modal/_modal.variables.scss +0 -29
- package/styles/scss/components/navbar/_navbar.mixins.scss +0 -55
- package/styles/scss/components/navbar/_navbar.scss +0 -563
- package/styles/scss/components/navbar/_navbar.variables.scss +0 -102
- package/styles/scss/components/pagination/_pagination.scss +0 -251
- package/styles/scss/components/pagination/_pagination.variables.scss +0 -35
- package/styles/scss/components/pagination/_pagination_container.scss +0 -17
- package/styles/scss/components/popover/_popover.mixin.scss +0 -46
- package/styles/scss/components/popover/_popover.scss +0 -45
- package/styles/scss/components/popover/_popover.variables.scss +0 -25
- package/styles/scss/components/popover/_popover_container.scss +0 -214
- package/styles/scss/components/progressbar/_progressbar.scss +0 -93
- package/styles/scss/components/progressbar/_progressbar.variables.scss +0 -28
- package/styles/scss/components/radio/_radio.scss +0 -50
- package/styles/scss/components/radio/_radio.variables.scss +0 -4
- package/styles/scss/components/rating/_rating.scss +0 -118
- package/styles/scss/components/rating/_rating.variables.scss +0 -20
- package/styles/scss/components/scrollspy/_scrollspy.scss +0 -88
- package/styles/scss/components/scrollspy/_scrollspy.variables.scss +0 -23
- package/styles/scss/components/select/_select.mixin.scss +0 -34
- package/styles/scss/components/select/_select.scss +0 -804
- package/styles/scss/components/select/_select.variables.scss +0 -89
- package/styles/scss/components/separator/_separator.scss +0 -9
- package/styles/scss/components/separator/_separator.variables.scss +0 -1
- package/styles/scss/components/sidenav/_sidenav.scss +0 -347
- package/styles/scss/components/sidenav/_sidenav.variables.scss +0 -104
- package/styles/scss/components/skip-links/_skip-links.scss +0 -40
- package/styles/scss/components/skip-links/_skip-links.variables.scss +0 -9
- package/styles/scss/components/slider/_slider.scss +0 -422
- package/styles/scss/components/slider/_slider.variables.scss +0 -59
- package/styles/scss/components/speechbubble/_speechbubble.scss +0 -166
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +0 -27
- package/styles/scss/components/spinner/_spinner.scss +0 -126
- package/styles/scss/components/spinner/_spinner.variables.scss +0 -30
- package/styles/scss/components/spinner/_spinner_container.scss +0 -43
- package/styles/scss/components/stepper/_stepper.mixins.scss +0 -176
- package/styles/scss/components/stepper/_stepper.scss +0 -254
- package/styles/scss/components/stepper/_stepper.variables.scss +0 -88
- package/styles/scss/components/table/_advancedtables.scss +0 -306
- package/styles/scss/components/table/_table.scss +0 -19
- package/styles/scss/components/table/_table.variables.scss +0 -37
- package/styles/scss/components/tabs/_tabs.scss +0 -277
- package/styles/scss/components/tabs/_tabs.variables.scss +0 -36
- package/styles/scss/components/timepicker/_timepicker.scss +0 -5
- package/styles/scss/components/timepicker/_timepicker.variables.scss +0 -1
- package/styles/scss/components/toast/_toast.scss +0 -354
- package/styles/scss/components/toast/_toast.variables.scss +0 -18
- package/styles/scss/components/toggle/_toggle.scss +0 -145
- package/styles/scss/components/toggle/_toggle.variables.scss +0 -22
- package/styles/scss/components/tooltip/_tooltip.scss +0 -24
- package/styles/scss/components/tooltip/_tooltip.variables.scss +0 -6
- package/styles/scss/components/tooltip/_tooltip_container.scss +0 -116
- package/styles/scss/components/typeahead/_typeahead.scss +0 -59
- package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
- package/styles/scss/df-styles-namespace.scss +0 -165
- package/styles/scss/df-styles.scss +0 -117
- package/styles/scss/themes/brand2023/_variables.scss +0 -1140
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +0 -868
- package/styles/scss/themes/brand2023/tokens/_root.gen.scss +0 -1709
- package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +0 -1468
- package/styles/scss/utilities/_common.utilities.scss +0 -205
- package/styles/scss/utilities/_form.mixins.scss +0 -26
- package/styles/scss/utilities/_rgb.scss +0 -10
- package/tokens/style-dictionary/index.d.ts +0 -60
|
@@ -1,2622 +0,0 @@
|
|
|
1
|
-
@use 'sass:math';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
@use 'sass:color';
|
|
4
|
-
@use 'sass:meta';
|
|
5
|
-
|
|
6
|
-
// stylelint-disable scss/dollar-variable-pattern
|
|
7
|
-
// Variables
|
|
8
|
-
//
|
|
9
|
-
// Variables should follow the `$component-state-property-size` formula for
|
|
10
|
-
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
|
|
11
|
-
|
|
12
|
-
// Color system
|
|
13
|
-
|
|
14
|
-
$prefix: df- !default;
|
|
15
|
-
|
|
16
|
-
$df-initialBranding: true !default;
|
|
17
|
-
|
|
18
|
-
// scss-docs-start gray-color-variables
|
|
19
|
-
$white: #fff !default;
|
|
20
|
-
$black: #000 !default; // changed
|
|
21
|
-
|
|
22
|
-
// DF specific colors
|
|
23
|
-
// Grey colors
|
|
24
|
-
$gray-1000: #000000 !default;
|
|
25
|
-
$gray-900: #1a1a1a !default;
|
|
26
|
-
$gray-800: #333 !default;
|
|
27
|
-
$gray-700: #4d4d4d !default;
|
|
28
|
-
$gray-600: #666 !default;
|
|
29
|
-
$gray-500: #808080 !default;
|
|
30
|
-
$gray-400: #999 !default;
|
|
31
|
-
$gray-300: #b3b3b3 !default;
|
|
32
|
-
$gray-200: #ccc !default;
|
|
33
|
-
$gray-100: #e6e6e6 !default;
|
|
34
|
-
$gray-50: #f2f2f2 !default;
|
|
35
|
-
$gray-0: #ffffff !default;
|
|
36
|
-
// scss-docs-end gray-color-variables
|
|
37
|
-
|
|
38
|
-
// fusv-disable
|
|
39
|
-
// scss-docs-start gray-colors-map
|
|
40
|
-
$grays: (
|
|
41
|
-
'0': $gray-0,
|
|
42
|
-
'50': $gray-50,
|
|
43
|
-
'100': $gray-100,
|
|
44
|
-
'200': $gray-200,
|
|
45
|
-
'300': $gray-300,
|
|
46
|
-
'400': $gray-400,
|
|
47
|
-
'500': $gray-500,
|
|
48
|
-
'600': $gray-600,
|
|
49
|
-
'700': $gray-700,
|
|
50
|
-
'800': $gray-800,
|
|
51
|
-
'900': $gray-900,
|
|
52
|
-
'1000': $gray-1000
|
|
53
|
-
) !default;
|
|
54
|
-
// scss-docs-end gray-colors-map
|
|
55
|
-
// fusv-enable
|
|
56
|
-
|
|
57
|
-
// scss-docs-start color-variables
|
|
58
|
-
$blue: #005eb8 !default;
|
|
59
|
-
$indigo: #6610f2 !default;
|
|
60
|
-
$purple: #6f2b8d !default;
|
|
61
|
-
$pink: #ce0058 !default;
|
|
62
|
-
$red: #c60000 !default;
|
|
63
|
-
$orange: #f7a827 !default;
|
|
64
|
-
$yellow: #feeb3d !default;
|
|
65
|
-
$green: #008540 !default;
|
|
66
|
-
$teal: #1a7ead !default;
|
|
67
|
-
$cyan: #009dd1 !default;
|
|
68
|
-
|
|
69
|
-
// DF specific colors
|
|
70
|
-
$dark-orange: #e95326 !default;
|
|
71
|
-
$light-blue: #9bcaeb !default;
|
|
72
|
-
$brown: #9e6900 !default;
|
|
73
|
-
$brand-green: #00a34e !default;
|
|
74
|
-
// scss-docs-end color-variables
|
|
75
|
-
|
|
76
|
-
// scss-docs-start colors-map
|
|
77
|
-
$colors: (
|
|
78
|
-
'blue': $blue,
|
|
79
|
-
'purple': $purple,
|
|
80
|
-
'pink': $pink,
|
|
81
|
-
'red': $red,
|
|
82
|
-
'orange': $orange,
|
|
83
|
-
'dark-orange': $dark-orange,
|
|
84
|
-
'yellow': $yellow,
|
|
85
|
-
'green': $green,
|
|
86
|
-
'teal': $teal,
|
|
87
|
-
'cyan': $cyan,
|
|
88
|
-
'white': $white,
|
|
89
|
-
'brown': $brown,
|
|
90
|
-
'brand-green': $brand-green,
|
|
91
|
-
'light-blue': $light-blue,
|
|
92
|
-
'black': $black
|
|
93
|
-
) !default;
|
|
94
|
-
// scss-docs-end colors-map
|
|
95
|
-
|
|
96
|
-
// scss-docs-start theme-color-variables
|
|
97
|
-
$primary: $blue !default;
|
|
98
|
-
$secondary: $gray-600 !default;
|
|
99
|
-
$success: $green !default;
|
|
100
|
-
$info: $teal !default;
|
|
101
|
-
$warning: $orange !default;
|
|
102
|
-
$danger: $red !default;
|
|
103
|
-
$light: $gray-100 !default;
|
|
104
|
-
$dark: $gray-700 !default;
|
|
105
|
-
|
|
106
|
-
// DF Theme colors
|
|
107
|
-
$mystery: $purple !default;
|
|
108
|
-
$love: $pink !default;
|
|
109
|
-
$pacific: $light-blue !default;
|
|
110
|
-
|
|
111
|
-
// Added DF theme colors
|
|
112
|
-
$dark-primary: color.adjust($primary, $lightness: -10%) !default;
|
|
113
|
-
$light-primary: color.mix($primary, $white, 10%) !default;
|
|
114
|
-
// scss-docs-end theme-color-variables
|
|
115
|
-
|
|
116
|
-
// scss-docs-start theme-colors-map
|
|
117
|
-
$theme-colors: (
|
|
118
|
-
'primary': $primary,
|
|
119
|
-
'secondary': $secondary,
|
|
120
|
-
'success': $success,
|
|
121
|
-
'info': $info,
|
|
122
|
-
'warning': $warning,
|
|
123
|
-
'danger': $danger,
|
|
124
|
-
'light': $light,
|
|
125
|
-
'dark': $dark,
|
|
126
|
-
'mystery': $mystery,
|
|
127
|
-
'love': $love,
|
|
128
|
-
'pacific': $pacific
|
|
129
|
-
) !default;
|
|
130
|
-
// scss-docs-end theme-colors-map
|
|
131
|
-
|
|
132
|
-
// scss-docs-start theme-colors-rgb
|
|
133
|
-
$theme-colors-rgb: map-loop($theme-colors, to-rgb, '$value') !default;
|
|
134
|
-
// scss-docs-end theme-colors-rgb
|
|
135
|
-
|
|
136
|
-
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
137
|
-
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
138
|
-
// $min-contrast-ratio: 4.5 !default;
|
|
139
|
-
|
|
140
|
-
// Customize the light and dark text colors for use in our color contrast function.
|
|
141
|
-
// $color-contrast-dark: $black !default;
|
|
142
|
-
// $color-contrast-light: $white !default;
|
|
143
|
-
|
|
144
|
-
$dark-900: color.adjust($dark, $lightness: -10%) !default;
|
|
145
|
-
$dark-800: color.adjust($dark, $lightness: -5%) !default;
|
|
146
|
-
$dark-700: $dark !default; // normal dark
|
|
147
|
-
$dark-600: #666 !default;
|
|
148
|
-
$dark-500: #808080 !default;
|
|
149
|
-
$dark-400: #999 !default;
|
|
150
|
-
$dark-300: #b3b3b3 !default;
|
|
151
|
-
$dark-200: #ccc !default;
|
|
152
|
-
$dark-100: #e6e6e6 !default;
|
|
153
|
-
$dark-50: #fafafa !default; // added to the olf DF palette
|
|
154
|
-
|
|
155
|
-
$light-900: #1a1a1a !default;
|
|
156
|
-
$light-800: #333 !default;
|
|
157
|
-
$light-700: #4d4d4d !default;
|
|
158
|
-
$light-600: #666 !default;
|
|
159
|
-
$light-500: #808080 !default;
|
|
160
|
-
$light-400: #999 !default;
|
|
161
|
-
$light-300: color.adjust($light, $lightness: -10%) !default;
|
|
162
|
-
$light-200: color.adjust($light, $lightness: -5%) !default;
|
|
163
|
-
$light-100: $light !default; // normal light
|
|
164
|
-
$light-50: #fafafa !default; // added to the olf DF palette
|
|
165
|
-
|
|
166
|
-
$white-900: #1a1a1a !default;
|
|
167
|
-
$white-800: #333 !default;
|
|
168
|
-
$white-700: #4d4d4d !default;
|
|
169
|
-
$white-600: #666 !default;
|
|
170
|
-
$white-500: #808080 !default;
|
|
171
|
-
$white-400: #999 !default;
|
|
172
|
-
$white-300: #b3b3b3 !default;
|
|
173
|
-
$white-200: color.adjust($white, $lightness: -10%) !default; // normal white
|
|
174
|
-
$white-100: color.adjust($white, $lightness: -5%) !default; // added to the olf DF palette
|
|
175
|
-
$white-50: $white !default;
|
|
176
|
-
|
|
177
|
-
// fusv-disable
|
|
178
|
-
$blue-50: color.mix($blue, $white, 5%) !default;
|
|
179
|
-
$blue-100: color.mix($blue, $white, 10%) !default;
|
|
180
|
-
$blue-200: color.mix($blue, $white, 15%) !default;
|
|
181
|
-
$blue-300: #61a2ff !default;
|
|
182
|
-
$blue-400: #3a8bff !default;
|
|
183
|
-
$blue-500: $blue !default;
|
|
184
|
-
$blue-600: #104ea4 !default;
|
|
185
|
-
$blue-700: color.adjust($blue, $lightness: -5%) !default;
|
|
186
|
-
$blue-800: color.adjust($blue, $lightness: -10%) !default;
|
|
187
|
-
$blue-900: #000521 !default;
|
|
188
|
-
|
|
189
|
-
$pacific-50: color.mix($pacific, $white, 5%) !default;
|
|
190
|
-
$pacific-100: color.mix($pacific, $white, 10%) !default;
|
|
191
|
-
$pacific-200: color.mix($pacific, $white, 15%) !default;
|
|
192
|
-
$pacific-300: #61a2ff !default; // not used ?
|
|
193
|
-
$pacific-400: #3a8bff !default;
|
|
194
|
-
$pacific-500: $pacific !default;
|
|
195
|
-
$pacific-600: #104ea4 !default;
|
|
196
|
-
$pacific-700: color.adjust($pacific, $lightness: -5%) !default;
|
|
197
|
-
$pacific-800: color.adjust($pacific, $lightness: -10%) !default;
|
|
198
|
-
$pacific-900: #000521 !default;
|
|
199
|
-
|
|
200
|
-
$primary-50: color.mix($primary, $white, 5%) !default;
|
|
201
|
-
$primary-100: color.mix($primary, $white, 10%) !default;
|
|
202
|
-
$primary-200: color.mix($primary, $white, 15%) !default;
|
|
203
|
-
$primary-300: #61a2ff !default;
|
|
204
|
-
$primary-400: #3a8bff !default;
|
|
205
|
-
$primary-500: $primary !default;
|
|
206
|
-
$primary-600: #104ea4 !default;
|
|
207
|
-
$primary-700: color.adjust($primary, $lightness: -5%) !default;
|
|
208
|
-
$primary-800: color.adjust($primary, $lightness: -10%) !default;
|
|
209
|
-
$primary-900: #000521 !default;
|
|
210
|
-
|
|
211
|
-
$indigo-50: tint-color($indigo, 90%) !default;
|
|
212
|
-
$indigo-100: tint-color($indigo, 80%) !default;
|
|
213
|
-
$indigo-200: tint-color($indigo, 60%) !default;
|
|
214
|
-
$indigo-300: tint-color($indigo, 40%) !default;
|
|
215
|
-
$indigo-400: tint-color($indigo, 20%) !default;
|
|
216
|
-
$indigo-500: $indigo !default;
|
|
217
|
-
$indigo-600: shade-color($indigo, 20%) !default;
|
|
218
|
-
$indigo-700: shade-color($indigo, 40%) !default;
|
|
219
|
-
$indigo-800: shade-color($indigo, 60%) !default;
|
|
220
|
-
$indigo-900: shade-color($indigo, 80%) !default;
|
|
221
|
-
|
|
222
|
-
$purple-50: color.mix($purple, $white, 5%) !default;
|
|
223
|
-
$purple-100: color.mix($purple, $white, 10%) !default;
|
|
224
|
-
$purple-200: color.mix($purple, $white, 15%) !default;
|
|
225
|
-
$purple-300: #c573ff !default;
|
|
226
|
-
$purple-400: #b650ff !default;
|
|
227
|
-
$purple-500: $purple !default;
|
|
228
|
-
$purple-600: #6d3099 !default;
|
|
229
|
-
$purple-700: color.adjust($purple, $lightness: -5%) !default;
|
|
230
|
-
$purple-800: color.adjust($purple, $lightness: -10%) !default;
|
|
231
|
-
$purple-900: #160033 !default;
|
|
232
|
-
|
|
233
|
-
$pink-50: color.mix($pink, $white, 5%) !default;
|
|
234
|
-
$pink-100: color.mix($pink, $white, 10%) !default;
|
|
235
|
-
$pink-200: color.mix($pink, $white, 15%) !default;
|
|
236
|
-
$pink-300: #ff79bd !default;
|
|
237
|
-
$pink-400: #ff58ac !default;
|
|
238
|
-
$pink-500: $pink !default;
|
|
239
|
-
$pink-600: #993567 !default;
|
|
240
|
-
$pink-700: color.adjust($pink, $lightness: -5%) !default;
|
|
241
|
-
$pink-800: color.adjust($pink, $lightness: -10%) !default;
|
|
242
|
-
$pink-900: #34001f !default;
|
|
243
|
-
|
|
244
|
-
$red-50: color.mix($red, $white, 5%) !default;
|
|
245
|
-
$red-100: color.mix($red, $white, 10%) !default;
|
|
246
|
-
$red-200: color.mix($red, $white, 15%) !default;
|
|
247
|
-
$red-300: #ff7471 !default;
|
|
248
|
-
$red-400: #ff514d !default;
|
|
249
|
-
$red-500: $red !default;
|
|
250
|
-
$red-600: #b2271f !default;
|
|
251
|
-
$red-700: color.adjust($red, $lightness: -5%) !default;
|
|
252
|
-
$red-800: color.adjust($red, $lightness: -10%) !default;
|
|
253
|
-
$red-900: #430f0c !default;
|
|
254
|
-
|
|
255
|
-
$orange-50: color.mix($orange, $white, 5%) !default;
|
|
256
|
-
$orange-100: color.mix($orange, $white, 10%) !default;
|
|
257
|
-
$orange-200: color.mix($orange, $white, 15%) !default;
|
|
258
|
-
$orange-300: #ff8838 !default;
|
|
259
|
-
$orange-400: #ff7920 !default;
|
|
260
|
-
$orange-500: $orange !default;
|
|
261
|
-
$orange-600: color.adjust($orange, $lightness: -5%) !default;
|
|
262
|
-
$orange-700: color.adjust($orange, $lightness: -10%) !default;
|
|
263
|
-
$orange-800: #9e6900 !default; // Brown in the old branding as this is used as color for warning as text only
|
|
264
|
-
$orange-900: color.adjust(#9e6900, $lightness: -5%) !default;
|
|
265
|
-
|
|
266
|
-
$yellow-50: color.mix($yellow, $white, 5%) !default;
|
|
267
|
-
$yellow-100: color.mix($yellow, $white, 10%) !default;
|
|
268
|
-
$yellow-200: color.mix($yellow, $white, 15%) !default;
|
|
269
|
-
$yellow-300: #fdeb6d !default;
|
|
270
|
-
$yellow-400: #fce649 !default;
|
|
271
|
-
$yellow-500: $yellow !default;
|
|
272
|
-
$yellow-600: #978a2c !default;
|
|
273
|
-
$yellow-700: color.adjust($yellow, $lightness: -5%) !default;
|
|
274
|
-
$yellow-800: color.adjust($yellow, $lightness: -10%) !default;
|
|
275
|
-
$yellow-900: #2a2500 !default;
|
|
276
|
-
|
|
277
|
-
$green-50: color.mix($green, $white, 5%) !default;
|
|
278
|
-
$green-100: color.mix($green, $white, 10%) !default;
|
|
279
|
-
$green-200: color.mix($green, $white, 15%) !default;
|
|
280
|
-
$green-300: #a8ff8f !default;
|
|
281
|
-
$green-400: #92ff73 !default;
|
|
282
|
-
$green-500: $green !default;
|
|
283
|
-
$green-600: #569643 !default;
|
|
284
|
-
$green-700: color.adjust($green, $lightness: -5%) !default;
|
|
285
|
-
$green-800: color.adjust($green, $lightness: -10%) !default;
|
|
286
|
-
$green-900: #0f190b !default;
|
|
287
|
-
|
|
288
|
-
$teal-50: color.mix($teal, $white, 5%) !default;
|
|
289
|
-
$teal-100: color.mix($teal, $white, 10%) !default;
|
|
290
|
-
$teal-200: color.mix($teal, $white, 15%) !default;
|
|
291
|
-
$teal-300: #61a2ff !default;
|
|
292
|
-
$teal-400: #3a8bff !default;
|
|
293
|
-
$teal-500: $teal !default;
|
|
294
|
-
$teal-600: #104ea4 !default;
|
|
295
|
-
$teal-700: color.adjust($teal, $lightness: -5%) !default;
|
|
296
|
-
$teal-800: color.adjust($teal, $lightness: -10%) !default;
|
|
297
|
-
$teal-900: #000521 !default;
|
|
298
|
-
|
|
299
|
-
$info-50: color.mix($teal, $white, 5%) !default;
|
|
300
|
-
$info-100: color.mix($teal, $white, 10%) !default;
|
|
301
|
-
$info-200: color.mix($teal, $white, 15%) !default;
|
|
302
|
-
$info-300: #61a2ff !default; // not used ?
|
|
303
|
-
$info-400: #3a8bff !default;
|
|
304
|
-
$info-500: $info !default;
|
|
305
|
-
$info-600: #104ea4 !default;
|
|
306
|
-
$info-700: color.adjust($teal, $lightness: -5%) !default;
|
|
307
|
-
$info-800: color.adjust($teal, $lightness: -5%) !default;
|
|
308
|
-
$info-900: #000521 !default;
|
|
309
|
-
|
|
310
|
-
$danger-50: color.mix($danger, $white, 5%) !default;
|
|
311
|
-
$danger-100: color.mix($danger, $white, 10%) !default;
|
|
312
|
-
$danger-200: color.mix($danger, $white, 15%) !default;
|
|
313
|
-
$danger-300: #ff7471 !default;
|
|
314
|
-
$danger-400: #ff514d !default;
|
|
315
|
-
$danger-500: $danger !default;
|
|
316
|
-
$danger-600: #b2271f !default;
|
|
317
|
-
$danger-700: color.adjust($danger, $lightness: -5%) !default;
|
|
318
|
-
$danger-800: color.adjust($danger, $lightness: -5%) !default;
|
|
319
|
-
$danger-900: #430f0c !default;
|
|
320
|
-
|
|
321
|
-
$warning-50: color.mix($warning, $white, 5%) !default;
|
|
322
|
-
$warning-100: color.mix($warning, $white, 10%) !default;
|
|
323
|
-
$warning-200: color.mix($warning, $white, 15%) !default;
|
|
324
|
-
$warning-300: #ff8838 !default;
|
|
325
|
-
$warning-400: #ff7920 !default;
|
|
326
|
-
$warning-500: $warning !default;
|
|
327
|
-
$warning-600: color.adjust($warning, $lightness: -5%) !default;
|
|
328
|
-
$warning-700: color.adjust($warning, $lightness: -10%) !default;
|
|
329
|
-
$warning-800: #9e6900 !default; // brown as it is used as text color for warning
|
|
330
|
-
$warning-900: color.adjust(#9e6900, $lightness: -5%) !default;
|
|
331
|
-
|
|
332
|
-
$success-50: color.mix($success, $white, 5%) !default;
|
|
333
|
-
$success-100: color.mix($success, $white, 10%) !default;
|
|
334
|
-
$success-200: color.mix($success, $white, 15%) !default;
|
|
335
|
-
$success-300: #a8ff8f !default;
|
|
336
|
-
$success-400: #92ff73 !default;
|
|
337
|
-
$success-500: $success !default;
|
|
338
|
-
$success-600: #569643 !default;
|
|
339
|
-
$success-700: color.adjust($success, $lightness: -5%) !default;
|
|
340
|
-
$success-800: color.adjust($success, $lightness: -10%) !default;
|
|
341
|
-
$success-900: #0f190b !default;
|
|
342
|
-
|
|
343
|
-
$cyan-50: tint-color($cyan, 90%) !default;
|
|
344
|
-
$cyan-100: tint-color($cyan, 80%) !default;
|
|
345
|
-
$cyan-200: tint-color($cyan, 60%) !default;
|
|
346
|
-
$cyan-300: tint-color($cyan, 40%) !default;
|
|
347
|
-
$cyan-400: tint-color($cyan, 20%) !default;
|
|
348
|
-
$cyan-500: $cyan !default;
|
|
349
|
-
$cyan-600: shade-color($cyan, 20%) !default;
|
|
350
|
-
$cyan-700: shade-color($cyan, 40%) !default;
|
|
351
|
-
$cyan-800: shade-color($cyan, 60%) !default;
|
|
352
|
-
$cyan-900: shade-color($cyan, 80%) !default;
|
|
353
|
-
|
|
354
|
-
$blues: (
|
|
355
|
-
'blue-50': $blue-50,
|
|
356
|
-
'blue-100': $blue-100,
|
|
357
|
-
'blue-200': $blue-200,
|
|
358
|
-
'blue-300': $blue-300,
|
|
359
|
-
'blue-400': $blue-400,
|
|
360
|
-
'blue-500': $blue-500,
|
|
361
|
-
'blue-600': $blue-600,
|
|
362
|
-
'blue-700': $blue-700,
|
|
363
|
-
'blue-800': $blue-800,
|
|
364
|
-
'blue-900': $blue-900
|
|
365
|
-
) !default;
|
|
366
|
-
|
|
367
|
-
$secondaries: (
|
|
368
|
-
'secondary-50': $gray-50,
|
|
369
|
-
'secondary-100': color.mix($secondary, $white, 10%),
|
|
370
|
-
'secondary-200': color.mix($secondary, $white, 15%),
|
|
371
|
-
'secondary-300': $gray-300,
|
|
372
|
-
'secondary-400': $gray-400,
|
|
373
|
-
'secondary-500': $gray-500,
|
|
374
|
-
'secondary-600': $gray-600,
|
|
375
|
-
'secondary-700': $gray-700,
|
|
376
|
-
'secondary-800': $gray-800,
|
|
377
|
-
'secondary-900': $gray-900
|
|
378
|
-
) !default;
|
|
379
|
-
|
|
380
|
-
$pacifics: (
|
|
381
|
-
'pacific-50': $pacific-50,
|
|
382
|
-
'pacific-100': $pacific-100,
|
|
383
|
-
'pacific-200': $pacific-200,
|
|
384
|
-
'pacific-300': $pacific-300,
|
|
385
|
-
'pacific-400': $pacific-400,
|
|
386
|
-
'pacific-500': $pacific-500,
|
|
387
|
-
'pacific-600': $pacific-600,
|
|
388
|
-
'pacific-700': $pacific-700,
|
|
389
|
-
'pacific-800': $pacific-800,
|
|
390
|
-
'pacific-900': $pacific-900
|
|
391
|
-
) !default;
|
|
392
|
-
|
|
393
|
-
$primaries: (
|
|
394
|
-
'primary-50': $primary-50,
|
|
395
|
-
'primary-100': $primary-100,
|
|
396
|
-
'primary-200': $primary-200,
|
|
397
|
-
'primary-300': $primary-300,
|
|
398
|
-
'primary-400': $primary-400,
|
|
399
|
-
'primary-500': $primary-500,
|
|
400
|
-
'primary-600': $primary-600,
|
|
401
|
-
'primary-700': $primary-700,
|
|
402
|
-
'primary-800': $primary-800,
|
|
403
|
-
'primary-900': $primary-900
|
|
404
|
-
) !default;
|
|
405
|
-
|
|
406
|
-
$indigos: (
|
|
407
|
-
'indigo-50': $indigo-50,
|
|
408
|
-
'indigo-100': $indigo-100,
|
|
409
|
-
'indigo-200': $indigo-200,
|
|
410
|
-
'indigo-300': $indigo-300,
|
|
411
|
-
'indigo-400': $indigo-400,
|
|
412
|
-
'indigo-500': $indigo-500,
|
|
413
|
-
'indigo-600': $indigo-600,
|
|
414
|
-
'indigo-700': $indigo-700,
|
|
415
|
-
'indigo-800': $indigo-800,
|
|
416
|
-
'indigo-900': $indigo-900
|
|
417
|
-
) !default;
|
|
418
|
-
|
|
419
|
-
$purples: (
|
|
420
|
-
'purple-50': $purple-50,
|
|
421
|
-
'purple-100': $purple-100,
|
|
422
|
-
'purple-200': $purple-200,
|
|
423
|
-
'purple-300': $purple-300,
|
|
424
|
-
'purple-400': $purple-400,
|
|
425
|
-
'purple-500': $purple-500,
|
|
426
|
-
'purple-600': $purple-600,
|
|
427
|
-
'purple-700': $purple-700,
|
|
428
|
-
'purple-800': $purple-800,
|
|
429
|
-
'purple-900': $purple-900
|
|
430
|
-
) !default;
|
|
431
|
-
|
|
432
|
-
$mysteries: (
|
|
433
|
-
'mystery-50': $purple-50,
|
|
434
|
-
'mystery-100': $purple-100,
|
|
435
|
-
'mystery-200': $purple-200,
|
|
436
|
-
'mystery-300': $purple-300,
|
|
437
|
-
'mystery-400': $purple-400,
|
|
438
|
-
'mystery-500': $purple-500,
|
|
439
|
-
'mystery-600': $purple-600,
|
|
440
|
-
'mystery-700': $purple-700,
|
|
441
|
-
'mystery-800': $purple-800,
|
|
442
|
-
'mystery-900': $purple-900
|
|
443
|
-
) !default;
|
|
444
|
-
|
|
445
|
-
$pinks: (
|
|
446
|
-
'pink-50': $pink-50,
|
|
447
|
-
'pink-100': $pink-100,
|
|
448
|
-
'pink-200': $pink-200,
|
|
449
|
-
'pink-300': $pink-300,
|
|
450
|
-
'pink-400': $pink-400,
|
|
451
|
-
'pink-500': $pink-500,
|
|
452
|
-
'pink-600': $pink-600,
|
|
453
|
-
'pink-700': $pink-700,
|
|
454
|
-
'pink-800': $pink-800,
|
|
455
|
-
'pink-900': $pink-900
|
|
456
|
-
) !default;
|
|
457
|
-
|
|
458
|
-
$loves: (
|
|
459
|
-
'love-50': $pink-50,
|
|
460
|
-
'love-100': $pink-100,
|
|
461
|
-
'love-200': $pink-200,
|
|
462
|
-
'love-300': $pink-300,
|
|
463
|
-
'love-400': $pink-400,
|
|
464
|
-
'love-500': $pink-500,
|
|
465
|
-
'love-600': $pink-600,
|
|
466
|
-
'love-700': $pink-700,
|
|
467
|
-
'love-800': $pink-800,
|
|
468
|
-
'love-900': $pink-900
|
|
469
|
-
) !default;
|
|
470
|
-
|
|
471
|
-
$reds: (
|
|
472
|
-
'red-50': $red-50,
|
|
473
|
-
'red-100': $red-100,
|
|
474
|
-
'red-200': $red-200,
|
|
475
|
-
'red-300': $red-300,
|
|
476
|
-
'red-400': $red-400,
|
|
477
|
-
'red-500': $red-500,
|
|
478
|
-
'red-600': $red-600,
|
|
479
|
-
'red-700': $red-700,
|
|
480
|
-
'red-800': $red-800,
|
|
481
|
-
'red-900': $red-900
|
|
482
|
-
) !default;
|
|
483
|
-
|
|
484
|
-
$oranges: (
|
|
485
|
-
'orange-50': $orange-50,
|
|
486
|
-
'orange-100': $orange-100,
|
|
487
|
-
'orange-200': $orange-200,
|
|
488
|
-
'orange-300': $orange-300,
|
|
489
|
-
'orange-400': $orange-400,
|
|
490
|
-
'orange-500': $orange-500,
|
|
491
|
-
'orange-600': $orange-600,
|
|
492
|
-
'orange-700': $orange-700,
|
|
493
|
-
'orange-800': $orange-800,
|
|
494
|
-
'orange-900': $orange-900
|
|
495
|
-
) !default;
|
|
496
|
-
|
|
497
|
-
$teals: (
|
|
498
|
-
'teal-50': $teal-50,
|
|
499
|
-
'teal-100': $teal-100,
|
|
500
|
-
'teal-200': $teal-200,
|
|
501
|
-
'teal-300': $teal-300,
|
|
502
|
-
'teal-400': $teal-400,
|
|
503
|
-
'teal-500': $teal-500,
|
|
504
|
-
'teal-600': $teal-600,
|
|
505
|
-
'teal-700': $teal-700,
|
|
506
|
-
'teal-800': $teal-800,
|
|
507
|
-
'teal-900': $teal-900
|
|
508
|
-
) !default;
|
|
509
|
-
|
|
510
|
-
$yellows: (
|
|
511
|
-
'yellow-50': $yellow-50,
|
|
512
|
-
'yellow-100': $yellow-100,
|
|
513
|
-
'yellow-200': $yellow-200,
|
|
514
|
-
'yellow-300': $yellow-300,
|
|
515
|
-
'yellow-400': $yellow-400,
|
|
516
|
-
'yellow-500': $yellow-500,
|
|
517
|
-
'yellow-600': $yellow-600,
|
|
518
|
-
'yellow-700': $yellow-700,
|
|
519
|
-
'yellow-800': $yellow-800,
|
|
520
|
-
'yellow-900': $yellow-900
|
|
521
|
-
) !default;
|
|
522
|
-
|
|
523
|
-
$greens: (
|
|
524
|
-
'green-50': $green-50,
|
|
525
|
-
'green-100': $green-100,
|
|
526
|
-
'green-200': $green-200,
|
|
527
|
-
'green-300': $green-300,
|
|
528
|
-
'green-400': $green-400,
|
|
529
|
-
'green-500': $green-500,
|
|
530
|
-
'green-600': $green-600,
|
|
531
|
-
'green-700': $green-700,
|
|
532
|
-
'green-800': $green-800,
|
|
533
|
-
'green-900': $green-900
|
|
534
|
-
) !default;
|
|
535
|
-
|
|
536
|
-
$infos: (
|
|
537
|
-
'info-50': $info-50,
|
|
538
|
-
'info-100': $info-100,
|
|
539
|
-
'info-200': $info-200,
|
|
540
|
-
'info-300': $info-300,
|
|
541
|
-
'info-400': $info-400,
|
|
542
|
-
'info-500': $info-500,
|
|
543
|
-
'info-600': $info-600,
|
|
544
|
-
'info-700': $info-700,
|
|
545
|
-
'info-800': $info-800,
|
|
546
|
-
'info-900': $info-900
|
|
547
|
-
) !default;
|
|
548
|
-
|
|
549
|
-
$successes: (
|
|
550
|
-
'success-50': $success-50,
|
|
551
|
-
'success-100': $success-100,
|
|
552
|
-
'success-200': $success-200,
|
|
553
|
-
'success-300': $success-300,
|
|
554
|
-
'success-400': $success-400,
|
|
555
|
-
'success-500': $success-500,
|
|
556
|
-
'success-600': $success-600,
|
|
557
|
-
'success-700': $success-700,
|
|
558
|
-
'success-800': $success-800,
|
|
559
|
-
'success-900': $success-900
|
|
560
|
-
) !default;
|
|
561
|
-
|
|
562
|
-
$lights: (
|
|
563
|
-
'light-50': $light-50,
|
|
564
|
-
'light-100': $light-100,
|
|
565
|
-
'light-200': $light-200,
|
|
566
|
-
'light-300': $light-300,
|
|
567
|
-
'light-400': $light-400,
|
|
568
|
-
'light-500': $light-500,
|
|
569
|
-
'light-600': $light-600,
|
|
570
|
-
'light-700': $light-700,
|
|
571
|
-
'light-800': $light-800,
|
|
572
|
-
'light-900': $light-900
|
|
573
|
-
) !default;
|
|
574
|
-
|
|
575
|
-
$whites: (
|
|
576
|
-
'white-50': $white-50,
|
|
577
|
-
'white-100': $white-100,
|
|
578
|
-
'white-200': $white-200,
|
|
579
|
-
'white-300': $white-300,
|
|
580
|
-
'white-400': $white-400,
|
|
581
|
-
'white-500': $white-500,
|
|
582
|
-
'white-600': $white-600,
|
|
583
|
-
'white-700': $white-700,
|
|
584
|
-
'white-800': $white-800,
|
|
585
|
-
'white-900': $white-900
|
|
586
|
-
) !default;
|
|
587
|
-
|
|
588
|
-
$darks: (
|
|
589
|
-
'dark-50': $dark-50,
|
|
590
|
-
'dark-100': $dark-100,
|
|
591
|
-
'dark-200': $dark-200,
|
|
592
|
-
'dark-300': $dark-300,
|
|
593
|
-
'dark-400': $dark-400,
|
|
594
|
-
'dark-500': $dark-500,
|
|
595
|
-
'dark-600': $dark-600,
|
|
596
|
-
'dark-700': $dark-700,
|
|
597
|
-
'dark-800': $dark-800,
|
|
598
|
-
'dark-900': $dark-900
|
|
599
|
-
) !default;
|
|
600
|
-
|
|
601
|
-
$dangers: (
|
|
602
|
-
'danger-50': $danger-50,
|
|
603
|
-
'danger-100': $danger-100,
|
|
604
|
-
'danger-200': $danger-200,
|
|
605
|
-
'danger-300': $danger-300,
|
|
606
|
-
'danger-400': $danger-400,
|
|
607
|
-
'danger-500': $danger-500,
|
|
608
|
-
'danger-600': $danger-600,
|
|
609
|
-
'danger-700': $danger-700,
|
|
610
|
-
'danger-800': $danger-800,
|
|
611
|
-
'danger-900': $danger-900
|
|
612
|
-
) !default;
|
|
613
|
-
|
|
614
|
-
$warnings: (
|
|
615
|
-
'warning-50': $warning-50,
|
|
616
|
-
'warning-100': $warning-100,
|
|
617
|
-
'warning-200': $warning-200,
|
|
618
|
-
'warning-300': $warning-300,
|
|
619
|
-
'warning-400': $warning-400,
|
|
620
|
-
'warning-500': $warning-500,
|
|
621
|
-
'warning-600': $warning-600,
|
|
622
|
-
'warning-700': $warning-700,
|
|
623
|
-
'warning-800': $warning-800,
|
|
624
|
-
'warning-900': $warning-900
|
|
625
|
-
) !default;
|
|
626
|
-
|
|
627
|
-
$cyans: (
|
|
628
|
-
'cyan-50': $cyan-50,
|
|
629
|
-
'cyan-100': $cyan-100,
|
|
630
|
-
'cyan-200': $cyan-200,
|
|
631
|
-
'cyan-300': $cyan-300,
|
|
632
|
-
'cyan-400': $cyan-400,
|
|
633
|
-
'cyan-500': $cyan-500,
|
|
634
|
-
'cyan-600': $cyan-600,
|
|
635
|
-
'cyan-700': $cyan-700,
|
|
636
|
-
'cyan-800': $cyan-800,
|
|
637
|
-
'cyan-900': $cyan-900
|
|
638
|
-
) !default;
|
|
639
|
-
|
|
640
|
-
// TODO we can create utils to fill this with a function.
|
|
641
|
-
$grays-mapping: (
|
|
642
|
-
'border-color': var(--#{$prefix}gray-200),
|
|
643
|
-
'text-color': var(--#{$prefix}gray-600),
|
|
644
|
-
'text-hover-color': var(--#{$prefix}gray-800),
|
|
645
|
-
'text-active-color': var(--#{$prefix}secondary-900)
|
|
646
|
-
) !default;
|
|
647
|
-
|
|
648
|
-
$secondaries-mapping: (
|
|
649
|
-
'bg-color': var(--#{$prefix}secondary-600),
|
|
650
|
-
'bg-hover-color': var(--#{$prefix}secondary-800),
|
|
651
|
-
'bg-active-color': var(--#{$prefix}secondary-900),
|
|
652
|
-
'inert-color': var(--#{$prefix}secondary-600),
|
|
653
|
-
'bg-subtle-color': var(--#{$prefix}secondary-50),
|
|
654
|
-
'bg-subtle-hover-color': var(--#{$prefix}secondary-100),
|
|
655
|
-
'bg-subtle-active-color': var(--#{$prefix}secondary-200),
|
|
656
|
-
'border-color': var(--#{$prefix}secondary-600),
|
|
657
|
-
'text-color': var(--#{$prefix}secondary-600),
|
|
658
|
-
'text-hover-color': var(--#{$prefix}secondary-800),
|
|
659
|
-
'text-active-color': var(--#{$prefix}secondary-900),
|
|
660
|
-
'bg-hover-alt-color': var(--#{$prefix}secondary-100),
|
|
661
|
-
'bg-active-alt-color': var(--#{$prefix}secondary-200)
|
|
662
|
-
) !default;
|
|
663
|
-
|
|
664
|
-
$blues-mapping: (
|
|
665
|
-
'bg-color': var(--#{$prefix}blue-500),
|
|
666
|
-
'bg-hover-color': var(--#{$prefix}blue-700),
|
|
667
|
-
'bg-active-color': var(--#{$prefix}blue-800),
|
|
668
|
-
'inert-color': var(--#{$prefix}blue-500),
|
|
669
|
-
'bg-subtle-color': var(--#{$prefix}blue-50),
|
|
670
|
-
'bg-subtle-hover-color': var(--#{$prefix}blue-100),
|
|
671
|
-
'bg-subtle-active-color': var(--#{$prefix}blue-200),
|
|
672
|
-
'border-color': var(--#{$prefix}blue-500),
|
|
673
|
-
'text-color': var(--#{$prefix}blue-500),
|
|
674
|
-
'text-hover-color': var(--#{$prefix}blue-700),
|
|
675
|
-
'text-active-color': var(--#{$prefix}blue-800),
|
|
676
|
-
'bg-hover-alt-color': var(--#{$prefix}blue-100),
|
|
677
|
-
'bg-active-alt-color': var(--#{$prefix}blue-200)
|
|
678
|
-
) !default;
|
|
679
|
-
|
|
680
|
-
$pacifics-mapping: (
|
|
681
|
-
'bg-color': var(--#{$prefix}pacific-500),
|
|
682
|
-
'bg-hover-color': var(--#{$prefix}pacific-700),
|
|
683
|
-
'bg-active-color': var(--#{$prefix}pacific-800),
|
|
684
|
-
'inert-color': var(--#{$prefix}pacific-500),
|
|
685
|
-
'bg-subtle-color': var(--#{$prefix}pacific-50),
|
|
686
|
-
'bg-subtle-hover-color': var(--#{$prefix}pacific-100),
|
|
687
|
-
'bg-subtle-active-color': var(--#{$prefix}pacific-200),
|
|
688
|
-
'border-color': var(--#{$prefix}pacific-500),
|
|
689
|
-
'text-color': var(--#{$prefix}pacific-500),
|
|
690
|
-
'text-hover-color': var(--#{$prefix}pacific-700),
|
|
691
|
-
'text-active-color': var(--#{$prefix}pacific-800),
|
|
692
|
-
'bg-hover-alt-color': var(--#{$prefix}pacific-100),
|
|
693
|
-
'bg-active-alt-color': var(--#{$prefix}pacific-200),
|
|
694
|
-
'text-light-color': var(--#{$prefix}pacific-900),
|
|
695
|
-
'bg-light-color': var(--#{$prefix}pacific-500),
|
|
696
|
-
'bg-light-hover-color': var(--#{$prefix}pacific-700),
|
|
697
|
-
'text-light-hover-color': var(--#{$prefix}pacific-900),
|
|
698
|
-
'bg-light-active-color': var(--#{$prefix}pacific-700)
|
|
699
|
-
) !default;
|
|
700
|
-
|
|
701
|
-
$lights-mapping: (
|
|
702
|
-
'bg-color': var(--#{$prefix}light-100),
|
|
703
|
-
'bg-hover-color': var(--#{$prefix}light-200),
|
|
704
|
-
'bg-active-color': var(--#{$prefix}light-300),
|
|
705
|
-
'inert-color': var(--#{$prefix}light-100),
|
|
706
|
-
'bg-subtle-color': var(--#{$prefix}white),
|
|
707
|
-
'bg-subtle-hover-color': var(--#{$prefix}light-50),
|
|
708
|
-
'bg-subtle-active-color': var(--#{$prefix}light-100),
|
|
709
|
-
'border-color': var(--#{$prefix}light-500),
|
|
710
|
-
'text-color': var(--#{$prefix}light-100),
|
|
711
|
-
'text-hover-color': var(--#{$prefix}light-800),
|
|
712
|
-
'text-active-color': var(--#{$prefix}light-900),
|
|
713
|
-
'bg-hover-alt-color': var(--#{$prefix}light-50),
|
|
714
|
-
'bg-active-alt-color': var(--#{$prefix}light-100)
|
|
715
|
-
) !default;
|
|
716
|
-
|
|
717
|
-
$whites-mapping: (
|
|
718
|
-
'bg-color': var(--#{$prefix}white-50),
|
|
719
|
-
'bg-hover-color': var(--#{$prefix}white-200),
|
|
720
|
-
'bg-active-color': var(--#{$prefix}white-200),
|
|
721
|
-
'inert-color': var(--#{$prefix}white-50),
|
|
722
|
-
'bg-subtle-color': var(--#{$prefix}white-50),
|
|
723
|
-
'bg-subtle-hover-color': var(--#{$prefix}white-100),
|
|
724
|
-
'bg-subtle-active-color': var(--#{$prefix}white-500),
|
|
725
|
-
'border-color': var(--#{$prefix}white-50),
|
|
726
|
-
'text-color': var(--#{$prefix}white-50),
|
|
727
|
-
'text-hover-color': var(--#{$prefix}white-800),
|
|
728
|
-
'text-active-color': var(--#{$prefix}white-900),
|
|
729
|
-
'bg-hover-alt-color': var(--#{$prefix}white-100),
|
|
730
|
-
'bg-active-alt-color': var(--#{$prefix}white-500)
|
|
731
|
-
) !default;
|
|
732
|
-
|
|
733
|
-
$primaries-mapping: (
|
|
734
|
-
'bg-color': var(--#{$prefix}primary-500),
|
|
735
|
-
'bg-hover-color': var(--#{$prefix}primary-700),
|
|
736
|
-
'bg-active-color': var(--#{$prefix}primary-800),
|
|
737
|
-
'inert-color': var(--#{$prefix}primary-500),
|
|
738
|
-
'bg-subtle-color': var(--#{$prefix}primary-50),
|
|
739
|
-
'bg-subtle-hover-color': var(--#{$prefix}primary-100),
|
|
740
|
-
'bg-subtle-active-color': var(--#{$prefix}primary-200),
|
|
741
|
-
'bg-subtle-text-color': var(--#{$prefix}primary-50-color),
|
|
742
|
-
'border-color': var(--#{$prefix}primary-500),
|
|
743
|
-
'text-color': var(--#{$prefix}primary-500),
|
|
744
|
-
'text-hover-color': var(--#{$prefix}primary-700),
|
|
745
|
-
'text-active-color': var(--#{$prefix}primary-800),
|
|
746
|
-
'bg-hover-alt-color': var(--#{$prefix}primary-100),
|
|
747
|
-
'bg-active-alt-color': var(--#{$prefix}primary-200)
|
|
748
|
-
) !default;
|
|
749
|
-
|
|
750
|
-
$darks-mapping: (
|
|
751
|
-
'bg-color': var(--#{$prefix}dark-700),
|
|
752
|
-
'bg-hover-color': var(--#{$prefix}dark-800),
|
|
753
|
-
'bg-active-color': var(--#{$prefix}dark-900),
|
|
754
|
-
'inert-color': var(--#{$prefix}dark-700),
|
|
755
|
-
'bg-subtle-color': var(--#{$prefix}dark-500),
|
|
756
|
-
'bg-subtle-hover-color': var(--#{$prefix}dark-600),
|
|
757
|
-
'bg-subtle-active-color': var(--#{$prefix}dark-700),
|
|
758
|
-
'border-color': var(--#{$prefix}dark-700),
|
|
759
|
-
'border-hover-color': var(--#{$prefix}dark-700),
|
|
760
|
-
'text-color': var(--#{$prefix}dark-700),
|
|
761
|
-
'text-hover-color': var(--#{$prefix}dark-800),
|
|
762
|
-
'text-active-color': var(--#{$prefix}black),
|
|
763
|
-
'bg-hover-alt-color': var(--#{$prefix}dark-100),
|
|
764
|
-
'bg-active-alt-color': var(--#{$prefix}dark-700)
|
|
765
|
-
) !default;
|
|
766
|
-
|
|
767
|
-
$indigos-mapping: (
|
|
768
|
-
'bg-color': var(--#{$prefix}indigo-500),
|
|
769
|
-
'bg-hover-color': var(--#{$prefix}indigo-700),
|
|
770
|
-
'bg-active-color': var(--#{$prefix}indigo-800),
|
|
771
|
-
'inert-color': var(--#{$prefix}indigo-500),
|
|
772
|
-
'bg-subtle-color': var(--#{$prefix}indigo-50),
|
|
773
|
-
'bg-subtle-hover-color': var(--#{$prefix}indigo-100),
|
|
774
|
-
'bg-subtle-active-color': var(--#{$prefix}indigo-200),
|
|
775
|
-
'border-color': var(--#{$prefix}indigo-500),
|
|
776
|
-
'text-color': var(--#{$prefix}indigo-500),
|
|
777
|
-
'text-hover-color': var(--#{$prefix}indigo-700),
|
|
778
|
-
'text-active-color': var(--#{$prefix}indigo-800),
|
|
779
|
-
'bg-hover-alt-color': var(--#{$prefix}indigo-100),
|
|
780
|
-
'bg-active-alt-color': var(--#{$prefix}indigo-200)
|
|
781
|
-
) !default;
|
|
782
|
-
|
|
783
|
-
$purples-mapping: (
|
|
784
|
-
'bg-color': var(--#{$prefix}purple-500),
|
|
785
|
-
'bg-hover-color': var(--#{$prefix}purple-700),
|
|
786
|
-
'bg-active-color': var(--#{$prefix}purple-800),
|
|
787
|
-
'inert-color': var(--#{$prefix}purple-500),
|
|
788
|
-
'bg-subtle-color': var(--#{$prefix}purple-50),
|
|
789
|
-
'bg-subtle-hover-color': var(--#{$prefix}purple-100),
|
|
790
|
-
'bg-subtle-active-color': var(--#{$prefix}purple-200),
|
|
791
|
-
'border-color': var(--#{$prefix}purple-500),
|
|
792
|
-
'text-color': var(--#{$prefix}purple-500),
|
|
793
|
-
'text-hover-color': var(--#{$prefix}purple-700),
|
|
794
|
-
'text-active-color': var(--#{$prefix}purple-800),
|
|
795
|
-
'bg-hover-alt-color': var(--#{$prefix}purple-100),
|
|
796
|
-
'bg-active-alt-color': var(--#{$prefix}purple-200)
|
|
797
|
-
) !default;
|
|
798
|
-
|
|
799
|
-
$mysteries-mapping: (
|
|
800
|
-
'bg-color': var(--#{$prefix}mystery-500),
|
|
801
|
-
'bg-hover-color': var(--#{$prefix}mystery-700),
|
|
802
|
-
'bg-active-color': var(--#{$prefix}mystery-800),
|
|
803
|
-
'inert-color': var(--#{$prefix}mystery-500),
|
|
804
|
-
'bg-subtle-color': var(--#{$prefix}mystery-100),
|
|
805
|
-
'bg-subtle-hover-color': var(--#{$prefix}mystery-100),
|
|
806
|
-
'bg-subtle-active-color': var(--#{$prefix}mystery-300),
|
|
807
|
-
'border-color': var(--#{$prefix}mystery-500),
|
|
808
|
-
'text-color': var(--#{$prefix}mystery-500),
|
|
809
|
-
'text-hover-color': var(--#{$prefix}mystery-700),
|
|
810
|
-
'text-active-color': var(--#{$prefix}mystery-800),
|
|
811
|
-
'bg-hover-alt-color': var(--#{$prefix}mystery-100),
|
|
812
|
-
'bg-active-alt-color': var(--#{$prefix}mystery-300),
|
|
813
|
-
'text-light-color': var(--#{$prefix}mystery-500),
|
|
814
|
-
'bg-light-color': var(--#{$prefix}mystery-100),
|
|
815
|
-
'bg-light-hover-color': var(--#{$prefix}mystery-200),
|
|
816
|
-
'text-light-hover-color': var(--#{$prefix}mystery-700),
|
|
817
|
-
'bg-light-active-color': var(--#{$prefix}mystery-200)
|
|
818
|
-
) !default;
|
|
819
|
-
|
|
820
|
-
$pinks-mapping: (
|
|
821
|
-
'bg-color': var(--#{$prefix}pink-500),
|
|
822
|
-
'bg-hover-color': var(--#{$prefix}pink-700),
|
|
823
|
-
'bg-active-color': var(--#{$prefix}pink-800),
|
|
824
|
-
'inert-color': var(--#{$prefix}pink-500),
|
|
825
|
-
'bg-subtle-color': var(--#{$prefix}pink-100),
|
|
826
|
-
'bg-subtle-hover-color': var(--#{$prefix}pink-200),
|
|
827
|
-
'bg-subtle-active-color': var(--#{$prefix}pink-300),
|
|
828
|
-
'border-color': var(--#{$prefix}pink-500),
|
|
829
|
-
'text-color': var(--#{$prefix}pink-500),
|
|
830
|
-
'text-hover-color': var(--#{$prefix}pink-700),
|
|
831
|
-
'text-active-color': var(--#{$prefix}pink-800),
|
|
832
|
-
'bg-hover-alt-color': var(--#{$prefix}pink-200),
|
|
833
|
-
'bg-active-alt-color': var(--#{$prefix}pink-300)
|
|
834
|
-
) !default;
|
|
835
|
-
|
|
836
|
-
$loves-mapping: (
|
|
837
|
-
'bg-color': var(--#{$prefix}love-500),
|
|
838
|
-
'bg-hover-color': var(--#{$prefix}love-700),
|
|
839
|
-
'bg-active-color': var(--#{$prefix}love-800),
|
|
840
|
-
'inert-color': var(--#{$prefix}love-500),
|
|
841
|
-
'bg-subtle-color': var(--#{$prefix}love-50),
|
|
842
|
-
'bg-subtle-hover-color': var(--#{$prefix}love-100),
|
|
843
|
-
'bg-subtle-active-color': var(--#{$prefix}love-200),
|
|
844
|
-
'border-color': var(--#{$prefix}love-500),
|
|
845
|
-
'text-color': var(--#{$prefix}love-500),
|
|
846
|
-
'text-hover-color': var(--#{$prefix}love-700),
|
|
847
|
-
'text-active-color': var(--#{$prefix}love-800),
|
|
848
|
-
'bg-hover-alt-color': var(--#{$prefix}love-100),
|
|
849
|
-
'bg-active-alt-color': var(--#{$prefix}love-200),
|
|
850
|
-
'text-light-color': var(--#{$prefix}love-500),
|
|
851
|
-
'bg-light-color': var(--#{$prefix}love-100),
|
|
852
|
-
'bg-light-hover-color': var(--#{$prefix}love-200),
|
|
853
|
-
'text-light-hover-color': var(--#{$prefix}love-700),
|
|
854
|
-
'bg-light-active-color': var(--#{$prefix}love-200)
|
|
855
|
-
) !default;
|
|
856
|
-
|
|
857
|
-
$reds-mapping: (
|
|
858
|
-
'bg-color': var(--#{$prefix}red-500),
|
|
859
|
-
'bg-hover-color': var(--#{$prefix}red-700),
|
|
860
|
-
'bg-active-color': var(--#{$prefix}red-800),
|
|
861
|
-
'inert-color': var(--#{$prefix}red-500),
|
|
862
|
-
'bg-subtle-color': var(--#{$prefix}red-50),
|
|
863
|
-
'bg-subtle-hover-color': var(--#{$prefix}red-100),
|
|
864
|
-
'bg-subtle-active-color': var(--#{$prefix}red-200),
|
|
865
|
-
'border-color': var(--#{$prefix}red-500),
|
|
866
|
-
'text-color': var(--#{$prefix}red-500),
|
|
867
|
-
'text-hover-color': var(--#{$prefix}red-700),
|
|
868
|
-
'text-active-color': var(--#{$prefix}red-800),
|
|
869
|
-
'bg-hover-alt-color': var(--#{$prefix}red-100),
|
|
870
|
-
'bg-active-alt-color': var(--#{$prefix}red-200)
|
|
871
|
-
) !default;
|
|
872
|
-
|
|
873
|
-
$oranges-mapping: (
|
|
874
|
-
'bg-color': var(--#{$prefix}orange-500),
|
|
875
|
-
'bg-hover-color': var(--#{$prefix}orange-700),
|
|
876
|
-
'bg-active-color': var(--#{$prefix}orange-800),
|
|
877
|
-
'inert-color': var(--#{$prefix}orange-600),
|
|
878
|
-
'bg-subtle-color': var(--#{$prefix}orange-50),
|
|
879
|
-
'bg-subtle-hover-color': var(--#{$prefix}orange-100),
|
|
880
|
-
'bg-subtle-active-color': var(--#{$prefix}orange-200),
|
|
881
|
-
'border-color': var(--#{$prefix}orange-500),
|
|
882
|
-
'text-color': var(--#{$prefix}orange-800),
|
|
883
|
-
'text-hover-color': var(--#{$prefix}orange-900),
|
|
884
|
-
'text-active-color': var(--#{$prefix}orange-900),
|
|
885
|
-
'bg-hover-alt-color': var(--#{$prefix}orange-100),
|
|
886
|
-
'bg-active-alt-color': var(--#{$prefix}orange-200)
|
|
887
|
-
) !default;
|
|
888
|
-
|
|
889
|
-
$yellows-mapping: (
|
|
890
|
-
'bg-color': var(--#{$prefix}yellow-500),
|
|
891
|
-
'bg-hover-color': var(--#{$prefix}yellow-700),
|
|
892
|
-
'bg-active-color': var(--#{$prefix}yellow-800),
|
|
893
|
-
'inert-color': var(--#{$prefix}yellow-500),
|
|
894
|
-
'bg-subtle-color': var(--#{$prefix}yellow-50),
|
|
895
|
-
'bg-subtle-hover-color': var(--#{$prefix}yellow-100),
|
|
896
|
-
'bg-subtle-active-color': var(--#{$prefix}yellow-200),
|
|
897
|
-
'border-color': var(--#{$prefix}yellow-500),
|
|
898
|
-
'text-color': var(--#{$prefix}yellow-500),
|
|
899
|
-
'text-hover-color': var(--#{$prefix}yellow-700),
|
|
900
|
-
'text-active-color': var(--#{$prefix}yellow-800),
|
|
901
|
-
'bg-hover-alt-color': var(--#{$prefix}yellow-100),
|
|
902
|
-
'bg-active-alt-color': var(--#{$prefix}yellow-200),
|
|
903
|
-
'bg-light-color': var(--#{$prefix}yellow-100),
|
|
904
|
-
'bg-light-hover-color': var(--#{$prefix}yellow-200)
|
|
905
|
-
) !default;
|
|
906
|
-
|
|
907
|
-
$greens-mapping: (
|
|
908
|
-
'bg-color': var(--#{$prefix}green-500),
|
|
909
|
-
'bg-hover-color': var(--#{$prefix}green-700),
|
|
910
|
-
'bg-active-color': var(--#{$prefix}green-800),
|
|
911
|
-
'inert-color': var(--#{$prefix}green-500),
|
|
912
|
-
'bg-subtle-color': var(--#{$prefix}green-50),
|
|
913
|
-
'bg-subtle-hover-color': var(--#{$prefix}green-100),
|
|
914
|
-
'bg-subtle-active-color': var(--#{$prefix}green-200),
|
|
915
|
-
'border-color': var(--#{$prefix}green-500),
|
|
916
|
-
'text-color': var(--#{$prefix}green-500),
|
|
917
|
-
'text-hover-color': var(--#{$prefix}green-700),
|
|
918
|
-
'text-active-color': var(--#{$prefix}green-800),
|
|
919
|
-
'bg-hover-alt-color': var(--#{$prefix}green-100),
|
|
920
|
-
'bg-active-alt-color': var(--#{$prefix}green-200)
|
|
921
|
-
) !default;
|
|
922
|
-
|
|
923
|
-
$teals-mapping: (
|
|
924
|
-
'bg-color': var(--#{$prefix}teal-500),
|
|
925
|
-
'bg-hover-color': var(--#{$prefix}teal-700),
|
|
926
|
-
'bg-active-color': var(--#{$prefix}teal-800),
|
|
927
|
-
'inert-color': var(--#{$prefix}teal-500),
|
|
928
|
-
'bg-subtle-color': var(--#{$prefix}teal-50),
|
|
929
|
-
'bg-subtle-hover-color': var(--#{$prefix}teal-100),
|
|
930
|
-
'bg-subtle-active-color': var(--#{$prefix}teal-200),
|
|
931
|
-
'border-color': var(--#{$prefix}teal-500),
|
|
932
|
-
'text-color': var(--#{$prefix}teal-500),
|
|
933
|
-
'text-hover-color': var(--#{$prefix}teal-700),
|
|
934
|
-
'text-active-color': var(--#{$prefix}teal-800),
|
|
935
|
-
'bg-hover-alt-color': var(--#{$prefix}teal-100),
|
|
936
|
-
'bg-active-alt-color': var(--#{$prefix}teal-200)
|
|
937
|
-
) !default;
|
|
938
|
-
|
|
939
|
-
$infos-mapping: (
|
|
940
|
-
'bg-color': var(--#{$prefix}info-500),
|
|
941
|
-
'bg-hover-color': var(--#{$prefix}info-700),
|
|
942
|
-
'bg-active-color': var(--#{$prefix}info-800),
|
|
943
|
-
'inert-color': var(--#{$prefix}info-500),
|
|
944
|
-
'bg-subtle-color': var(--#{$prefix}info-50),
|
|
945
|
-
'bg-subtle-hover-color': var(--#{$prefix}info-100),
|
|
946
|
-
'bg-subtle-active-color': var(--#{$prefix}info-200),
|
|
947
|
-
'border-color': var(--#{$prefix}info-500),
|
|
948
|
-
'text-color': var(--#{$prefix}info-500),
|
|
949
|
-
'text-hover-color': var(--#{$prefix}info-700),
|
|
950
|
-
'text-active-color': var(--#{$prefix}info-800),
|
|
951
|
-
'bg-hover-alt-color': var(--#{$prefix}info-100),
|
|
952
|
-
'bg-active-alt-color': var(--#{$prefix}info-200),
|
|
953
|
-
'bg-light-color': var(--#{$prefix}info-100),
|
|
954
|
-
'text-light-color': var(--#{$prefix}info-700),
|
|
955
|
-
'bg-light-hover-color': var(--#{$prefix}info-200),
|
|
956
|
-
'text-light-hover-color': var(--#{$prefix}info-700),
|
|
957
|
-
'bg-light-active-color': var(--#{$prefix}info-200)
|
|
958
|
-
) !default;
|
|
959
|
-
|
|
960
|
-
$successes-mapping: (
|
|
961
|
-
'bg-color': var(--#{$prefix}success-500),
|
|
962
|
-
'bg-hover-color': var(--#{$prefix}success-700),
|
|
963
|
-
'bg-active-color': var(--#{$prefix}success-800),
|
|
964
|
-
'inert-color': var(--#{$prefix}success-500),
|
|
965
|
-
'bg-subtle-color': var(--#{$prefix}success-50),
|
|
966
|
-
'bg-subtle-hover-color': var(--#{$prefix}success-100),
|
|
967
|
-
'bg-subtle-active-color': var(--#{$prefix}success-200),
|
|
968
|
-
'border-color': var(--#{$prefix}success-500),
|
|
969
|
-
'text-color': var(--#{$prefix}success-500),
|
|
970
|
-
'text-hover-color': var(--#{$prefix}success-700),
|
|
971
|
-
'text-active-color': var(--#{$prefix}success-800),
|
|
972
|
-
'bg-hover-alt-color': var(--#{$prefix}success-100),
|
|
973
|
-
'bg-active-alt-color': var(--#{$prefix}success-200),
|
|
974
|
-
'bg-light-color': var(--#{$prefix}success-100),
|
|
975
|
-
'text-light-color': var(--#{$prefix}success-700),
|
|
976
|
-
'bg-light-hover-color': var(--#{$prefix}success-200),
|
|
977
|
-
'text-light-hover-color': var(--#{$prefix}success-700),
|
|
978
|
-
'bg-light-active-color': var(--#{$prefix}success-200)
|
|
979
|
-
) !default;
|
|
980
|
-
|
|
981
|
-
$dangers-mapping: (
|
|
982
|
-
'bg-color': var(--#{$prefix}danger-500),
|
|
983
|
-
'bg-hover-color': var(--#{$prefix}danger-700),
|
|
984
|
-
'bg-active-color': var(--#{$prefix}danger-800),
|
|
985
|
-
'inert-color': var(--#{$prefix}danger-500),
|
|
986
|
-
'bg-subtle-color': var(--#{$prefix}danger-50),
|
|
987
|
-
'bg-subtle-hover-color': var(--#{$prefix}danger-100),
|
|
988
|
-
'bg-subtle-active-color': var(--#{$prefix}danger-200),
|
|
989
|
-
'border-color': var(--#{$prefix}danger-500),
|
|
990
|
-
'text-color': var(--#{$prefix}danger-500),
|
|
991
|
-
'text-hover-color': var(--#{$prefix}danger-700),
|
|
992
|
-
'text-active-color': var(--#{$prefix}danger-800),
|
|
993
|
-
'bg-hover-alt-color': var(--#{$prefix}danger-100),
|
|
994
|
-
'bg-active-alt-color': var(--#{$prefix}danger-200),
|
|
995
|
-
'bg-light-color': var(--#{$prefix}danger-100),
|
|
996
|
-
'text-light-color': var(--#{$prefix}danger-500),
|
|
997
|
-
'bg-light-hover-color': var(--#{$prefix}danger-200),
|
|
998
|
-
'text-light-hover-color': var(--#{$prefix}danger-700),
|
|
999
|
-
'bg-light-active-color': var(--#{$prefix}danger-200)
|
|
1000
|
-
) !default;
|
|
1001
|
-
|
|
1002
|
-
$warnings-mapping: (
|
|
1003
|
-
'bg-color': var(--#{$prefix}warning-500),
|
|
1004
|
-
'bg-hover-color': var(--#{$prefix}warning-600),
|
|
1005
|
-
'bg-active-color': var(--#{$prefix}warning-700),
|
|
1006
|
-
'inert-color': var(--#{$prefix}warning-500),
|
|
1007
|
-
'bg-subtle-color': var(--#{$prefix}warning-50),
|
|
1008
|
-
'bg-subtle-hover-color': var(--#{$prefix}warning-100),
|
|
1009
|
-
'bg-subtle-active-color': var(--#{$prefix}warning-200),
|
|
1010
|
-
'border-color': var(--#{$prefix}warning-500),
|
|
1011
|
-
'text-color': var(--#{$prefix}warning-800),
|
|
1012
|
-
'text-hover-color': var(--#{$prefix}warning-900),
|
|
1013
|
-
'text-active-color': var(--#{$prefix}warning-900),
|
|
1014
|
-
'bg-hover-alt-color': var(--#{$prefix}warning-100),
|
|
1015
|
-
'bg-active-alt-color': var(--#{$prefix}warning-200),
|
|
1016
|
-
'text-light-color': var(--#{$prefix}warning-900),
|
|
1017
|
-
'bg-light-color': var(--#{$prefix}warning-100),
|
|
1018
|
-
'bg-light-hover-color': var(--#{$prefix}warning-200),
|
|
1019
|
-
'text-light-hover-color': var(--#{$prefix}warning-900),
|
|
1020
|
-
'bg-light-active-color': var(--#{$prefix}warning-200)
|
|
1021
|
-
) !default;
|
|
1022
|
-
|
|
1023
|
-
$cyans-mapping: (
|
|
1024
|
-
'bg-color': var(--#{$prefix}cyan-500),
|
|
1025
|
-
'bg-hover-color': var(--#{$prefix}cyan-700),
|
|
1026
|
-
'bg-active-color': var(--#{$prefix}cyan-800),
|
|
1027
|
-
'inert-color': var(--#{$prefix}cyan-500),
|
|
1028
|
-
'bg-subtle-color': var(--#{$prefix}cyan-50),
|
|
1029
|
-
'bg-subtle-hover-color': var(--#{$prefix}cyan-100),
|
|
1030
|
-
'bg-subtle-active-color': var(--#{$prefix}cyan-200),
|
|
1031
|
-
'border-color': var(--#{$prefix}cyan-500),
|
|
1032
|
-
'text-color': var(--#{$prefix}cyan-500),
|
|
1033
|
-
'text-hover-color': var(--#{$prefix}cyan-700),
|
|
1034
|
-
'text-active-color': var(--#{$prefix}cyan-800),
|
|
1035
|
-
'bg-hover-alt-color': var(--#{$prefix}cyan-100),
|
|
1036
|
-
'bg-active-alt-color': var(--#{$prefix}cyan-200)
|
|
1037
|
-
) !default;
|
|
1038
|
-
|
|
1039
|
-
$links-mapping: (
|
|
1040
|
-
'text-color': var(--#{$prefix}primary-500),
|
|
1041
|
-
'bg-color': transparent,
|
|
1042
|
-
'box-shadow-color': var(--#{$prefix}primary-500),
|
|
1043
|
-
'text-hover-color': var(--#{$prefix}primary-500),
|
|
1044
|
-
'box-shadow-hover-color': var(--#{$prefix}primary-500),
|
|
1045
|
-
'bg-hover-color': var(--#{$prefix}primary-100),
|
|
1046
|
-
'text-active-color': var(--#{$prefix}primary-800),
|
|
1047
|
-
'box-shadow-active-color': var(--#{$prefix}primary-800),
|
|
1048
|
-
'bg-active-color': transparent,
|
|
1049
|
-
'text-visited-color': var(--#{$prefix}purple-500),
|
|
1050
|
-
'text-visited-hover-color': var(--#{$prefix}purple-500),
|
|
1051
|
-
'bg-visited-hover-color': var(--#{$prefix}primary-100),
|
|
1052
|
-
'text-visited-active-color': var(--#{$prefix}primary-800),
|
|
1053
|
-
'bg-visited-active-color': transparent
|
|
1054
|
-
) !default;
|
|
1055
|
-
|
|
1056
|
-
// Create a map of all colors shades
|
|
1057
|
-
$shade-colors: () !default;
|
|
1058
|
-
$shade-maps: () !default;
|
|
1059
|
-
|
|
1060
|
-
// stylelint-disable scss/dollar-variable-default
|
|
1061
|
-
$shade-maps: map.set($shade-maps, 'blue', $blues-mapping);
|
|
1062
|
-
$shade-maps: map.set($shade-maps, 'cyan', $cyans-mapping);
|
|
1063
|
-
$shade-maps: map.set($shade-maps, 'teal', $teals-mapping);
|
|
1064
|
-
$shade-maps: map.set($shade-maps, 'green', $greens-mapping);
|
|
1065
|
-
$shade-maps: map.set($shade-maps, 'orange', $oranges-mapping);
|
|
1066
|
-
$shade-maps: map.set($shade-maps, 'red', $reds-mapping);
|
|
1067
|
-
$shade-maps: map.set($shade-maps, 'pink', $pinks-mapping);
|
|
1068
|
-
$shade-maps: map.set($shade-maps, 'info', $infos-mapping);
|
|
1069
|
-
$shade-maps: map.set($shade-maps, 'success', $successes-mapping);
|
|
1070
|
-
$shade-maps: map.set($shade-maps, 'warning', $warnings-mapping);
|
|
1071
|
-
$shade-maps: map.set($shade-maps, 'danger', $dangers-mapping);
|
|
1072
|
-
$shade-maps: map.set($shade-maps, 'purple', $purples-mapping);
|
|
1073
|
-
$shade-maps: map.set($shade-maps, 'indigo', $indigos-mapping);
|
|
1074
|
-
$shade-maps: map.set($shade-maps, 'primary', $primaries-mapping);
|
|
1075
|
-
$shade-maps: map.set($shade-maps, 'white', $whites-mapping);
|
|
1076
|
-
$shade-maps: map.set($shade-maps, 'light', $lights-mapping);
|
|
1077
|
-
$shade-maps: map.set($shade-maps, 'pacific', $pacifics-mapping);
|
|
1078
|
-
$shade-maps: map.set($shade-maps, 'gray', $grays-mapping);
|
|
1079
|
-
$shade-maps: map.set($shade-maps, 'secondary', $secondaries-mapping);
|
|
1080
|
-
$shade-maps: map.set($shade-maps, 'dark', $darks-mapping);
|
|
1081
|
-
$shade-maps: map.set($shade-maps, 'links', $links-mapping);
|
|
1082
|
-
|
|
1083
|
-
// TODO: Brand2023 - these colors are for the old branding only, to be removed
|
|
1084
|
-
$shade-maps: map.set($shade-maps, 'mystery', $mysteries-mapping);
|
|
1085
|
-
$shade-maps: map.set($shade-maps, 'yellow', $yellows-mapping);
|
|
1086
|
-
$shade-maps: map.set($shade-maps, 'love', $loves-mapping);
|
|
1087
|
-
|
|
1088
|
-
$shade-colors: map.merge(
|
|
1089
|
-
$map1: $shade-colors,
|
|
1090
|
-
$map2: $infos
|
|
1091
|
-
);
|
|
1092
|
-
$shade-colors: map.merge(
|
|
1093
|
-
$map1: $shade-colors,
|
|
1094
|
-
$map2: $successes
|
|
1095
|
-
);
|
|
1096
|
-
$shade-colors: map.merge(
|
|
1097
|
-
$map1: $shade-colors,
|
|
1098
|
-
$map2: $warnings
|
|
1099
|
-
);
|
|
1100
|
-
$shade-colors: map.merge(
|
|
1101
|
-
$map1: $shade-colors,
|
|
1102
|
-
$map2: $dangers
|
|
1103
|
-
);
|
|
1104
|
-
$shade-colors: map.merge(
|
|
1105
|
-
$map1: $shade-colors,
|
|
1106
|
-
$map2: $primaries
|
|
1107
|
-
);
|
|
1108
|
-
$shade-colors: map.merge(
|
|
1109
|
-
$map1: $shade-colors,
|
|
1110
|
-
$map2: $blues
|
|
1111
|
-
);
|
|
1112
|
-
$shade-colors: map.merge(
|
|
1113
|
-
$map1: $shade-colors,
|
|
1114
|
-
$map2: $cyans
|
|
1115
|
-
);
|
|
1116
|
-
$shade-colors: map.merge(
|
|
1117
|
-
$map1: $shade-colors,
|
|
1118
|
-
$map2: $teals
|
|
1119
|
-
);
|
|
1120
|
-
$shade-colors: map.merge(
|
|
1121
|
-
$map1: $shade-colors,
|
|
1122
|
-
$map2: $greens
|
|
1123
|
-
);
|
|
1124
|
-
$shade-colors: map.merge(
|
|
1125
|
-
$map1: $shade-colors,
|
|
1126
|
-
$map2: $yellows
|
|
1127
|
-
);
|
|
1128
|
-
$shade-colors: map.merge(
|
|
1129
|
-
$map1: $shade-colors,
|
|
1130
|
-
$map2: $oranges
|
|
1131
|
-
);
|
|
1132
|
-
$shade-colors: map.merge(
|
|
1133
|
-
$map1: $shade-colors,
|
|
1134
|
-
$map2: $reds
|
|
1135
|
-
);
|
|
1136
|
-
$shade-colors: map.merge(
|
|
1137
|
-
$map1: $shade-colors,
|
|
1138
|
-
$map2: $pinks
|
|
1139
|
-
);
|
|
1140
|
-
$shade-colors: map.merge(
|
|
1141
|
-
$map1: $shade-colors,
|
|
1142
|
-
$map2: $purples
|
|
1143
|
-
);
|
|
1144
|
-
$shade-colors: map.merge(
|
|
1145
|
-
$map1: $shade-colors,
|
|
1146
|
-
$map2: $indigos
|
|
1147
|
-
);
|
|
1148
|
-
$shade-colors: map.merge(
|
|
1149
|
-
$map1: $shade-colors,
|
|
1150
|
-
$map2: $lights
|
|
1151
|
-
);
|
|
1152
|
-
$shade-colors: map.merge(
|
|
1153
|
-
$map1: $shade-colors,
|
|
1154
|
-
$map2: $darks
|
|
1155
|
-
);
|
|
1156
|
-
$shade-colors: map.merge(
|
|
1157
|
-
$map1: $shade-colors,
|
|
1158
|
-
$map2: $whites
|
|
1159
|
-
);
|
|
1160
|
-
$shade-colors: map.merge(
|
|
1161
|
-
$map1: $shade-colors,
|
|
1162
|
-
$map2: $loves
|
|
1163
|
-
);
|
|
1164
|
-
$shade-colors: map.merge(
|
|
1165
|
-
$map1: $shade-colors,
|
|
1166
|
-
$map2: $mysteries
|
|
1167
|
-
);
|
|
1168
|
-
$shade-colors: map.merge(
|
|
1169
|
-
$map1: $shade-colors,
|
|
1170
|
-
$map2: $pacifics
|
|
1171
|
-
);
|
|
1172
|
-
|
|
1173
|
-
// Grays map does not include gray prefix in the color name by default
|
|
1174
|
-
$grays-names: ();
|
|
1175
|
-
@each $colorName, $colorValue in $grays {
|
|
1176
|
-
$grays-names: map.set($grays-names, gray-#{$colorName}, $colorValue);
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
$shade-colors: map.merge(
|
|
1180
|
-
$map1: $shade-colors,
|
|
1181
|
-
$map2: $grays-names
|
|
1182
|
-
);
|
|
1183
|
-
$shade-colors: map.merge(
|
|
1184
|
-
$map1: $shade-colors,
|
|
1185
|
-
$map2: $secondaries
|
|
1186
|
-
);
|
|
1187
|
-
// stylelint-enable scss/dollar-variable-default
|
|
1188
|
-
|
|
1189
|
-
// fusv-enable
|
|
1190
|
-
|
|
1191
|
-
// scss-docs-start theme-text-variables
|
|
1192
|
-
// $primary-text-emphasis: shade-color($primary, 60%) !default;
|
|
1193
|
-
// $secondary-text-emphasis: shade-color($secondary, 60%) !default;
|
|
1194
|
-
// $success-text-emphasis: shade-color($success, 60%) !default;
|
|
1195
|
-
// $info-text-emphasis: shade-color($info, 60%) !default;
|
|
1196
|
-
// $warning-text-emphasis: shade-color($warning, 60%) !default;
|
|
1197
|
-
// $danger-text-emphasis: shade-color($danger, 60%) !default;
|
|
1198
|
-
// $light-text-emphasis: $gray-700 !default;
|
|
1199
|
-
// $dark-text-emphasis: $gray-700 !default;
|
|
1200
|
-
// scss-docs-end theme-text-variables
|
|
1201
|
-
|
|
1202
|
-
// scss-docs-start theme-bg-subtle-variables
|
|
1203
|
-
// $primary-bg-subtle: tint-color($primary, 80%) !default;
|
|
1204
|
-
// $secondary-bg-subtle: tint-color($secondary, 80%) !default;
|
|
1205
|
-
// $success-bg-subtle: tint-color($success, 80%) !default;
|
|
1206
|
-
// $info-bg-subtle: tint-color($info, 80%) !default;
|
|
1207
|
-
// $warning-bg-subtle: tint-color($warning, 80%) !default;
|
|
1208
|
-
// $danger-bg-subtle: tint-color($danger, 80%) !default;
|
|
1209
|
-
// $light-bg-subtle: mix($gray-100, $white) !default;
|
|
1210
|
-
// $dark-bg-subtle: $gray-400 !default;
|
|
1211
|
-
// scss-docs-end theme-bg-subtle-variables
|
|
1212
|
-
|
|
1213
|
-
// scss-docs-start theme-border-subtle-variables
|
|
1214
|
-
// $primary-border-subtle: tint-color($primary, 60%) !default;
|
|
1215
|
-
// $secondary-border-subtle: tint-color($secondary, 60%) !default;
|
|
1216
|
-
// $success-border-subtle: tint-color($success, 60%) !default;
|
|
1217
|
-
// $info-border-subtle: tint-color($info, 60%) !default;
|
|
1218
|
-
// $warning-border-subtle: tint-color($warning, 60%) !default;
|
|
1219
|
-
// $danger-border-subtle: tint-color($danger, 60%) !default;
|
|
1220
|
-
// $light-border-subtle: $gray-200 !default;
|
|
1221
|
-
// $dark-border-subtle: $gray-500 !default;
|
|
1222
|
-
// scss-docs-end theme-border-subtle-variables
|
|
1223
|
-
|
|
1224
|
-
// Characters which are escaped by the escape-svg function
|
|
1225
|
-
// $escaped-characters: (
|
|
1226
|
-
// ("<", "%3c"),
|
|
1227
|
-
// (">", "%3e"),
|
|
1228
|
-
// ("#", "%23"),
|
|
1229
|
-
// ("(", "%28"),
|
|
1230
|
-
// (")", "%29"),
|
|
1231
|
-
// ) !default;
|
|
1232
|
-
|
|
1233
|
-
// Options
|
|
1234
|
-
//
|
|
1235
|
-
// Quickly modify global styling by enabling or disabling optional features.
|
|
1236
|
-
|
|
1237
|
-
// $enable-caret: true !default;
|
|
1238
|
-
// $enable-rounded: true !default;
|
|
1239
|
-
$enable-shadows: false !default;
|
|
1240
|
-
// $enable-gradients: false !default;
|
|
1241
|
-
// $enable-transitions: true !default;
|
|
1242
|
-
// $enable-reduced-motion: true !default;
|
|
1243
|
-
// $enable-smooth-scroll: true !default;
|
|
1244
|
-
// $enable-grid-classes: true !default;
|
|
1245
|
-
// $enable-container-classes: true !default;
|
|
1246
|
-
// $enable-cssgrid: false !default;
|
|
1247
|
-
// $enable-button-pointers: true !default;
|
|
1248
|
-
// $enable-rfs: true !default;
|
|
1249
|
-
$enable-validation-icons: false !default;
|
|
1250
|
-
$enable-negative-margins: true !default;
|
|
1251
|
-
// $enable-deprecation-messages: true !default;
|
|
1252
|
-
// $enable-important-utilities: true !default;
|
|
1253
|
-
|
|
1254
|
-
$enable-dark-mode: false !default;
|
|
1255
|
-
// $color-mode-type: data !default; // `data` or `media-query`
|
|
1256
|
-
|
|
1257
|
-
// Gradient
|
|
1258
|
-
//
|
|
1259
|
-
// The gradient which is added to components if `$enable-gradients` is `true`
|
|
1260
|
-
// This gradient is also added to elements with `.bg-gradient`
|
|
1261
|
-
// scss-docs-start variable-gradient
|
|
1262
|
-
// $gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;
|
|
1263
|
-
// scss-docs-end variable-gradient
|
|
1264
|
-
|
|
1265
|
-
// Spacing
|
|
1266
|
-
//
|
|
1267
|
-
// Control the default styling of most Bootstrap elements by modifying these
|
|
1268
|
-
// variables. Mostly focused on spacing.
|
|
1269
|
-
// You can add more entries to the $spacers map, should you need more variation.
|
|
1270
|
-
|
|
1271
|
-
// scss-docs-start spacer-variables-maps
|
|
1272
|
-
$spacer: 1rem !default;
|
|
1273
|
-
$spacers: (
|
|
1274
|
-
0: 0,
|
|
1275
|
-
1: (
|
|
1276
|
-
$spacer * 0.125
|
|
1277
|
-
),
|
|
1278
|
-
2: (
|
|
1279
|
-
$spacer * 0.25
|
|
1280
|
-
),
|
|
1281
|
-
3: (
|
|
1282
|
-
$spacer * 0.5
|
|
1283
|
-
),
|
|
1284
|
-
4: (
|
|
1285
|
-
$spacer * 0.75
|
|
1286
|
-
),
|
|
1287
|
-
5: (
|
|
1288
|
-
$spacer * 1
|
|
1289
|
-
),
|
|
1290
|
-
6: (
|
|
1291
|
-
$spacer * 1.5
|
|
1292
|
-
),
|
|
1293
|
-
7: (
|
|
1294
|
-
$spacer * 2
|
|
1295
|
-
),
|
|
1296
|
-
8: (
|
|
1297
|
-
$spacer * 2.5
|
|
1298
|
-
),
|
|
1299
|
-
9: (
|
|
1300
|
-
$spacer * 3
|
|
1301
|
-
),
|
|
1302
|
-
10: (
|
|
1303
|
-
$spacer * 4
|
|
1304
|
-
),
|
|
1305
|
-
11: (
|
|
1306
|
-
$spacer * 6
|
|
1307
|
-
)
|
|
1308
|
-
) !default;
|
|
1309
|
-
// scss-docs-end spacer-variables-maps
|
|
1310
|
-
|
|
1311
|
-
// Position
|
|
1312
|
-
//
|
|
1313
|
-
// Define the edge positioning anchors of the position utilities.
|
|
1314
|
-
|
|
1315
|
-
// scss-docs-start position-map
|
|
1316
|
-
// $position-values: (
|
|
1317
|
-
// 0: 0,
|
|
1318
|
-
// 50: 50%,
|
|
1319
|
-
// 100: 100%
|
|
1320
|
-
// ) !default;
|
|
1321
|
-
// scss-docs-end position-map
|
|
1322
|
-
|
|
1323
|
-
// Body
|
|
1324
|
-
//
|
|
1325
|
-
// Settings for the `<body>` element.
|
|
1326
|
-
|
|
1327
|
-
// $body-text-align: null !default;
|
|
1328
|
-
$body-color: $gray-900 !default;
|
|
1329
|
-
$body-bg: $white !default;
|
|
1330
|
-
|
|
1331
|
-
$body-secondary-color: $gray-700 !default;
|
|
1332
|
-
$body-secondary-bg: $gray-200 !default;
|
|
1333
|
-
|
|
1334
|
-
// $body-tertiary-color: rgba($body-color, .5) !default;
|
|
1335
|
-
$body-tertiary-bg: $gray-100 !default;
|
|
1336
|
-
|
|
1337
|
-
$body-emphasis-color: $black !default;
|
|
1338
|
-
|
|
1339
|
-
// Links
|
|
1340
|
-
//
|
|
1341
|
-
// Style anchor elements.
|
|
1342
|
-
|
|
1343
|
-
$link-color: shades-css-var('primary') !default;
|
|
1344
|
-
$link-decoration: none !default;
|
|
1345
|
-
// $link-shade-percentage: 20% !default;
|
|
1346
|
-
$link-hover-color: $link-color !default;
|
|
1347
|
-
$link-hover-decoration: none !default;
|
|
1348
|
-
|
|
1349
|
-
// $stretched-link-pseudo-element: after !default;
|
|
1350
|
-
// $stretched-link-z-index: 1 !default;
|
|
1351
|
-
|
|
1352
|
-
// Icon links
|
|
1353
|
-
// scss-docs-start icon-link-variables
|
|
1354
|
-
// $icon-link-gap: .375rem !default;
|
|
1355
|
-
// $icon-link-underline-offset: .25em !default;
|
|
1356
|
-
// $icon-link-icon-size: 1em !default;
|
|
1357
|
-
// $icon-link-icon-transition: .2s ease-in-out transform !default;
|
|
1358
|
-
// $icon-link-icon-transform: translate3d(.25em, 0, 0) !default;
|
|
1359
|
-
// scss-docs-end icon-link-variables
|
|
1360
|
-
|
|
1361
|
-
// Paragraphs
|
|
1362
|
-
//
|
|
1363
|
-
// Style p element.
|
|
1364
|
-
|
|
1365
|
-
// $paragraph-margin-bottom: 1rem !default;
|
|
1366
|
-
|
|
1367
|
-
// Grid breakpoints
|
|
1368
|
-
//
|
|
1369
|
-
// Define the minimum dimensions at which your layout will change,
|
|
1370
|
-
// adapting to different screen sizes, for use in media queries.
|
|
1371
|
-
|
|
1372
|
-
// scss-docs-start grid-breakpoints
|
|
1373
|
-
$grid-breakpoints: (
|
|
1374
|
-
xs: 0,
|
|
1375
|
-
sm: 576px,
|
|
1376
|
-
md: 768px,
|
|
1377
|
-
lg: 992px,
|
|
1378
|
-
xl: 1200px,
|
|
1379
|
-
xxl: 1400px,
|
|
1380
|
-
xxxl: 1600px
|
|
1381
|
-
) !default;
|
|
1382
|
-
// scss-docs-end grid-breakpoints
|
|
1383
|
-
|
|
1384
|
-
// @include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
|
1385
|
-
// @include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints");
|
|
1386
|
-
|
|
1387
|
-
// Grid containers
|
|
1388
|
-
//
|
|
1389
|
-
// Define the maximum width of `.container` for different screen sizes.
|
|
1390
|
-
|
|
1391
|
-
// scss-docs-start container-max-widths
|
|
1392
|
-
$container-max-widths: (
|
|
1393
|
-
sm: 540px,
|
|
1394
|
-
md: 720px,
|
|
1395
|
-
lg: 960px,
|
|
1396
|
-
xl: 1140px,
|
|
1397
|
-
xxl: 1320px,
|
|
1398
|
-
xxxl: 1580px
|
|
1399
|
-
) !default;
|
|
1400
|
-
// scss-docs-end container-max-widths
|
|
1401
|
-
|
|
1402
|
-
// @include _assert-ascending($container-max-widths, "$container-max-widths");
|
|
1403
|
-
|
|
1404
|
-
// Grid columns
|
|
1405
|
-
//
|
|
1406
|
-
// Set the number of columns and specify the width of the gutters.
|
|
1407
|
-
|
|
1408
|
-
// $grid-columns: 12 !default;
|
|
1409
|
-
// $grid-gutter-width: 1.5rem !default;
|
|
1410
|
-
// $grid-row-columns: 6 !default;
|
|
1411
|
-
|
|
1412
|
-
// Container padding
|
|
1413
|
-
|
|
1414
|
-
// $container-padding-x: $grid-gutter-width * .5 !default;
|
|
1415
|
-
|
|
1416
|
-
// Components
|
|
1417
|
-
//
|
|
1418
|
-
// Define common padding and border radius sizes and more.
|
|
1419
|
-
|
|
1420
|
-
// scss-docs-start border-variables
|
|
1421
|
-
$border-width: 1px !default;
|
|
1422
|
-
// $border-widths: (
|
|
1423
|
-
// 1: 1px,
|
|
1424
|
-
// 2: 2px,
|
|
1425
|
-
// 3: 3px,
|
|
1426
|
-
// 4: 4px,
|
|
1427
|
-
// 5: 5px
|
|
1428
|
-
// ) !default;
|
|
1429
|
-
// $border-style: solid !default;
|
|
1430
|
-
$border-color: #{shades-css-var('gray', 'border-color')} !default;
|
|
1431
|
-
// $border-color-translucent: rgba($black, .175) !default;
|
|
1432
|
-
// scss-docs-end border-variables
|
|
1433
|
-
|
|
1434
|
-
// scss-docs-start border-radius-variables
|
|
1435
|
-
$border-radius: 0.175rem !default;
|
|
1436
|
-
$border-radius-sm: $border-radius * map.get($df-size-ratios, 'sm') !default;
|
|
1437
|
-
$border-radius-lg: $border-radius * map.get($df-size-ratios, 'lg') !default;
|
|
1438
|
-
// $border-radius-xl: 1rem !default;
|
|
1439
|
-
// $border-radius-xxl: 2rem !default;
|
|
1440
|
-
// $border-radius-pill: 50rem !default;
|
|
1441
|
-
// scss-docs-end border-radius-variables
|
|
1442
|
-
// fusv-disable
|
|
1443
|
-
// $border-radius-2xl: $border-radius-xxl !default; // Deprecated in v5.3.0
|
|
1444
|
-
// fusv-enable
|
|
1445
|
-
|
|
1446
|
-
// scss-docs-start box-shadow-variables
|
|
1447
|
-
// $box-shadow: 0 .5rem 1rem rgba($black, .15) !default;
|
|
1448
|
-
// $box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;
|
|
1449
|
-
// $box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
|
|
1450
|
-
// $box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;
|
|
1451
|
-
// scss-docs-end box-shadow-variables
|
|
1452
|
-
|
|
1453
|
-
$component-active-color: $white !default;
|
|
1454
|
-
$component-active-bg: var(--#{$prefix}primary-500) !default; // $primary !default;
|
|
1455
|
-
|
|
1456
|
-
// scss-docs-start focus-ring-variables
|
|
1457
|
-
$focus-ring-width: 0.25rem !default;
|
|
1458
|
-
$focus-ring-opacity: 0.25 !default;
|
|
1459
|
-
$focus-ring-color: rgba(
|
|
1460
|
-
var(--#{$prefix}primary-500-rgb),
|
|
1461
|
-
$focus-ring-opacity
|
|
1462
|
-
) !default; // default rgba($component-active-bg, $focus-ring-opacity)
|
|
1463
|
-
$focus-ring-blur: 0 !default;
|
|
1464
|
-
$focus-ring-box-shadow: 0 0 var(--#{$prefix}box-shadow-blur, $focus-ring-blur)
|
|
1465
|
-
var(--#{$prefix}box-shadow-width, $focus-ring-width) var(--#{$prefix}box-shadow-color, $focus-ring-color) !default;
|
|
1466
|
-
// scss-docs-end focus-ring-variables
|
|
1467
|
-
|
|
1468
|
-
// scss-docs-start caret-variables
|
|
1469
|
-
// $caret-width: .3em !default;
|
|
1470
|
-
// $caret-vertical-align: $caret-width * .85 !default;
|
|
1471
|
-
// $caret-spacing: $caret-width * .85 !default;
|
|
1472
|
-
// scss-docs-end caret-variables
|
|
1473
|
-
|
|
1474
|
-
// $transition-base: all .2s ease-in-out !default;
|
|
1475
|
-
// $transition-fade: opacity .15s linear !default;
|
|
1476
|
-
// scss-docs-start collapse-transition
|
|
1477
|
-
// $transition-collapse: height .35s ease !default;
|
|
1478
|
-
// $transition-collapse-width: width .35s ease !default;
|
|
1479
|
-
// scss-docs-end collapse-transition
|
|
1480
|
-
|
|
1481
|
-
// stylelint-disable function-disallowed-list
|
|
1482
|
-
// scss-docs-start aspect-ratios
|
|
1483
|
-
// $aspect-ratios: (
|
|
1484
|
-
// "1x1": 100%,
|
|
1485
|
-
// "4x3": calc(3 / 4 * 100%),
|
|
1486
|
-
// "16x9": calc(9 / 16 * 100%),
|
|
1487
|
-
// "21x9": calc(9 / 21 * 100%)
|
|
1488
|
-
// ) !default;
|
|
1489
|
-
// scss-docs-end aspect-ratios
|
|
1490
|
-
// stylelint-enable function-disallowed-list
|
|
1491
|
-
|
|
1492
|
-
// Typography
|
|
1493
|
-
//
|
|
1494
|
-
// Font, line-height, and color for body text, headings, and more.
|
|
1495
|
-
|
|
1496
|
-
// scss-docs-start font-variables
|
|
1497
|
-
// stylelint-disable value-keyword-case
|
|
1498
|
-
$font-family-sans-serif: 'Source Sans Pro', sans-serif !default;
|
|
1499
|
-
// $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
|
1500
|
-
// stylelint-enable value-keyword-case
|
|
1501
|
-
// $font-family-base: var(--#{$prefix}font-sans-serif) !default;
|
|
1502
|
-
// $font-family-code: var(--#{$prefix}font-monospace) !default;
|
|
1503
|
-
|
|
1504
|
-
// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins
|
|
1505
|
-
// $font-size-base affects the font size of the body text
|
|
1506
|
-
// $font-size-root: null !default;
|
|
1507
|
-
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
|
1508
|
-
$font-size-sm: $font-size-base * map.get($df-size-ratios, 'sm') !default;
|
|
1509
|
-
$font-size-lg: $font-size-base * map.get($df-size-ratios, 'lg') !default;
|
|
1510
|
-
|
|
1511
|
-
// $font-weight-lighter: lighter !default;
|
|
1512
|
-
$font-weight-light: 100 !default;
|
|
1513
|
-
// $font-weight-normal: 400 !default;
|
|
1514
|
-
// $font-weight-medium: 500 !default;
|
|
1515
|
-
$font-weight-semibold: 500 !default;
|
|
1516
|
-
// $font-weight-bold: 700 !default;
|
|
1517
|
-
// $font-weight-bolder: bolder !default;
|
|
1518
|
-
|
|
1519
|
-
// $font-weight-base: $font-weight-normal !default;
|
|
1520
|
-
|
|
1521
|
-
$line-height-base: 1.5 !default;
|
|
1522
|
-
$line-height-sm: $line-height-base * map.get($df-size-ratios, 'sm') !default;
|
|
1523
|
-
$line-height-lg: $line-height-base * map.get($df-size-ratios, 'lg') !default;
|
|
1524
|
-
|
|
1525
|
-
$h1-font-size: $font-size-base * 2 !default;
|
|
1526
|
-
$h2-font-size: $font-size-base * 1.5 !default;
|
|
1527
|
-
$h3-font-size: $font-size-base * 1.25 !default;
|
|
1528
|
-
$h4-font-size: $font-size-base * 1.125 !default;
|
|
1529
|
-
$h5-font-size: $font-size-base !default;
|
|
1530
|
-
$h6-font-size: $font-size-base * 0.875 !default;
|
|
1531
|
-
// scss-docs-end font-variables
|
|
1532
|
-
|
|
1533
|
-
// scss-docs-start font-sizes
|
|
1534
|
-
// $font-sizes: (
|
|
1535
|
-
// 1: $h1-font-size,
|
|
1536
|
-
// 2: $h2-font-size,
|
|
1537
|
-
// 3: $h3-font-size,
|
|
1538
|
-
// 4: $h4-font-size,
|
|
1539
|
-
// 5: $h5-font-size,
|
|
1540
|
-
// 6: $h6-font-size
|
|
1541
|
-
// ) !default;
|
|
1542
|
-
// scss-docs-end font-sizes
|
|
1543
|
-
|
|
1544
|
-
// scss-docs-start headings-variables
|
|
1545
|
-
// $headings-margin-bottom: $spacer * .5 !default;
|
|
1546
|
-
$headings-font-family: 'Amadeus', sans-serif !default;
|
|
1547
|
-
// $headings-font-style: null !default;
|
|
1548
|
-
$headings-font-weight: 400 !default;
|
|
1549
|
-
$headings-line-height: 1.5 !default;
|
|
1550
|
-
// $headings-color: inherit !default;
|
|
1551
|
-
// scss-docs-end headings-variables
|
|
1552
|
-
|
|
1553
|
-
// scss-docs-start display-headings
|
|
1554
|
-
$display-font-sizes: (
|
|
1555
|
-
1: 4rem,
|
|
1556
|
-
2: 3.5rem,
|
|
1557
|
-
3: 3rem,
|
|
1558
|
-
4: 2.5rem,
|
|
1559
|
-
5: 2rem,
|
|
1560
|
-
6: 1.5rem
|
|
1561
|
-
) !default;
|
|
1562
|
-
|
|
1563
|
-
// $display-font-family: null !default;
|
|
1564
|
-
// $display-font-style: null !default;
|
|
1565
|
-
// $display-font-weight: 300 !default;
|
|
1566
|
-
$display-line-height: 1.1 !default;
|
|
1567
|
-
// scss-docs-end display-headings
|
|
1568
|
-
|
|
1569
|
-
// scss-docs-start type-variables
|
|
1570
|
-
// $lead-font-size: $font-size-base * 1.25 !default;
|
|
1571
|
-
// $lead-font-weight: 300 !default;
|
|
1572
|
-
|
|
1573
|
-
// $small-font-size: .875em !default;
|
|
1574
|
-
|
|
1575
|
-
// $sub-sup-font-size: .75em !default;
|
|
1576
|
-
|
|
1577
|
-
// fusv-disable
|
|
1578
|
-
$text-muted: var(--#{$prefix}secondary-color) !default; // Deprecated in 5.3.0
|
|
1579
|
-
// fusv-enable
|
|
1580
|
-
|
|
1581
|
-
// $initialism-font-size: $small-font-size !default;
|
|
1582
|
-
|
|
1583
|
-
// $blockquote-margin-y: $spacer !default;
|
|
1584
|
-
$blockquote-font-size: $font-size-base * 1.5 !default;
|
|
1585
|
-
// $blockquote-footer-color: $gray-600 !default;
|
|
1586
|
-
// $blockquote-footer-font-size: $small-font-size !default;
|
|
1587
|
-
|
|
1588
|
-
$hr-margin-y: 1.5rem !default;
|
|
1589
|
-
// $hr-color: inherit !default;
|
|
1590
|
-
|
|
1591
|
-
// fusv-disable
|
|
1592
|
-
// $hr-bg-color: null !default; // Deprecated in v5.2.0
|
|
1593
|
-
// $hr-height: null !default; // Deprecated in v5.2.0
|
|
1594
|
-
// fusv-enable
|
|
1595
|
-
|
|
1596
|
-
// $hr-border-color: null !default; // Allows for inherited colors
|
|
1597
|
-
// $hr-border-width: var(--#{$prefix}border-width) !default;
|
|
1598
|
-
// $hr-opacity: .25 !default;
|
|
1599
|
-
|
|
1600
|
-
// scss-docs-start vr-variables
|
|
1601
|
-
// $vr-border-width: var(--#{$prefix}border-width) !default;
|
|
1602
|
-
// scss-docs-end vr-variables
|
|
1603
|
-
|
|
1604
|
-
// $legend-margin-bottom: .5rem !default;
|
|
1605
|
-
// $legend-font-size: 1.5rem !default;
|
|
1606
|
-
// $legend-font-weight: null !default;
|
|
1607
|
-
|
|
1608
|
-
// $dt-font-weight: $font-weight-bold !default;
|
|
1609
|
-
|
|
1610
|
-
// $list-inline-padding: .5rem !default;
|
|
1611
|
-
|
|
1612
|
-
// $mark-padding: .1875em !default;
|
|
1613
|
-
// $mark-color: $body-color !default;
|
|
1614
|
-
$mark-bg: var(--#{$prefix}gray-600) !default;
|
|
1615
|
-
// scss-docs-end type-variables
|
|
1616
|
-
|
|
1617
|
-
// Tables
|
|
1618
|
-
//
|
|
1619
|
-
// Customizes the `.table` component with basic values, each used across all table variations.
|
|
1620
|
-
|
|
1621
|
-
// scss-docs-start table-variables
|
|
1622
|
-
$table-cell-padding-y: 0.75rem !default;
|
|
1623
|
-
$table-cell-padding-x: 0.75rem !default;
|
|
1624
|
-
$table-cell-padding-y-sm: 0.3rem !default;
|
|
1625
|
-
$table-cell-padding-x-sm: 0.3rem !default;
|
|
1626
|
-
|
|
1627
|
-
// $table-cell-vertical-align: top !default;
|
|
1628
|
-
|
|
1629
|
-
$table-color: var(--#{$prefix}body-color) !default;
|
|
1630
|
-
$table-bg: transparent !default;
|
|
1631
|
-
// $table-accent-bg: transparent !default;
|
|
1632
|
-
|
|
1633
|
-
$table-th-font-weight: 500 !default;
|
|
1634
|
-
|
|
1635
|
-
// $table-striped-color: $table-color !default;
|
|
1636
|
-
// $table-striped-bg-factor: .05 !default;
|
|
1637
|
-
// $table-striped-bg: rgba(var(--#{$prefix}emphasis-color-rgb), $table-striped-bg-factor) !default;
|
|
1638
|
-
|
|
1639
|
-
// $table-active-color: $table-color !default;
|
|
1640
|
-
// $table-active-bg-factor: .1 !default;
|
|
1641
|
-
// $table-active-bg: rgba(var(--#{$prefix}emphasis-color-rgb), $table-active-bg-factor) !default;
|
|
1642
|
-
|
|
1643
|
-
// $table-hover-color: $table-color !default;
|
|
1644
|
-
// $table-hover-bg-factor: .075 !default;
|
|
1645
|
-
// $table-hover-bg: rgba(var(--#{$prefix}emphasis-color-rgb), $table-hover-bg-factor) !default;
|
|
1646
|
-
|
|
1647
|
-
// $table-border-factor: .1 !default;
|
|
1648
|
-
// $table-border-width: var(--#{$prefix}border-width) !default;
|
|
1649
|
-
// $table-border-color: var(--#{$prefix}border-color) !default;
|
|
1650
|
-
|
|
1651
|
-
// $table-striped-order: odd !default;
|
|
1652
|
-
// $table-striped-columns-order: even !default;
|
|
1653
|
-
|
|
1654
|
-
$table-group-separator-color: var(--#{$prefix}gray-400) !default;
|
|
1655
|
-
|
|
1656
|
-
// $table-caption-color: var(--#{$prefix}secondary-color) !default;
|
|
1657
|
-
|
|
1658
|
-
// $table-bg-scale: -80% !default;
|
|
1659
|
-
// scss-docs-end table-variables
|
|
1660
|
-
|
|
1661
|
-
// scss-docs-start table-loop
|
|
1662
|
-
// $table-variants: (
|
|
1663
|
-
// "primary": shift-color($primary, $table-bg-scale),
|
|
1664
|
-
// "secondary": shift-color($secondary, $table-bg-scale),
|
|
1665
|
-
// "success": shift-color($success, $table-bg-scale),
|
|
1666
|
-
// "info": shift-color($info, $table-bg-scale),
|
|
1667
|
-
// "warning": shift-color($warning, $table-bg-scale),
|
|
1668
|
-
// "danger": shift-color($danger, $table-bg-scale),
|
|
1669
|
-
// "light": $light,
|
|
1670
|
-
// "dark": $dark,
|
|
1671
|
-
// ) !default;
|
|
1672
|
-
// scss-docs-end table-loop
|
|
1673
|
-
|
|
1674
|
-
// Buttons + Forms
|
|
1675
|
-
//
|
|
1676
|
-
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
|
1677
|
-
|
|
1678
|
-
// scss-docs-start input-btn-variables
|
|
1679
|
-
$input-btn-padding-y: 0.3125rem !default;
|
|
1680
|
-
$input-btn-padding-x: 1rem !default;
|
|
1681
|
-
// $input-btn-font-family: null !default;
|
|
1682
|
-
// $input-btn-font-size: $font-size-base !default;
|
|
1683
|
-
// $input-btn-line-height: $line-height-base !default;
|
|
1684
|
-
|
|
1685
|
-
// $input-btn-focus-width: $focus-ring-width !default;
|
|
1686
|
-
// $input-btn-focus-color-opacity: $focus-ring-opacity !default;
|
|
1687
|
-
// $input-btn-focus-color: $focus-ring-color !default;
|
|
1688
|
-
// $input-btn-focus-blur: $focus-ring-blur !default;
|
|
1689
|
-
$input-btn-focus-box-shadow: $focus-ring-box-shadow !default;
|
|
1690
|
-
|
|
1691
|
-
$input-btn-padding-y-sm: $input-btn-padding-y * map.get($df-sizing-ratios, 'sm') !default;
|
|
1692
|
-
$input-btn-padding-x-sm: $input-btn-padding-x * map.get($df-sizing-ratios, 'sm') !default;
|
|
1693
|
-
// $input-btn-font-size-sm: $font-size-sm !default;
|
|
1694
|
-
|
|
1695
|
-
$input-btn-padding-y-lg: $input-btn-padding-y * map.get($df-sizing-ratios, 'lg') !default;
|
|
1696
|
-
$input-btn-padding-x-lg: $input-btn-padding-x * map.get($df-sizing-ratios, 'lg') !default;
|
|
1697
|
-
// $input-btn-font-size-lg: $font-size-lg !default;
|
|
1698
|
-
|
|
1699
|
-
// $input-btn-border-width: var(--#{$prefix}border-width) !default;
|
|
1700
|
-
// scss-docs-end input-btn-variables
|
|
1701
|
-
|
|
1702
|
-
// Buttons
|
|
1703
|
-
//
|
|
1704
|
-
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
1705
|
-
|
|
1706
|
-
// scss-docs-start btn-variables
|
|
1707
|
-
// $btn-color: var(--#{$prefix}body-color) !default;
|
|
1708
|
-
// $btn-padding-y: $input-btn-padding-y !default;
|
|
1709
|
-
// $btn-padding-x: $input-btn-padding-x !default;
|
|
1710
|
-
$btn-font-family: $font-family-sans-serif !default;
|
|
1711
|
-
// $btn-font-size: $input-btn-font-size !default;
|
|
1712
|
-
// $btn-line-height: $input-btn-line-height !default;
|
|
1713
|
-
// $btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
|
|
1714
|
-
|
|
1715
|
-
// $btn-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
1716
|
-
// $btn-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
1717
|
-
// $btn-font-size-sm: $input-btn-font-size-sm !default;
|
|
1718
|
-
|
|
1719
|
-
// $btn-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
1720
|
-
// $btn-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
1721
|
-
// $btn-font-size-lg: $input-btn-font-size-lg !default;
|
|
1722
|
-
|
|
1723
|
-
// $btn-border-width: $input-btn-border-width !default;
|
|
1724
|
-
|
|
1725
|
-
$btn-font-weight: $font-weight-semibold !default;
|
|
1726
|
-
// $btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
|
|
1727
|
-
// $btn-focus-width: $input-btn-focus-width !default;
|
|
1728
|
-
// $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
1729
|
-
$btn-disabled-opacity: 1 !default;
|
|
1730
|
-
// $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
|
|
1731
|
-
|
|
1732
|
-
// $btn-link-color: var(--#{$prefix}link-color) !default;
|
|
1733
|
-
// $btn-link-hover-color: var(--#{$prefix}link-hover-color) !default;
|
|
1734
|
-
$btn-link-disabled-color: var(--#{$prefix}gray-400) !default; // default $gray-600 but we align with $df-disabled-color
|
|
1735
|
-
$btn-link-focus-shadow-rgb: rgba(var(--#{$prefix}btn-focus-shadow-rgb), 0.5) !default;
|
|
1736
|
-
|
|
1737
|
-
// Allows for customizing button radius independently from global border radius
|
|
1738
|
-
// $btn-border-radius: $border-radius !default;
|
|
1739
|
-
// $btn-border-radius-sm: $border-radius-sm !default;
|
|
1740
|
-
// $btn-border-radius-lg: $border-radius-lg !default;
|
|
1741
|
-
|
|
1742
|
-
// $btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
1743
|
-
|
|
1744
|
-
// $btn-hover-bg-shade-amount: 15% !default;
|
|
1745
|
-
// $btn-hover-bg-tint-amount: 15% !default;
|
|
1746
|
-
// $btn-hover-border-shade-amount: 20% !default;
|
|
1747
|
-
// $btn-hover-border-tint-amount: 10% !default;
|
|
1748
|
-
// $btn-active-bg-shade-amount: 20% !default;
|
|
1749
|
-
// $btn-active-bg-tint-amount: 20% !default;
|
|
1750
|
-
// $btn-active-border-shade-amount: 25% !default;
|
|
1751
|
-
// $btn-active-border-tint-amount: 10% !default;
|
|
1752
|
-
// scss-docs-end btn-variables
|
|
1753
|
-
|
|
1754
|
-
// Forms
|
|
1755
|
-
|
|
1756
|
-
// scss-docs-start form-text-variables
|
|
1757
|
-
// $form-text-margin-top: .25rem !default;
|
|
1758
|
-
// $form-text-font-size: $small-font-size !default;
|
|
1759
|
-
// $form-text-font-style: null !default;
|
|
1760
|
-
// $form-text-font-weight: null !default;
|
|
1761
|
-
$form-text-color: var(--#{$prefix}body-color) !default;
|
|
1762
|
-
// scss-docs-end form-text-variables
|
|
1763
|
-
|
|
1764
|
-
// scss-docs-start form-label-variables
|
|
1765
|
-
// $form-label-margin-bottom: .5rem !default;
|
|
1766
|
-
// $form-label-font-size: null !default;
|
|
1767
|
-
// $form-label-font-style: null !default;
|
|
1768
|
-
// $form-label-font-weight: null !default;
|
|
1769
|
-
// $form-label-color: null !default;
|
|
1770
|
-
// scss-docs-end form-label-variables
|
|
1771
|
-
|
|
1772
|
-
// scss-docs-start form-input-variables
|
|
1773
|
-
// $input-padding-y: $input-btn-padding-y !default;
|
|
1774
|
-
$input-padding-x: 0.75rem !default;
|
|
1775
|
-
// $input-font-family: $input-btn-font-family !default;
|
|
1776
|
-
// $input-font-size: $input-btn-font-size !default;
|
|
1777
|
-
// $input-font-weight: $font-weight-base !default;
|
|
1778
|
-
// $input-line-height: $input-btn-line-height !default;
|
|
1779
|
-
|
|
1780
|
-
// $input-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
1781
|
-
$input-padding-x-sm: $input-padding-x * map.get($df-size-ratios, 'sm') !default;
|
|
1782
|
-
// $input-font-size-sm: $input-btn-font-size-sm !default;
|
|
1783
|
-
|
|
1784
|
-
// $input-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
1785
|
-
$input-padding-x-lg: $input-padding-x * map.get($df-size-ratios, 'lg') !default;
|
|
1786
|
-
// $input-font-size-lg: $input-btn-font-size-lg !default;
|
|
1787
|
-
|
|
1788
|
-
// $input-bg: var(--#{$prefix}body-bg) !default;
|
|
1789
|
-
// $input-disabled-color: null !default;
|
|
1790
|
-
$input-disabled-bg: var(--#{$prefix}gray-100) !default;
|
|
1791
|
-
// $input-disabled-border-color: null !default;
|
|
1792
|
-
|
|
1793
|
-
// $input-color: var(--#{$prefix}body-color) !default;
|
|
1794
|
-
$input-border-color: var(--#{$prefix}gray-400) !default;
|
|
1795
|
-
// $input-border-width: $input-btn-border-width !default;
|
|
1796
|
-
// $input-box-shadow: var(--#{$prefix}box-shadow-inset) !default;
|
|
1797
|
-
|
|
1798
|
-
// $input-border-radius: var(--#{$prefix}border-radius) !default;
|
|
1799
|
-
// $input-border-radius-sm: var(--#{$prefix}border-radius-sm) !default;
|
|
1800
|
-
// $input-border-radius-lg: var(--#{$prefix}border-radius-lg) !default;
|
|
1801
|
-
|
|
1802
|
-
// $input-focus-bg: $input-bg !default;
|
|
1803
|
-
$input-focus-border-color: var(--#{$prefix}primary) !default;
|
|
1804
|
-
// $input-focus-color: $input-color !default;
|
|
1805
|
-
// $input-focus-width: $input-btn-focus-width !default;
|
|
1806
|
-
// $input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
1807
|
-
|
|
1808
|
-
$input-placeholder-color: var(--#{$prefix}gray-600) !default;
|
|
1809
|
-
// $input-plaintext-color: var(--#{$prefix}body-color) !default;
|
|
1810
|
-
|
|
1811
|
-
// $input-height-border: calc(#{$input-border-width} * 2) !default;
|
|
1812
|
-
|
|
1813
|
-
// $input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;
|
|
1814
|
-
// $input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;
|
|
1815
|
-
// $input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;
|
|
1816
|
-
|
|
1817
|
-
// $input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;
|
|
1818
|
-
// $input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;
|
|
1819
|
-
// $input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;
|
|
1820
|
-
|
|
1821
|
-
// $input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
1822
|
-
|
|
1823
|
-
// $form-color-width: 3rem !default;
|
|
1824
|
-
// scss-docs-end form-input-variables
|
|
1825
|
-
|
|
1826
|
-
// scss-docs-start form-check-variables
|
|
1827
|
-
$form-check-input-width: 1em !default;
|
|
1828
|
-
// $form-check-min-height: $font-size-base * $line-height-base !default;
|
|
1829
|
-
$form-check-padding-start: $form-check-input-width + 0.375em !default;
|
|
1830
|
-
// $form-check-margin-bottom: .125rem !default;
|
|
1831
|
-
// $form-check-label-color: null !default;
|
|
1832
|
-
$form-check-label-cursor: pointer !default;
|
|
1833
|
-
// $form-check-transition: null !default;
|
|
1834
|
-
|
|
1835
|
-
$form-check-input-active-filter: none !default;
|
|
1836
|
-
|
|
1837
|
-
// $form-check-input-bg: $input-bg !default;
|
|
1838
|
-
$form-check-input-border: 2px solid var(--#{$prefix}gray-600) !default;
|
|
1839
|
-
$form-check-input-border-radius: 0.125em !default;
|
|
1840
|
-
// $form-check-radio-border-radius: 50% !default;
|
|
1841
|
-
$form-check-input-focus-border: var(--#{$prefix}gray-600) !default;
|
|
1842
|
-
$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
1843
|
-
|
|
1844
|
-
$form-check-input-checked-color: $component-active-color !default;
|
|
1845
|
-
$form-check-input-checked-bg-color: $component-active-bg !default;
|
|
1846
|
-
$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;
|
|
1847
|
-
$form-check-input-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 14 12'><path d='M3.265 8a.995.995 0 0 1-.717-.306L.297 5.369a1.071 1.071 0 0 1 0-1.48.99.99 0 0 1 1.434 0l1.534 1.584L8.27.307a.99.99 0 0 1 1.433 0 1.07 1.07 0 0 1 0 1.482l-5.72 5.905A.995.995 0 0 1 3.266 8' fill='#{$form-check-input-checked-color}' stroke-width='0' fill-rule='evenodd'/></svg>") !default;
|
|
1848
|
-
$form-check-radio-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2.5' fill='#{$primary}'/></svg>") !default;
|
|
1849
|
-
|
|
1850
|
-
$form-check-input-indeterminate-color: $component-active-color !default;
|
|
1851
|
-
// $form-check-input-indeterminate-bg-color: $component-active-bg !default;
|
|
1852
|
-
// $form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;
|
|
1853
|
-
$form-check-input-indeterminate-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-2 0 14 4'><rect x='3' y='6.75' width='10' height='2.5' rx='1.25' transform='translate(-3 -6)' fill='#{$form-check-input-indeterminate-color}' fill-rule='nonzero'/></svg>") !default;
|
|
1854
|
-
|
|
1855
|
-
$form-check-input-disabled-opacity: 1 !default;
|
|
1856
|
-
// $form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;
|
|
1857
|
-
// $form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;
|
|
1858
|
-
|
|
1859
|
-
// $form-check-inline-margin-end: 1rem !default;
|
|
1860
|
-
// scss-docs-end form-check-variables
|
|
1861
|
-
|
|
1862
|
-
// scss-docs-start form-switch-variables
|
|
1863
|
-
$form-switch-color: $gray-600 !default;
|
|
1864
|
-
$form-switch-width: 3em !default;
|
|
1865
|
-
$form-switch-padding-start: 0 !default; // $form-switch-width + .5em
|
|
1866
|
-
// $form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color}'/></svg>") !default;
|
|
1867
|
-
$form-switch-border-radius: math.div($form-switch-width, 2) !default;
|
|
1868
|
-
// $form-switch-transition: background-position .15s ease-in-out !default;
|
|
1869
|
-
|
|
1870
|
-
// $form-switch-focus-color: $input-focus-border-color !default;
|
|
1871
|
-
$form-switch-focus-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color}'/></svg>") !default;
|
|
1872
|
-
|
|
1873
|
-
// $form-switch-checked-color: $component-active-color !default;
|
|
1874
|
-
// $form-switch-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-checked-color}'/></svg>") !default;
|
|
1875
|
-
// $form-switch-checked-bg-position: right center !default;
|
|
1876
|
-
// scss-docs-end form-switch-variables
|
|
1877
|
-
|
|
1878
|
-
// scss-docs-start input-group-variables
|
|
1879
|
-
// $input-group-addon-padding-y: $input-padding-y !default;
|
|
1880
|
-
// $input-group-addon-padding-x: $input-padding-x !default;
|
|
1881
|
-
// $input-group-addon-font-weight: $input-font-weight !default;
|
|
1882
|
-
// $input-group-addon-color: $input-color !default;
|
|
1883
|
-
// $input-group-addon-bg: var(--#{$prefix}tertiary-bg) !default;
|
|
1884
|
-
// $input-group-addon-border-color: $input-border-color !default;
|
|
1885
|
-
// scss-docs-end input-group-variables
|
|
1886
|
-
|
|
1887
|
-
// scss-docs-start form-select-variables
|
|
1888
|
-
// $form-select-padding-y: $input-padding-y !default;
|
|
1889
|
-
// $form-select-padding-x: $input-padding-x !default;
|
|
1890
|
-
// $form-select-font-family: $input-font-family !default;
|
|
1891
|
-
// $form-select-font-size: $input-font-size !default;
|
|
1892
|
-
// $form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image
|
|
1893
|
-
// $form-select-font-weight: $input-font-weight !default;
|
|
1894
|
-
// $form-select-line-height: $input-line-height !default;
|
|
1895
|
-
// $form-select-color: $input-color !default;
|
|
1896
|
-
// $form-select-bg: $input-bg !default;
|
|
1897
|
-
$form-select-disabled-color: var(--#{$prefix}disabled-color) !default;
|
|
1898
|
-
// $form-select-disabled-bg: $input-disabled-bg !default;
|
|
1899
|
-
// $form-select-disabled-border-color: $input-disabled-border-color !default;
|
|
1900
|
-
// $form-select-bg-position: right $form-select-padding-x center !default;
|
|
1901
|
-
$form-select-bg-size: 16px 16px !default; // In pixels because image dimensions
|
|
1902
|
-
// $form-select-indicator-color: $gray-800 !default;
|
|
1903
|
-
$form-select-indicator: str-replace(
|
|
1904
|
-
url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E"),
|
|
1905
|
-
'#',
|
|
1906
|
-
'%23'
|
|
1907
|
-
) !default;
|
|
1908
|
-
|
|
1909
|
-
// $form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;
|
|
1910
|
-
// $form-select-feedback-icon-position: center right $form-select-indicator-padding !default;
|
|
1911
|
-
// $form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;
|
|
1912
|
-
|
|
1913
|
-
// $form-select-border-width: $input-border-width !default;
|
|
1914
|
-
// $form-select-border-color: $input-border-color !default;
|
|
1915
|
-
// $form-select-border-radius: $input-border-radius !default;
|
|
1916
|
-
// $form-select-box-shadow: var(--#{$prefix}box-shadow-inset) !default;
|
|
1917
|
-
|
|
1918
|
-
// $form-select-focus-border-color: $input-focus-border-color !default;
|
|
1919
|
-
// $form-select-focus-width: $input-focus-width !default;
|
|
1920
|
-
// $form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;
|
|
1921
|
-
|
|
1922
|
-
// $form-select-padding-y-sm: $input-padding-y-sm !default;
|
|
1923
|
-
// $form-select-padding-x-sm: $input-padding-x-sm !default;
|
|
1924
|
-
// $form-select-font-size-sm: $input-font-size-sm !default;
|
|
1925
|
-
// $form-select-border-radius-sm: $input-border-radius-sm !default;
|
|
1926
|
-
|
|
1927
|
-
// $form-select-padding-y-lg: $input-padding-y-lg !default;
|
|
1928
|
-
// $form-select-padding-x-lg: $input-padding-x-lg !default;
|
|
1929
|
-
// $form-select-font-size-lg: $input-font-size-lg !default;
|
|
1930
|
-
// $form-select-border-radius-lg: $input-border-radius-lg !default;
|
|
1931
|
-
|
|
1932
|
-
// $form-select-transition: $input-transition !default;
|
|
1933
|
-
// scss-docs-end form-select-variables
|
|
1934
|
-
|
|
1935
|
-
// scss-docs-start form-range-variables
|
|
1936
|
-
// $form-range-track-width: 100% !default;
|
|
1937
|
-
// $form-range-track-height: .5rem !default;
|
|
1938
|
-
// $form-range-track-cursor: pointer !default;
|
|
1939
|
-
$form-range-track-bg: var(--#{$prefix}gray-300) !default;
|
|
1940
|
-
// $form-range-track-border-radius: 1rem !default;
|
|
1941
|
-
// $form-range-track-box-shadow: var(--#{$prefix}box-shadow-inset) !default;
|
|
1942
|
-
|
|
1943
|
-
// $form-range-thumb-width: 1rem !default;
|
|
1944
|
-
// $form-range-thumb-height: $form-range-thumb-width !default;
|
|
1945
|
-
// $form-range-thumb-bg: $component-active-bg !default;
|
|
1946
|
-
// $form-range-thumb-border: 0 !default;
|
|
1947
|
-
// $form-range-thumb-border-radius: 1rem !default;
|
|
1948
|
-
// $form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
|
|
1949
|
-
// $form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;
|
|
1950
|
-
// $form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge
|
|
1951
|
-
$form-range-thumb-active-bg: tint-color($primary, 70%) !default; // tint-color($component-active-bg, 70%)
|
|
1952
|
-
$form-range-thumb-disabled-bg: var(--#{$prefix}gray-500) !default;
|
|
1953
|
-
// $form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
1954
|
-
// scss-docs-end form-range-variables
|
|
1955
|
-
|
|
1956
|
-
// scss-docs-start form-file-variables
|
|
1957
|
-
$form-file-button-color: var(--#{$prefix}white) !default;
|
|
1958
|
-
$form-file-button-bg: $primary !default;
|
|
1959
|
-
$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;
|
|
1960
|
-
// scss-docs-end form-file-variables
|
|
1961
|
-
|
|
1962
|
-
// scss-docs-start form-floating-variables
|
|
1963
|
-
// $form-floating-height: add(3.5rem, $input-height-border) !default;
|
|
1964
|
-
// $form-floating-line-height: 1.25 !default;
|
|
1965
|
-
// $form-floating-padding-x: $input-padding-x !default;
|
|
1966
|
-
// $form-floating-padding-y: 1rem !default;
|
|
1967
|
-
// $form-floating-input-padding-t: 1.625rem !default;
|
|
1968
|
-
// $form-floating-input-padding-b: .625rem !default;
|
|
1969
|
-
// $form-floating-label-opacity: .65 !default;
|
|
1970
|
-
// $form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;
|
|
1971
|
-
// $form-floating-label-disabled-color: $gray-600 !default;
|
|
1972
|
-
// $form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;
|
|
1973
|
-
// scss-docs-end form-floating-variables
|
|
1974
|
-
|
|
1975
|
-
// Form validation
|
|
1976
|
-
|
|
1977
|
-
// scss-docs-start form-feedback-variables
|
|
1978
|
-
// $form-feedback-margin-top: $form-text-margin-top !default;
|
|
1979
|
-
// $form-feedback-font-size: $form-text-font-size !default;
|
|
1980
|
-
// $form-feedback-font-style: $form-text-font-style !default;
|
|
1981
|
-
$form-feedback-valid-color: $success !default;
|
|
1982
|
-
$form-feedback-invalid-color: $danger !default;
|
|
1983
|
-
|
|
1984
|
-
$form-feedback-icon-valid-color: $form-feedback-valid-color !default;
|
|
1985
|
-
$form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") !default;
|
|
1986
|
-
$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
|
|
1987
|
-
$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>") !default;
|
|
1988
|
-
// scss-docs-end form-feedback-variables
|
|
1989
|
-
|
|
1990
|
-
// scss-docs-start form-validation-colors
|
|
1991
|
-
// $form-valid-color: $form-feedback-valid-color !default;
|
|
1992
|
-
// $form-valid-border-color: $form-feedback-valid-color !default;
|
|
1993
|
-
// $form-invalid-color: $form-feedback-invalid-color !default;
|
|
1994
|
-
// $form-invalid-border-color: $form-feedback-invalid-color !default;
|
|
1995
|
-
// scss-docs-end form-validation-colors
|
|
1996
|
-
|
|
1997
|
-
// scss-docs-start form-validation-states
|
|
1998
|
-
$form-validation-states: (
|
|
1999
|
-
'valid': (
|
|
2000
|
-
'color': var(--#{$prefix}form-valid-color),
|
|
2001
|
-
'icon': $form-feedback-icon-valid,
|
|
2002
|
-
'tooltip-color': #fff,
|
|
2003
|
-
'tooltip-bg-color': var(--#{$prefix}success),
|
|
2004
|
-
'focus-box-shadow': $input-btn-focus-box-shadow,
|
|
2005
|
-
'border-color': var(--#{$prefix}form-valid-border-color)
|
|
2006
|
-
),
|
|
2007
|
-
'invalid': (
|
|
2008
|
-
'color': var(--#{$prefix}form-invalid-color),
|
|
2009
|
-
'icon': $form-feedback-icon-invalid,
|
|
2010
|
-
'tooltip-color': #fff,
|
|
2011
|
-
'tooltip-bg-color': var(--#{$prefix}danger),
|
|
2012
|
-
'focus-box-shadow': $input-btn-focus-box-shadow,
|
|
2013
|
-
'border-color': var(--#{$prefix}form-invalid-border-color)
|
|
2014
|
-
)
|
|
2015
|
-
) !default;
|
|
2016
|
-
// scss-docs-end form-validation-states
|
|
2017
|
-
|
|
2018
|
-
// Z-index master list
|
|
2019
|
-
//
|
|
2020
|
-
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
2021
|
-
// of components dependent on the z-axis and are designed to all work together.
|
|
2022
|
-
|
|
2023
|
-
// scss-docs-start zindex-stack
|
|
2024
|
-
// $zindex-dropdown: 1000 !default;
|
|
2025
|
-
// $zindex-sticky: 1020 !default;
|
|
2026
|
-
// $zindex-fixed: 1030 !default;
|
|
2027
|
-
// $zindex-offcanvas-backdrop: 1040 !default;
|
|
2028
|
-
// $zindex-offcanvas: 1045 !default;
|
|
2029
|
-
// $zindex-modal-backdrop: 1050 !default;
|
|
2030
|
-
// $zindex-modal: 1055 !default;
|
|
2031
|
-
// $zindex-popover: 1070 !default;
|
|
2032
|
-
// $zindex-tooltip: 1080 !default;
|
|
2033
|
-
// $zindex-toast: 1090 !default;
|
|
2034
|
-
// scss-docs-end zindex-stack
|
|
2035
|
-
|
|
2036
|
-
// scss-docs-start zindex-levels-map
|
|
2037
|
-
// $zindex-levels: (
|
|
2038
|
-
// n1: -1,
|
|
2039
|
-
// 0: 0,
|
|
2040
|
-
// 1: 1,
|
|
2041
|
-
// 2: 2,
|
|
2042
|
-
// 3: 3
|
|
2043
|
-
// ) !default;
|
|
2044
|
-
// scss-docs-end zindex-levels-map
|
|
2045
|
-
|
|
2046
|
-
// Navs
|
|
2047
|
-
|
|
2048
|
-
// scss-docs-start nav-variables
|
|
2049
|
-
// $nav-link-padding-y: .5rem !default;
|
|
2050
|
-
// $nav-link-padding-x: 1rem !default;
|
|
2051
|
-
// $nav-link-font-size: null !default;
|
|
2052
|
-
// $nav-link-font-weight: null !default;
|
|
2053
|
-
// $nav-link-color: var(--#{$prefix}link-color) !default;
|
|
2054
|
-
// $nav-link-hover-color: var(--#{$prefix}link-hover-color) !default;
|
|
2055
|
-
// $nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;
|
|
2056
|
-
$nav-link-disabled-color: var(--#{$prefix}disabled-color) !default;
|
|
2057
|
-
// $nav-link-focus-box-shadow: $focus-ring-box-shadow !default;
|
|
2058
|
-
|
|
2059
|
-
// $nav-tabs-border-color: var(--#{$prefix}border-color) !default;
|
|
2060
|
-
// $nav-tabs-border-width: var(--#{$prefix}border-width !default;
|
|
2061
|
-
$nav-tabs-border-radius: 0 !default;
|
|
2062
|
-
// $nav-tabs-link-hover-border-color: var(--#{$prefix}secondary-bg) var(--#{$prefix}secondary-bg) $nav-tabs-border-color !default;
|
|
2063
|
-
$nav-tabs-link-active-color: var(--#{$prefix}primary) !default;
|
|
2064
|
-
$nav-tabs-link-active-bg: var(--#{$prefix}white) !default;
|
|
2065
|
-
// $nav-tabs-link-active-border-color: var(--#{$prefix}border-color) var(--#{$prefix}border-color) $nav-tabs-link-active-bg !default;
|
|
2066
|
-
|
|
2067
|
-
$nav-pills-border-radius: 0 !default; // $border-radius
|
|
2068
|
-
$nav-pills-link-active-color: var(--#{$prefix}primary) !default;
|
|
2069
|
-
$nav-pills-link-active-bg: var(--#{$prefix}white) !default;
|
|
2070
|
-
|
|
2071
|
-
// $nav-underline-gap: 1rem !default;
|
|
2072
|
-
// $nav-underline-border-width: .125rem !default;
|
|
2073
|
-
// $nav-underline-link-active-color: var(--#{$prefix}emphasis-color) !default;
|
|
2074
|
-
// scss-docs-end nav-variables
|
|
2075
|
-
|
|
2076
|
-
// Navbar
|
|
2077
|
-
|
|
2078
|
-
// scss-docs-start navbar-variables
|
|
2079
|
-
$navbar-padding-y: 0 !default;
|
|
2080
|
-
$navbar-padding-x: 0 !default;
|
|
2081
|
-
|
|
2082
|
-
// $navbar-nav-link-padding-x: .5rem !default;
|
|
2083
|
-
|
|
2084
|
-
// $navbar-brand-font-size: $font-size-lg !default;
|
|
2085
|
-
// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
|
|
2086
|
-
// $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
|
|
2087
|
-
// $navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
|
|
2088
|
-
// $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;
|
|
2089
|
-
$navbar-brand-margin-end: 0px !default; // default 1rem
|
|
2090
|
-
|
|
2091
|
-
$navbar-toggler-padding-y: 0.125rem !default;
|
|
2092
|
-
$navbar-toggler-padding-x: 0.125rem !default;
|
|
2093
|
-
// $navbar-toggler-font-size: $font-size-lg !default;
|
|
2094
|
-
// $navbar-toggler-border-radius: $btn-border-radius !default;
|
|
2095
|
-
// $navbar-toggler-focus-width: $btn-focus-width !default;
|
|
2096
|
-
// $navbar-toggler-transition: box-shadow .15s ease-in-out !default;
|
|
2097
|
-
|
|
2098
|
-
$navbar-light-color: var(--#{$prefix}primary-500) !default;
|
|
2099
|
-
$navbar-light-hover-color: var(--#{$prefix}primary-500) !default; // TODO 600
|
|
2100
|
-
$navbar-light-active-color: var(--#{$prefix}primary-500) !default;
|
|
2101
|
-
$navbar-light-disabled-color: var(--#{$prefix}gray-500) !default;
|
|
2102
|
-
// $navbar-light-icon-color: rgba($body-color, .75) !default;
|
|
2103
|
-
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$primary-500}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
2104
|
-
$navbar-light-toggler-border-color: var(--#{$prefix}white) !default;
|
|
2105
|
-
// $navbar-light-brand-color: $navbar-light-active-color !default;
|
|
2106
|
-
// $navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
|
2107
|
-
// scss-docs-end navbar-variables
|
|
2108
|
-
|
|
2109
|
-
// scss-docs-start navbar-dark-variables
|
|
2110
|
-
$navbar-dark-color: var(--#{$prefix}black) !default;
|
|
2111
|
-
$navbar-dark-hover-color: var(--#{$prefix}black) !default;
|
|
2112
|
-
$navbar-dark-active-color: var(--#{$prefix}black) !default;
|
|
2113
|
-
$navbar-dark-disabled-color: var(--#{$prefix}gray-500) !default; // verified this
|
|
2114
|
-
// $navbar-dark-icon-color: $navbar-dark-color !default;
|
|
2115
|
-
// TODO for bg image correct the dark mode
|
|
2116
|
-
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$white}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
2117
|
-
$navbar-dark-toggler-border-color: transparent !default;
|
|
2118
|
-
// $navbar-dark-brand-color: $navbar-dark-active-color !default;
|
|
2119
|
-
// $navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
|
2120
|
-
// scss-docs-end navbar-dark-variables
|
|
2121
|
-
|
|
2122
|
-
// Dropdowns
|
|
2123
|
-
//
|
|
2124
|
-
// Dropdown menu container and contents.
|
|
2125
|
-
|
|
2126
|
-
// scss-docs-start dropdown-variables
|
|
2127
|
-
// $dropdown-min-width: 10rem !default;
|
|
2128
|
-
// $dropdown-padding-x: 0 !default;
|
|
2129
|
-
// $dropdown-padding-y: .5rem !default;
|
|
2130
|
-
// $dropdown-spacer: .125rem !default;
|
|
2131
|
-
// $dropdown-font-size: $font-size-base !default;
|
|
2132
|
-
// $dropdown-color: var(--#{$prefix}body-color) !default;
|
|
2133
|
-
// $dropdown-bg: $white !default;
|
|
2134
|
-
$dropdown-border-color: var(--#{$prefix}border-color) !default;
|
|
2135
|
-
// $dropdown-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2136
|
-
// $dropdown-border-width: var(--#{$prefix}border-width) !default;
|
|
2137
|
-
// $dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default; // stylelint-disable-line function-disallowed-list
|
|
2138
|
-
// $dropdown-divider-bg: $dropdown-border-color !default;
|
|
2139
|
-
// $dropdown-divider-margin-y: $spacer * .5 !default;
|
|
2140
|
-
// $dropdown-box-shadow: var(--#{$prefix}box-shadow) !default;
|
|
2141
|
-
|
|
2142
|
-
// $dropdown-link-color: var(--#{$prefix}body-color) !default;
|
|
2143
|
-
// $dropdown-link-hover-color: $dropdown-link-color !default;
|
|
2144
|
-
$dropdown-link-hover-bg: $gray-100 !default;
|
|
2145
|
-
|
|
2146
|
-
$dropdown-link-active-color: shades-css-var('primary', 'bg-color', true) !default;
|
|
2147
|
-
$dropdown-link-active-bg: shades-css-var('primary', 'bg-color') !default;
|
|
2148
|
-
|
|
2149
|
-
$dropdown-link-disabled-color: var(--#{$prefix}gray-500) !default;
|
|
2150
|
-
|
|
2151
|
-
// $dropdown-item-padding-y: $spacer * .25 !default;
|
|
2152
|
-
// $dropdown-item-padding-x: $spacer !default;
|
|
2153
|
-
|
|
2154
|
-
$dropdown-header-color: var(--#{$prefix}white) !default;
|
|
2155
|
-
// $dropdown-header-padding-x: $dropdown-item-padding-x !default;
|
|
2156
|
-
// $dropdown-header-padding-y: $dropdown-padding-y !default;
|
|
2157
|
-
// fusv-disable
|
|
2158
|
-
// $dropdown-header-padding: $dropdown-header-padding-y $dropdown-header-padding-x !default; // Deprecated in v5.2.0
|
|
2159
|
-
// fusv-enable
|
|
2160
|
-
// scss-docs-end dropdown-variables
|
|
2161
|
-
|
|
2162
|
-
// scss-docs-start dropdown-dark-variables
|
|
2163
|
-
// $dropdown-dark-color: $gray-300 !default;
|
|
2164
|
-
// $dropdown-dark-bg: $gray-800 !default;
|
|
2165
|
-
// $dropdown-dark-border-color: $dropdown-border-color !default;
|
|
2166
|
-
// $dropdown-dark-divider-bg: $dropdown-divider-bg !default;
|
|
2167
|
-
// $dropdown-dark-box-shadow: null !default;
|
|
2168
|
-
// $dropdown-dark-link-color: $dropdown-dark-color !default;
|
|
2169
|
-
// $dropdown-dark-link-hover-color: $white !default;
|
|
2170
|
-
// $dropdown-dark-link-hover-bg: rgba($white, .15) !default;
|
|
2171
|
-
// $dropdown-dark-link-active-color: $dropdown-link-active-color !default;
|
|
2172
|
-
// $dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;
|
|
2173
|
-
// $dropdown-dark-link-disabled-color: $gray-500 !default;
|
|
2174
|
-
// $dropdown-dark-header-color: $gray-500 !default;
|
|
2175
|
-
// scss-docs-end dropdown-dark-variables
|
|
2176
|
-
|
|
2177
|
-
// Pagination
|
|
2178
|
-
|
|
2179
|
-
// scss-docs-start pagination-variables
|
|
2180
|
-
$pagination-padding-y: 0rem !default;
|
|
2181
|
-
$pagination-padding-x: 0.5rem !default;
|
|
2182
|
-
$pagination-padding-y-sm: 0rem !default;
|
|
2183
|
-
$pagination-padding-x-sm: 0.5rem !default;
|
|
2184
|
-
$pagination-padding-y-lg: 0rem !default;
|
|
2185
|
-
$pagination-padding-x-lg: 0.5rem !default;
|
|
2186
|
-
|
|
2187
|
-
// $pagination-font-size: $font-size-base !default;
|
|
2188
|
-
|
|
2189
|
-
$pagination-color: var(--#{$prefix}black) !default;
|
|
2190
|
-
// $pagination-bg: var(--#{$prefix}body-bg) !default;
|
|
2191
|
-
// $pagination-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2192
|
-
// $pagination-border-width: var(--#{$prefix}border-width) !default;
|
|
2193
|
-
// $pagination-margin-start: calc(#{$pagination-border-width} * -1) !default; // stylelint-disable-line function-disallowed-list
|
|
2194
|
-
// $pagination-border-color: var(--#{$prefix}border-color) !default;
|
|
2195
|
-
|
|
2196
|
-
$pagination-focus-color: shades-css-var('white', 'bg-color', true) !default; // $link-hover-color
|
|
2197
|
-
$pagination-focus-bg: shades-css-var('white', 'bg-color') !default; // default $gray-200
|
|
2198
|
-
// $pagination-focus-box-shadow: $focus-ring-box-shadow !default;
|
|
2199
|
-
// $pagination-focus-outline: 0 !default;
|
|
2200
|
-
|
|
2201
|
-
$pagination-hover-color: shades-css-var('white', 'bg-hover-color', true) !default;
|
|
2202
|
-
$pagination-hover-bg: shades-css-var('white', 'bg-hover-color') !default; // default $gray-200
|
|
2203
|
-
// $pagination-hover-border-color: var(--#{$prefix}border-color) !default;
|
|
2204
|
-
|
|
2205
|
-
// $pagination-active-color: $component-active-color !default;
|
|
2206
|
-
// $pagination-active-bg: $component-active-bg !default;
|
|
2207
|
-
// $pagination-active-border-color: $pagination-active-bg !default;
|
|
2208
|
-
|
|
2209
|
-
$pagination-disabled-color: var(--#{$prefix}disabled-color) !default;
|
|
2210
|
-
$pagination-disabled-bg: var(--#{$prefix}white) !default;
|
|
2211
|
-
// $pagination-disabled-border-color: var(--#{$prefix}border-color) !default;
|
|
2212
|
-
|
|
2213
|
-
// $pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
2214
|
-
|
|
2215
|
-
// $pagination-border-radius-sm: var(--#{$prefix}border-radius-sm) !default;
|
|
2216
|
-
// $pagination-border-radius-lg: var(--#{$prefix}border-radius-lg) !default;
|
|
2217
|
-
// scss-docs-end pagination-variables
|
|
2218
|
-
|
|
2219
|
-
// Placeholders
|
|
2220
|
-
|
|
2221
|
-
// scss-docs-start placeholders
|
|
2222
|
-
// $placeholder-opacity-max: .5 !default;
|
|
2223
|
-
// $placeholder-opacity-min: .2 !default;
|
|
2224
|
-
// scss-docs-end placeholders
|
|
2225
|
-
|
|
2226
|
-
// Cards
|
|
2227
|
-
|
|
2228
|
-
// scss-docs-start card-variables
|
|
2229
|
-
// $card-spacer-y: $spacer !default;
|
|
2230
|
-
$card-spacer-x: 1rem !default;
|
|
2231
|
-
// $card-title-spacer-y: $spacer * .5 !default;
|
|
2232
|
-
// $card-title-color: null !default;
|
|
2233
|
-
// $card-subtitle-color: null !default;
|
|
2234
|
-
// $card-border-width: var(--#{$prefix}border-width) !default;
|
|
2235
|
-
$card-border-color: var(--#{$prefix}border-color) !default;
|
|
2236
|
-
$card-border-radius: var(--#{$prefix}border-radius-lg) !default;
|
|
2237
|
-
// $card-box-shadow: null !default;
|
|
2238
|
-
// $card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
|
|
2239
|
-
// $card-cap-padding-y: $card-spacer-y * .5 !default;
|
|
2240
|
-
// $card-cap-padding-x: $card-spacer-x !default;
|
|
2241
|
-
// $card-cap-bg: rgba(var(--#{$prefix}body-color-rgb), .03) !default;
|
|
2242
|
-
// $card-cap-color: null !default;
|
|
2243
|
-
// $card-height: null !default;
|
|
2244
|
-
// $card-color: null !default;
|
|
2245
|
-
// $card-bg: var(--#{$prefix}body-bg) !default;
|
|
2246
|
-
// $card-img-overlay-padding: $spacer !default;
|
|
2247
|
-
// $card-group-margin: $grid-gutter-width * .5 !default;
|
|
2248
|
-
// scss-docs-end card-variables
|
|
2249
|
-
|
|
2250
|
-
// Accordion
|
|
2251
|
-
|
|
2252
|
-
// scss-docs-start accordion-variables
|
|
2253
|
-
$accordion-padding-y: 0.75rem !default;
|
|
2254
|
-
$accordion-padding-x: 1rem !default;
|
|
2255
|
-
$accordion-color: var(--#{$prefix}body-color) !default;
|
|
2256
|
-
$accordion-bg: var(--#{$prefix}body-bg) !default;
|
|
2257
|
-
// $accordion-border-width: var(--#{$prefix}border-width) !default;
|
|
2258
|
-
// $accordion-border-color: var(--#{$prefix}border-color) !default;
|
|
2259
|
-
// $accordion-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2260
|
-
// $accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;
|
|
2261
|
-
|
|
2262
|
-
// $accordion-body-padding-y: $accordion-padding-y !default;
|
|
2263
|
-
// $accordion-body-padding-x: $accordion-padding-x !default;
|
|
2264
|
-
|
|
2265
|
-
// $accordion-button-padding-y: $accordion-padding-y !default;
|
|
2266
|
-
// $accordion-button-padding-x: $accordion-padding-x !default;
|
|
2267
|
-
// $accordion-button-color: var(--#{$prefix}body-color) !default;
|
|
2268
|
-
// $accordion-button-bg: var(--#{$prefix}accordion-bg) !default;
|
|
2269
|
-
// $accordion-transition: $btn-transition, border-radius .15s ease !default;
|
|
2270
|
-
$accordion-button-active-bg: $accordion-bg !default;
|
|
2271
|
-
$accordion-button-active-color: $accordion-color !default;
|
|
2272
|
-
|
|
2273
|
-
// $accordion-button-focus-border-color: $input-focus-border-color !default;
|
|
2274
|
-
// $accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;
|
|
2275
|
-
|
|
2276
|
-
$accordion-icon-width: 1.15rem !default;
|
|
2277
|
-
$accordion-icon-color: $gray-600 !default;
|
|
2278
|
-
$accordion-icon-active-color: $accordion-icon-color !default;
|
|
2279
|
-
// $accordion-icon-transition: transform .2s ease-in-out !default;
|
|
2280
|
-
// $accordion-icon-transform: rotate(-180deg) !default;
|
|
2281
|
-
|
|
2282
|
-
// $accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
|
|
2283
|
-
// $accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
|
|
2284
|
-
// scss-docs-end accordion-variables
|
|
2285
|
-
|
|
2286
|
-
// Tooltips
|
|
2287
|
-
|
|
2288
|
-
// scss-docs-start tooltip-variables
|
|
2289
|
-
// $tooltip-font-size: $font-size-sm !default;
|
|
2290
|
-
// $tooltip-max-width: 200px !default;
|
|
2291
|
-
// $tooltip-color: var(--#{$prefix}body-bg) !default;
|
|
2292
|
-
$tooltip-bg: var(--#{$prefix}gray-600) !default;
|
|
2293
|
-
$tooltip-border-radius: 0.25rem !default;
|
|
2294
|
-
$tooltip-opacity: 1 !default;
|
|
2295
|
-
$tooltip-padding-y: 0.25rem !default;
|
|
2296
|
-
$tooltip-padding-x: 0.75rem !default;
|
|
2297
|
-
// $tooltip-margin: null !default; // TODO: remove this in v6
|
|
2298
|
-
|
|
2299
|
-
// $tooltip-arrow-width: .8rem !default;
|
|
2300
|
-
// $tooltip-arrow-height: .4rem !default;
|
|
2301
|
-
// fusv-disable
|
|
2302
|
-
// $tooltip-arrow-color: null !default; // Deprecated in Bootstrap 5.2.0 for CSS variables
|
|
2303
|
-
// fusv-enable
|
|
2304
|
-
// scss-docs-end tooltip-variables
|
|
2305
|
-
|
|
2306
|
-
// Form tooltips must come after regular tooltips
|
|
2307
|
-
// scss-docs-start tooltip-feedback-variables
|
|
2308
|
-
// $form-feedback-tooltip-padding-y: $tooltip-padding-y !default;
|
|
2309
|
-
// $form-feedback-tooltip-padding-x: $tooltip-padding-x !default;
|
|
2310
|
-
// $form-feedback-tooltip-font-size: $tooltip-font-size !default;
|
|
2311
|
-
// $form-feedback-tooltip-line-height: null !default;
|
|
2312
|
-
// $form-feedback-tooltip-opacity: $tooltip-opacity !default;
|
|
2313
|
-
// $form-feedback-tooltip-border-radius: $tooltip-border-radius !default;
|
|
2314
|
-
// scss-docs-end tooltip-feedback-variables
|
|
2315
|
-
|
|
2316
|
-
// Popovers
|
|
2317
|
-
|
|
2318
|
-
// scss-docs-start popover-variables
|
|
2319
|
-
$popover-font-size: $font-size-base !default;
|
|
2320
|
-
// $popover-bg: var(--#{$prefix}body-bg) !default;
|
|
2321
|
-
$popover-max-width: 50vw !default; // default 276px
|
|
2322
|
-
// $popover-border-width: var(--#{$prefix}border-width) !default;
|
|
2323
|
-
$popover-border-color: var(--#{$prefix}border-color) !default;
|
|
2324
|
-
$popover-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2325
|
-
// $popover-inner-border-radius: calc(#{$popover-border-radius} - #{$popover-border-width}) !default;
|
|
2326
|
-
$popover-box-shadow: var(--#{$prefix}box-shadow) !default;
|
|
2327
|
-
|
|
2328
|
-
// $popover-header-font-size: $font-size-base !default;
|
|
2329
|
-
$popover-header-bg: var(--#{$prefix}white) !default;
|
|
2330
|
-
// $popover-header-color: $headings-color !default;
|
|
2331
|
-
$popover-header-padding-y: 0 !default;
|
|
2332
|
-
$popover-header-padding-x: 0 !default;
|
|
2333
|
-
|
|
2334
|
-
// $popover-body-color: var(--#{$prefix}body-color) !default;
|
|
2335
|
-
$popover-body-padding-y: 0 !default;
|
|
2336
|
-
$popover-body-padding-x: 0 !default;
|
|
2337
|
-
|
|
2338
|
-
$popover-arrow-width: 1.3rem !default;
|
|
2339
|
-
// $popover-arrow-height: .5rem !default;
|
|
2340
|
-
// scss-docs-end popover-variables
|
|
2341
|
-
|
|
2342
|
-
// fusv-disable
|
|
2343
|
-
// Deprecated in Bootstrap 5.2.0 for CSS variables
|
|
2344
|
-
// $popover-arrow-color: $popover-bg !default;
|
|
2345
|
-
$popover-arrow-outer-color: var(--#{$prefix}gray-200) !default;
|
|
2346
|
-
// fusv-enable
|
|
2347
|
-
|
|
2348
|
-
// Toasts
|
|
2349
|
-
|
|
2350
|
-
// scss-docs-start toast-variables
|
|
2351
|
-
// $toast-max-width: 350px !default;
|
|
2352
|
-
$toast-padding-x: 1rem !default;
|
|
2353
|
-
$toast-padding-y: 0.75rem !default;
|
|
2354
|
-
// $toast-font-size: .875rem !default;
|
|
2355
|
-
// $toast-color: null !default;
|
|
2356
|
-
// $toast-background-color: rgba(var(--#{$prefix}body-bg-rgb), .85) !default;
|
|
2357
|
-
// $toast-border-width: var(--#{$prefix}border-width) !default;
|
|
2358
|
-
// $toast-border-color: var(--#{$prefix}border-color-translucent) !default;
|
|
2359
|
-
$toast-border-radius: 0.25rem !default;
|
|
2360
|
-
// $toast-box-shadow: var(--#{$prefix}box-shadow) !default;
|
|
2361
|
-
// $toast-spacing: $container-padding-x !default;
|
|
2362
|
-
|
|
2363
|
-
// $toast-header-color: var(--#{$prefix}secondary-color) !default;
|
|
2364
|
-
// $toast-header-background-color: rgba(var(--#{$prefix}body-bg-rgb), .85) !default;
|
|
2365
|
-
// $toast-header-border-color: $toast-border-color !default;
|
|
2366
|
-
// scss-docs-end toast-variables
|
|
2367
|
-
|
|
2368
|
-
// Badges
|
|
2369
|
-
|
|
2370
|
-
// scss-docs-start badge-variables
|
|
2371
|
-
// $badge-font-size: .75em !default;
|
|
2372
|
-
$badge-font-weight: $font-weight-semibold !default;
|
|
2373
|
-
// $badge-color: $white !default;
|
|
2374
|
-
$badge-padding-y: 0.334em !default;
|
|
2375
|
-
$badge-padding-x: 0.86em !default;
|
|
2376
|
-
$badge-border-radius: 0.25rem !default;
|
|
2377
|
-
// scss-docs-end badge-variables
|
|
2378
|
-
|
|
2379
|
-
// Modals
|
|
2380
|
-
|
|
2381
|
-
// scss-docs-start modal-variables
|
|
2382
|
-
// $modal-inner-padding: $spacer !default;
|
|
2383
|
-
|
|
2384
|
-
// $modal-footer-margin-between: .5rem !default;
|
|
2385
|
-
|
|
2386
|
-
// $modal-dialog-margin: .5rem !default;
|
|
2387
|
-
// $modal-dialog-margin-y-sm-up: 1.75rem !default;
|
|
2388
|
-
|
|
2389
|
-
$modal-title-line-height: 1.3 !default;
|
|
2390
|
-
|
|
2391
|
-
// $modal-content-color: null !default;
|
|
2392
|
-
// $modal-content-bg: var(--#{$prefix}body-bg) !default;
|
|
2393
|
-
$modal-content-border-color: none !default;
|
|
2394
|
-
// $modal-content-border-width: var(--#{$prefix}border-width) !default;
|
|
2395
|
-
// $modal-content-border-radius: var(--#{$prefix}border-radius-lg) !default;
|
|
2396
|
-
// $modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;
|
|
2397
|
-
// $modal-content-box-shadow-xs: var(--#{$prefix}box-shadow-sm) !default;
|
|
2398
|
-
// $modal-content-box-shadow-sm-up: var(--#{$prefix}box-shadow) !default;
|
|
2399
|
-
|
|
2400
|
-
// $modal-backdrop-bg: $black !default;
|
|
2401
|
-
$modal-backdrop-opacity: 0.1 !default;
|
|
2402
|
-
|
|
2403
|
-
// $modal-header-border-color: var(--#{$prefix}border-color) !default;
|
|
2404
|
-
// $modal-header-border-width: $modal-content-border-width !default;
|
|
2405
|
-
// $modal-header-padding-y: $modal-inner-padding !default;
|
|
2406
|
-
// $modal-header-padding-x: $modal-inner-padding !default;
|
|
2407
|
-
// $modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility
|
|
2408
|
-
|
|
2409
|
-
// $modal-footer-bg: null !default;
|
|
2410
|
-
// $modal-footer-border-color: $modal-header-border-color !default;
|
|
2411
|
-
// $modal-footer-border-width: $modal-header-border-width !default;
|
|
2412
|
-
|
|
2413
|
-
// $modal-sm: 300px !default;
|
|
2414
|
-
// $modal-md: 500px !default;
|
|
2415
|
-
// $modal-lg: 800px !default;
|
|
2416
|
-
// $modal-xl: 1140px !default;
|
|
2417
|
-
|
|
2418
|
-
// $modal-fade-transform: translate(0, -50px) !default;
|
|
2419
|
-
// $modal-show-transform: none !default;
|
|
2420
|
-
// $modal-transition: transform .3s ease-out !default;
|
|
2421
|
-
// $modal-scale-transform: scale(1.02) !default;
|
|
2422
|
-
// scss-docs-end modal-variables
|
|
2423
|
-
|
|
2424
|
-
// Alerts
|
|
2425
|
-
//
|
|
2426
|
-
// Define alert colors, border radius, and padding.
|
|
2427
|
-
|
|
2428
|
-
// scss-docs-start alert-variables
|
|
2429
|
-
$alert-padding-y: 0.7rem !default;
|
|
2430
|
-
$alert-padding-x: 1.25rem !default;
|
|
2431
|
-
// $alert-margin-bottom: 1rem !default;
|
|
2432
|
-
// $alert-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2433
|
-
// $alert-link-font-weight: $font-weight-bold !default;
|
|
2434
|
-
// $alert-border-width: var(--#{$prefix}border-width) !default;
|
|
2435
|
-
$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side
|
|
2436
|
-
// scss-docs-end alert-variables
|
|
2437
|
-
|
|
2438
|
-
// fusv-disable
|
|
2439
|
-
// $alert-bg-scale: -80% !default; // Deprecated in v5.2.0, to be removed in v6
|
|
2440
|
-
// $alert-border-scale: -70% !default; // Deprecated in v5.2.0, to be removed in v6
|
|
2441
|
-
// $alert-color-scale: 40% !default; // Deprecated in v5.2.0, to be removed in v6
|
|
2442
|
-
// fusv-enable
|
|
2443
|
-
|
|
2444
|
-
// Progress bars
|
|
2445
|
-
|
|
2446
|
-
// scss-docs-start progress-variables
|
|
2447
|
-
$progress-height: 5px !default;
|
|
2448
|
-
// $progress-font-size: $font-size-base * .75 !default;
|
|
2449
|
-
$progress-bg: var(--#{$prefix}gray-100) !default;
|
|
2450
|
-
$progress-border-radius: var(--#{$prefix}border-radius-xl) !default;
|
|
2451
|
-
// $progress-box-shadow: var(--#{$prefix}box-shadow-inset) !default;
|
|
2452
|
-
// $progress-bar-color: $white !default;
|
|
2453
|
-
// $progress-bar-bg: $primary !default;
|
|
2454
|
-
// $progress-bar-animation-timing: 1s linear infinite !default;
|
|
2455
|
-
// $progress-bar-transition: width .6s ease !default;
|
|
2456
|
-
// scss-docs-end progress-variables
|
|
2457
|
-
|
|
2458
|
-
// List group
|
|
2459
|
-
|
|
2460
|
-
// scss-docs-start list-group-variables
|
|
2461
|
-
// $list-group-color: var(--#{$prefix}body-color) !default;
|
|
2462
|
-
// $list-group-bg: var(--#{$prefix}body-bg) !default;
|
|
2463
|
-
// $list-group-border-color: var(--#{$prefix}border-color) !default;
|
|
2464
|
-
// $list-group-border-width: var(--#{$prefix}border-width) !default;
|
|
2465
|
-
// $list-group-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2466
|
-
|
|
2467
|
-
$list-group-item-padding-y: 0.6875rem !default;
|
|
2468
|
-
$list-group-item-padding-x: 1rem !default;
|
|
2469
|
-
// fusv-disable
|
|
2470
|
-
// $list-group-item-bg-scale: -80% !default; // Deprecated in v5.3.0
|
|
2471
|
-
// $list-group-item-color-scale: 40% !default; // Deprecated in v5.3.0
|
|
2472
|
-
// fusv-enable
|
|
2473
|
-
|
|
2474
|
-
$list-group-hover-bg: shades-css-var('white', 'bg-hover-color') !default; // default $gray-100 $df-hover-bg-color
|
|
2475
|
-
$list-group-active-color: shades-css-var('primary', 'bg-color') !default; // default $component-active-color
|
|
2476
|
-
$list-group-active-bg: rgba(shades-rgb-css-var('primary', 'bg-color'), 0.1) !default; // $component-active-bg
|
|
2477
|
-
$list-group-active-border-color: var(--#{$prefix}gray-100) !default; // $list-group-active-bg
|
|
2478
|
-
|
|
2479
|
-
$list-group-disabled-color: var(--#{$prefix}disabled-color) !default;
|
|
2480
|
-
$list-group-disabled-bg: var(--#{$prefix}gray-100) !default; // default $list-group-bg, align with $df-disabled-bg-color
|
|
2481
|
-
|
|
2482
|
-
$list-group-action-color: var(--#{$prefix}gray-900) !default; // default var(--#{$prefix}secondary-color)
|
|
2483
|
-
$list-group-action-hover-color: $list-group-action-color !default;
|
|
2484
|
-
|
|
2485
|
-
$list-group-action-active-color: shades-css-var('primary', 'bg-color') !default;
|
|
2486
|
-
$list-group-action-active-bg: rgba(shades-rgb-css-var('primary', 'bg-color'), 0.1) !default; // default $gray-200
|
|
2487
|
-
// scss-docs-end list-group-variables
|
|
2488
|
-
|
|
2489
|
-
// Image thumbnails
|
|
2490
|
-
|
|
2491
|
-
// scss-docs-start thumbnail-variables
|
|
2492
|
-
// $thumbnail-padding: .25rem !default;
|
|
2493
|
-
// $thumbnail-bg: var(--#{$prefix}body-bg) !default;
|
|
2494
|
-
// $thumbnail-border-width: var(--#{$prefix}border-width) !default;
|
|
2495
|
-
// $thumbnail-border-color: var(--#{$prefix}border-color) !default;
|
|
2496
|
-
// $thumbnail-border-radius: var(--#{$prefix}border-radius) !default;
|
|
2497
|
-
// $thumbnail-box-shadow: var(--#{$prefix}box-shadow-sm) !default;
|
|
2498
|
-
// scss-docs-end thumbnail-variables
|
|
2499
|
-
|
|
2500
|
-
// Figures
|
|
2501
|
-
|
|
2502
|
-
// scss-docs-start figure-variables
|
|
2503
|
-
// $figure-caption-font-size: $small-font-size !default;
|
|
2504
|
-
$figure-caption-color: var(--#{$prefix}gray-600) !default;
|
|
2505
|
-
// scss-docs-end figure-variables
|
|
2506
|
-
|
|
2507
|
-
// Breadcrumbs
|
|
2508
|
-
|
|
2509
|
-
// scss-docs-start breadcrumb-variables
|
|
2510
|
-
// $breadcrumb-font-size: null !default;
|
|
2511
|
-
// $breadcrumb-padding-y: 0 !default;
|
|
2512
|
-
// $breadcrumb-padding-x: 0 !default;
|
|
2513
|
-
$breadcrumb-item-padding-x: 0 !default; //.5rem default
|
|
2514
|
-
// $breadcrumb-margin-bottom: 1rem !default;
|
|
2515
|
-
$breadcrumb-bg: none !default;
|
|
2516
|
-
$breadcrumb-divider-color: var(--#{$prefix}gray-600) !default;
|
|
2517
|
-
$breadcrumb-active-color: var(--#{$prefix}gray-600) !default;
|
|
2518
|
-
// $breadcrumb-divider: quote("/") !default;
|
|
2519
|
-
// $breadcrumb-divider-flipped: $breadcrumb-divider !default;
|
|
2520
|
-
// $breadcrumb-border-radius: null !default;
|
|
2521
|
-
// scss-docs-end breadcrumb-variables
|
|
2522
|
-
|
|
2523
|
-
// Carousel
|
|
2524
|
-
|
|
2525
|
-
// scss-docs-start carousel-variables
|
|
2526
|
-
$carousel-control-color: $white !default;
|
|
2527
|
-
// $carousel-control-width: 15% !default;
|
|
2528
|
-
$carousel-control-opacity: 1 !default;
|
|
2529
|
-
// $carousel-control-hover-opacity: .9 !default;
|
|
2530
|
-
// $carousel-control-transition: opacity .15s ease !default;
|
|
2531
|
-
|
|
2532
|
-
// $carousel-indicator-width: 30px !default;
|
|
2533
|
-
// $carousel-indicator-height: 3px !default;
|
|
2534
|
-
// $carousel-indicator-hit-area-height: 10px !default;
|
|
2535
|
-
// $carousel-indicator-spacer: 3px !default;
|
|
2536
|
-
// $carousel-indicator-opacity: .5 !default;
|
|
2537
|
-
// $carousel-indicator-active-bg: $white !default;
|
|
2538
|
-
// $carousel-indicator-active-opacity: 1 !default;
|
|
2539
|
-
// $carousel-indicator-transition: opacity .6s ease !default;
|
|
2540
|
-
|
|
2541
|
-
$carousel-caption-width: 100% !default;
|
|
2542
|
-
// $carousel-caption-color: $white !default;
|
|
2543
|
-
// $carousel-caption-padding-y: 1.25rem !default;
|
|
2544
|
-
// $carousel-caption-spacer: 1.25rem !default;
|
|
2545
|
-
|
|
2546
|
-
// $carousel-control-icon-width: 2rem !default;
|
|
2547
|
-
|
|
2548
|
-
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='#{$carousel-control-color}'><path d='m130.51937,239.025 194.35,-194.34 c9.37,-9.37 24.57,-9.37 33.94,0 l22.67,22.67 c9.36,9.36 9.37,24.52 0.04,33.9 l-154.03,154.74 154.02,154.75 c9.34,9.38 9.32,24.54 -0.04,33.9 l-22.67,22.67 c-9.37,9.37 -24.57,9.37 -33.94,0 l-194.34,-194.35 c-9.37,-9.37 -9.37,-24.57 0,-33.94z'/></svg>") !default;
|
|
2549
|
-
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='#{$carousel-control-color}'><path d='m381.47632,272.9705 -194.344,194.343 c-9.373,9.373 -24.569,9.373 -33.941,0 l-22.667,-22.667 c-9.357,-9.357 -9.375,-24.522 -0.04,-33.901 l154.021,-154.746 -154.021,-154.745 c-9.335,-9.379 -9.317,-24.544 0.04,-33.901 l22.667,-22.667 c9.373,-9.373 24.569,-9.373 33.941,0 l194.343,194.343 c9.373,9.372 9.373,24.568 10e-4,33.941z'/></svg>") !default;
|
|
2550
|
-
|
|
2551
|
-
// $carousel-transition-duration: .6s !default;
|
|
2552
|
-
// $carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
2553
|
-
// scss-docs-end carousel-variables
|
|
2554
|
-
|
|
2555
|
-
// scss-docs-start carousel-dark-variables
|
|
2556
|
-
// $carousel-dark-indicator-active-bg: $black !default;
|
|
2557
|
-
// $carousel-dark-caption-color: $black !default;
|
|
2558
|
-
// $carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
|
|
2559
|
-
// scss-docs-end carousel-dark-variables
|
|
2560
|
-
|
|
2561
|
-
// Spinners
|
|
2562
|
-
|
|
2563
|
-
// scss-docs-start spinner-variables
|
|
2564
|
-
// $spinner-width: 2rem !default;
|
|
2565
|
-
// $spinner-height: $spinner-width !default;
|
|
2566
|
-
// $spinner-vertical-align: -.125em !default;
|
|
2567
|
-
// $spinner-border-width: .25em !default;
|
|
2568
|
-
// $spinner-animation-speed: .75s !default;
|
|
2569
|
-
|
|
2570
|
-
// $spinner-width-sm: 1rem !default;
|
|
2571
|
-
// $spinner-height-sm: $spinner-width-sm !default;
|
|
2572
|
-
// $spinner-border-width-sm: .2em !default;
|
|
2573
|
-
// scss-docs-end spinner-variables
|
|
2574
|
-
|
|
2575
|
-
// Close
|
|
2576
|
-
|
|
2577
|
-
// scss-docs-start close-variables
|
|
2578
|
-
$btn-close-width: 0.8em !default;
|
|
2579
|
-
// $btn-close-height: $btn-close-width !default;
|
|
2580
|
-
$btn-close-padding-x: 0.3em !default;
|
|
2581
|
-
// $btn-close-padding-y: $btn-close-padding-x !default;
|
|
2582
|
-
$btn-close-color: $black !default;
|
|
2583
|
-
$btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") !default;
|
|
2584
|
-
// $btn-close-focus-shadow: $input-btn-focus-box-shadow !default;
|
|
2585
|
-
$btn-close-opacity: 0.55 !default;
|
|
2586
|
-
// $btn-close-hover-opacity: .75 !default;
|
|
2587
|
-
// $btn-close-focus-opacity: 1 !default;
|
|
2588
|
-
// $btn-close-disabled-opacity: .25 !default;
|
|
2589
|
-
// $btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
|
|
2590
|
-
// scss-docs-end close-variables
|
|
2591
|
-
|
|
2592
|
-
// Offcanvas
|
|
2593
|
-
|
|
2594
|
-
// scss-docs-start offcanvas-variables
|
|
2595
|
-
// $offcanvas-padding-y: $modal-inner-padding !default;
|
|
2596
|
-
// $offcanvas-padding-x: $modal-inner-padding !default;
|
|
2597
|
-
// $offcanvas-horizontal-width: 400px !default;
|
|
2598
|
-
// $offcanvas-vertical-height: 30vh !default;
|
|
2599
|
-
// $offcanvas-transition-duration: .3s !default;
|
|
2600
|
-
// $offcanvas-border-color: $modal-content-border-color !default;
|
|
2601
|
-
// $offcanvas-border-width: $modal-content-border-width !default;
|
|
2602
|
-
// $offcanvas-title-line-height: $modal-title-line-height !default;
|
|
2603
|
-
// $offcanvas-bg-color: var(--#{$prefix}body-bg) !default;
|
|
2604
|
-
// $offcanvas-color: var(--#{$prefix}body-color) !default;
|
|
2605
|
-
// $offcanvas-box-shadow: $modal-content-box-shadow-xs !default;
|
|
2606
|
-
// $offcanvas-backdrop-bg: $modal-backdrop-bg !default;
|
|
2607
|
-
// $offcanvas-backdrop-opacity: $modal-backdrop-opacity !default;
|
|
2608
|
-
// scss-docs-end offcanvas-variables
|
|
2609
|
-
|
|
2610
|
-
// Code
|
|
2611
|
-
|
|
2612
|
-
// $code-font-size: $small-font-size !default;
|
|
2613
|
-
$code-color: shades-css-var('pink', 'text-color') !default;
|
|
2614
|
-
|
|
2615
|
-
// $kbd-padding-y: .2rem !default;
|
|
2616
|
-
// $kbd-padding-x: .4rem !default;
|
|
2617
|
-
// $kbd-font-size: $code-font-size !default;
|
|
2618
|
-
// $kbd-color: var(--#{$prefix}body-bg) !default;
|
|
2619
|
-
// $kbd-bg: var(--#{$prefix}body-color) !default;
|
|
2620
|
-
// $nested-kbd-font-weight: null !default; // Deprecated in v5.2.0, removing in v6
|
|
2621
|
-
|
|
2622
|
-
// $pre-color: null !default;
|