@clayui/css 3.159.0 → 3.161.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/lib/css/atlas.css +3170 -3016
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2952 -2786
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +1754 -1633
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/blue-print.svg +9 -0
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/calculator.svg +10 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/layout-new-window.svg +10 -0
- package/lib/images/icons/medal.svg +10 -0
- package/lib/images/icons/megaphone.svg +9 -0
- package/lib/images/icons/price-list.svg +11 -0
- package/lib/images/icons/process-builder.svg +9 -0
- package/lib/images/icons/product-configuration.svg +10 -0
- package/lib/images/icons/product-menu-open.svg +2 -2
- package/lib/images/icons/products.svg +9 -0
- package/lib/images/icons/publications.svg +10 -0
- package/lib/images/icons/puzzle.svg +9 -0
- package/lib/images/icons/rocket.svg +11 -0
- package/lib/images/icons/submission.svg +10 -0
- package/lib/images/icons/synonyms.svg +9 -0
- package/package.json +1 -1
- package/src/images/icons/blue-print.svg +9 -0
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/calculator.svg +10 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/images/icons/layout-new-window.svg +10 -0
- package/src/images/icons/medal.svg +10 -0
- package/src/images/icons/megaphone.svg +9 -0
- package/src/images/icons/price-list.svg +11 -0
- package/src/images/icons/process-builder.svg +9 -0
- package/src/images/icons/product-configuration.svg +10 -0
- package/src/images/icons/product-menu-open.svg +2 -2
- package/src/images/icons/products.svg +9 -0
- package/src/images/icons/publications.svg +10 -0
- package/src/images/icons/puzzle.svg +9 -0
- package/src/images/icons/rocket.svg +11 -0
- package/src/images/icons/submission.svg +10 -0
- package/src/images/icons/synonyms.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_alerts.scss +102 -11
- package/src/scss/atlas/variables/_application-bar.scss +7 -0
- package/src/scss/atlas/variables/_badges.scss +36 -8
- package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
- package/src/scss/atlas/variables/_cards.scss +5 -0
- package/src/scss/atlas/variables/_clay-color.scss +5 -0
- package/src/scss/atlas/variables/_custom-forms.scss +36 -5
- package/src/scss/atlas/variables/_date-picker.scss +14 -2
- package/src/scss/atlas/variables/_dropdowns.scss +9 -2
- package/src/scss/atlas/variables/_forms.scss +35 -5
- package/src/scss/atlas/variables/_globals.scss +120 -73
- package/src/scss/atlas/variables/_labels.scss +55 -0
- package/src/scss/atlas/variables/_links.scss +18 -0
- package/src/scss/atlas/variables/_list-group.scss +15 -4
- package/src/scss/atlas/variables/_management-bar.scss +11 -0
- package/src/scss/atlas/variables/_menubar.scss +70 -22
- package/src/scss/atlas/variables/_modals.scss +16 -0
- package/src/scss/atlas/variables/_navbar.scss +7 -0
- package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
- package/src/scss/atlas/variables/_navs.scss +5 -2
- package/src/scss/atlas/variables/_pagination.scss +42 -22
- package/src/scss/atlas/variables/_panels.scss +7 -0
- package/src/scss/atlas/variables/_popovers.scss +6 -4
- package/src/scss/atlas/variables/_range.scss +6 -0
- package/src/scss/atlas/variables/_sheets.scss +1 -0
- package/src/scss/atlas/variables/_sidebar.scss +10 -0
- package/src/scss/atlas/variables/_tables.scss +27 -3
- package/src/scss/atlas/variables/_time.scss +1 -0
- package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
- package/src/scss/atlas/variables/_utilities.scss +3 -0
- package/src/scss/atlas-custom-properties/_variables.scss +68 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
- package/src/scss/atlas-variables.scss +2 -0
- package/src/scss/atlas.scss +2 -0
- package/src/scss/base-variables.scss +2 -0
- package/src/scss/base.scss +2 -0
- package/src/scss/cadmin/components/_alerts.scss +3 -1
- package/src/scss/cadmin/components/_button-groups.scss +2 -2
- package/src/scss/cadmin/components/_cards.scss +2 -2
- package/src/scss/cadmin/components/_drilldown.scss +10 -10
- package/src/scss/cadmin/components/_dropdowns.scss +2 -2
- package/src/scss/cadmin/components/_forms.scss +2 -2
- package/src/scss/cadmin/components/_grid.scss +6 -6
- package/src/scss/cadmin/components/_icons.scss +10 -2
- package/src/scss/cadmin/components/_images.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +4 -4
- package/src/scss/cadmin/components/_list-group.scss +11 -10
- package/src/scss/cadmin/components/_modals.scss +5 -5
- package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
- package/src/scss/cadmin/components/_navbar.scss +14 -8
- package/src/scss/cadmin/components/_navs.scss +1 -1
- package/src/scss/cadmin/components/_panels.scss +51 -25
- package/src/scss/cadmin/components/_popovers.scss +25 -21
- package/src/scss/cadmin/components/_sheets.scss +40 -14
- package/src/scss/cadmin/components/_time.scss +6 -2
- package/src/scss/cadmin/components/_timelines.scss +15 -8
- package/src/scss/cadmin/components/_tooltip.scss +8 -7
- package/src/scss/cadmin/components/_treeview.scss +8 -1
- package/src/scss/cadmin/components/_type.scss +4 -2
- package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
- package/src/scss/cadmin/components/_utilities.scss +13 -13
- package/src/scss/cadmin/variables/_alerts.scss +184 -34
- package/src/scss/cadmin/variables/_badges.scss +121 -21
- package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
- package/src/scss/cadmin/variables/_buttons.scss +15 -10
- package/src/scss/cadmin/variables/_cards.scss +89 -32
- package/src/scss/cadmin/variables/_clay-color.scss +40 -18
- package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
- package/src/scss/cadmin/variables/_date-picker.scss +47 -19
- package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
- package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
- package/src/scss/cadmin/variables/_empty-state.scss +5 -2
- package/src/scss/cadmin/variables/_forms.scss +218 -74
- package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
- package/src/scss/cadmin/variables/_globals.scss +141 -71
- package/src/scss/cadmin/variables/_images.scss +1 -2
- package/src/scss/cadmin/variables/_labels.scss +99 -6
- package/src/scss/cadmin/variables/_links.scss +47 -11
- package/src/scss/cadmin/variables/_list-group.scss +25 -9
- package/src/scss/cadmin/variables/_loaders.scss +18 -2
- package/src/scss/cadmin/variables/_management-bar.scss +66 -26
- package/src/scss/cadmin/variables/_menubar.scss +137 -43
- package/src/scss/cadmin/variables/_modals.scss +75 -26
- package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
- package/src/scss/cadmin/variables/_navbar.scss +22 -15
- package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
- package/src/scss/cadmin/variables/_navs.scss +65 -33
- package/src/scss/cadmin/variables/_pagination.scss +60 -22
- package/src/scss/cadmin/variables/_panels.scss +34 -16
- package/src/scss/cadmin/variables/_popovers.scss +66 -77
- package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
- package/src/scss/cadmin/variables/_range.scss +29 -9
- package/src/scss/cadmin/variables/_reorder.scss +7 -6
- package/src/scss/cadmin/variables/_resizer.scss +5 -3
- package/src/scss/cadmin/variables/_sheets.scss +21 -12
- package/src/scss/cadmin/variables/_sidebar.scss +76 -5
- package/src/scss/cadmin/variables/_slideout.scss +88 -31
- package/src/scss/cadmin/variables/_stickers.scss +36 -8
- package/src/scss/cadmin/variables/_tables.scss +142 -51
- package/src/scss/cadmin/variables/_tbar.scss +79 -31
- package/src/scss/cadmin/variables/_time.scss +14 -12
- package/src/scss/cadmin/variables/_timelines.scss +4 -2
- package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
- package/src/scss/cadmin/variables/_tooltip.scss +47 -49
- package/src/scss/cadmin/variables/_treeview.scss +62 -10
- package/src/scss/cadmin/variables/_type.scss +11 -9
- package/src/scss/cadmin/variables/_utilities.scss +123 -6
- package/src/scss/components/_alerts.scss +1 -1
- package/src/scss/components/_button-groups.scss +2 -2
- package/src/scss/components/_cards.scss +10 -10
- package/src/scss/components/_carousel.scss +2 -2
- package/src/scss/components/_custom-forms.scss +23 -12
- package/src/scss/components/_drilldown.scss +8 -4
- package/src/scss/components/_forms.scss +6 -6
- package/src/scss/components/_grid.scss +7 -7
- package/src/scss/components/_icons.scss +10 -2
- package/src/scss/components/_images.scss +1 -1
- package/src/scss/components/_input-groups.scss +7 -5
- package/src/scss/components/_jumbotron.scss +2 -2
- package/src/scss/components/_list-group.scss +29 -14
- package/src/scss/components/_modals.scss +5 -5
- package/src/scss/components/_multi-step-nav.scss +32 -12
- package/src/scss/components/_navbar.scss +10 -6
- package/src/scss/components/_panels.scss +82 -51
- package/src/scss/components/_popovers.scss +21 -25
- package/src/scss/components/_sheets.scss +38 -14
- package/src/scss/components/_side-navigation.scss +2 -2
- package/src/scss/components/_time.scss +2 -2
- package/src/scss/components/_timelines.scss +16 -12
- package/src/scss/components/_tooltip.scss +8 -6
- package/src/scss/components/_treeview.scss +8 -1
- package/src/scss/components/_type.scss +2 -2
- package/src/scss/components/_utilities-functional-important.scss +5 -5
- package/src/scss/components/_utilities.scss +13 -13
- package/src/scss/functions/_global-functions.scss +8 -6
- package/src/scss/functions/_lx-icons-generated.scss +31 -1
- package/src/scss/mixins/_alerts.scss +10 -0
- package/src/scss/mixins/_aspect-ratio.scss +11 -0
- package/src/scss/mixins/_badges.scss +14 -2
- package/src/scss/mixins/_buttons.scss +68 -8
- package/src/scss/mixins/_cards.scss +81 -0
- package/src/scss/mixins/_close.scss +54 -4
- package/src/scss/mixins/_dropdown-menu.scss +55 -6
- package/src/scss/mixins/_forms.scss +150 -0
- package/src/scss/mixins/_globals.scss +101 -358
- package/src/scss/mixins/_grid.scss +21 -8
- package/src/scss/mixins/_highlight.scss +14 -0
- package/src/scss/mixins/_input-groups.scss +15 -0
- package/src/scss/mixins/_labels.scss +64 -10
- package/src/scss/mixins/_links.scss +55 -4
- package/src/scss/mixins/_list-group.scss +8 -4
- package/src/scss/mixins/_menubar.scss +80 -4
- package/src/scss/mixins/_modals.scss +10 -18
- package/src/scss/mixins/_nav.scss +19 -0
- package/src/scss/mixins/_navbar.scss +237 -49
- package/src/scss/mixins/_panels.scss +48 -4
- package/src/scss/mixins/_stickers.scss +8 -0
- package/src/scss/mixins/_tbar.scss +65 -10
- package/src/scss/mixins/_timelines.scss +21 -11
- package/src/scss/mixins/_toggle-switch.scss +4 -0
- package/src/scss/mixins/_utilities.scss +9 -0
- package/src/scss/variables/_alerts.scss +184 -29
- package/src/scss/variables/_application-bar.scss +11 -4
- package/src/scss/variables/_badges.scss +133 -35
- package/src/scss/variables/_breadcrumbs.scss +13 -4
- package/src/scss/variables/_buttons.scss +11 -10
- package/src/scss/variables/_cards.scss +131 -53
- package/src/scss/variables/_clay-color.scss +36 -18
- package/src/scss/variables/_custom-forms.scss +47 -12
- package/src/scss/variables/_date-picker.scss +41 -16
- package/src/scss/variables/_drilldown.scss +3 -3
- package/src/scss/variables/_dropdowns.scss +108 -49
- package/src/scss/variables/_dual-listbox.scss +1 -1
- package/src/scss/variables/_empty-state.scss +5 -2
- package/src/scss/variables/_forms.scss +200 -64
- package/src/scss/variables/_globals-z-index.scss +26 -5
- package/src/scss/variables/_globals.scss +153 -76
- package/src/scss/variables/_images.scss +1 -2
- package/src/scss/variables/_labels.scss +103 -6
- package/src/scss/variables/_links.scss +39 -10
- package/src/scss/variables/_list-group.scss +39 -13
- package/src/scss/variables/_loaders.scss +18 -2
- package/src/scss/variables/_management-bar.scss +23 -6
- package/src/scss/variables/_menubar.scss +86 -19
- package/src/scss/variables/_modals.scss +66 -25
- package/src/scss/variables/_multi-step-nav.scss +29 -11
- package/src/scss/variables/_navbar.scss +14 -8
- package/src/scss/variables/_navigation-bar.scss +26 -4
- package/src/scss/variables/_navs.scss +76 -44
- package/src/scss/variables/_pagination.scss +30 -5
- package/src/scss/variables/_panels.scss +77 -24
- package/src/scss/variables/_popovers.scss +65 -78
- package/src/scss/variables/_progress-bars.scss +11 -2
- package/src/scss/variables/_range.scss +35 -9
- package/src/scss/variables/_reorder.scss +7 -6
- package/src/scss/variables/_resizer.scss +5 -3
- package/src/scss/variables/_sheets.scss +21 -13
- package/src/scss/variables/_sidebar.scss +72 -4
- package/src/scss/variables/_slideout.scss +87 -31
- package/src/scss/variables/_stickers.scss +50 -9
- package/src/scss/variables/_tables.scss +125 -33
- package/src/scss/variables/_tbar.scss +79 -30
- package/src/scss/variables/_time.scss +13 -11
- package/src/scss/variables/_timelines.scss +2 -1
- package/src/scss/variables/_toggle-switch.scss +114 -30
- package/src/scss/variables/_tooltip.scss +46 -49
- package/src/scss/variables/_treeview.scss +63 -10
- package/src/scss/variables/_type.scss +9 -7
- package/src/scss/variables/_utilities.scss +124 -6
|
@@ -0,0 +1,846 @@
|
|
|
1
|
+
@if ($enable-atlas-custom-properties) {
|
|
2
|
+
// Global Variables
|
|
3
|
+
|
|
4
|
+
$clay-unset: clay-unset;
|
|
5
|
+
|
|
6
|
+
// An alias for `$clay-unset`
|
|
7
|
+
|
|
8
|
+
$c-unset: $clay-unset;
|
|
9
|
+
|
|
10
|
+
$clay-unset-placeholder: clay-unset-placeholder;
|
|
11
|
+
|
|
12
|
+
$enable-bs4-deprecated: false;
|
|
13
|
+
$enable-c-inner: true;
|
|
14
|
+
$enable-focus-visible: true;
|
|
15
|
+
|
|
16
|
+
$focus-visible-selector: if(
|
|
17
|
+
$enable-focus-visible,
|
|
18
|
+
'&:focus-visible',
|
|
19
|
+
'&:focus'
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
$c-prefers-focus-selector: if(
|
|
23
|
+
$enable-focus-visible,
|
|
24
|
+
'.c-prefers-focus &:focus',
|
|
25
|
+
null
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
$enable-lexicon-flat-colors: true;
|
|
29
|
+
$enable-scaling-components: true;
|
|
30
|
+
|
|
31
|
+
$scaling-breakpoint-down: sm;
|
|
32
|
+
|
|
33
|
+
$enable-clay-color-functions-process-fallback: false;
|
|
34
|
+
|
|
35
|
+
$enable-caret: false;
|
|
36
|
+
$enable-deprecation-messages: true;
|
|
37
|
+
$enable-gradients: false;
|
|
38
|
+
$enable-grid-classes: true;
|
|
39
|
+
$enable-pagination-sizes: false;
|
|
40
|
+
$enable-pointer-cursor-for-buttons: true;
|
|
41
|
+
$enable-prefers-reduced-motion-media-query: true;
|
|
42
|
+
$enable-print-styles: true;
|
|
43
|
+
$enable-responsive-font-sizes: false;
|
|
44
|
+
$enable-rounded: true;
|
|
45
|
+
$enable-shadows: true;
|
|
46
|
+
$enable-transitions: true;
|
|
47
|
+
$enable-validation-icons: true;
|
|
48
|
+
|
|
49
|
+
// Deprecated, no longer affects any compiled CSS
|
|
50
|
+
|
|
51
|
+
$enable-hover-media-query: false;
|
|
52
|
+
|
|
53
|
+
// Theme Base Colors
|
|
54
|
+
|
|
55
|
+
$black: var(--black);
|
|
56
|
+
$white: var(--white);
|
|
57
|
+
|
|
58
|
+
$gray-100: var(--gray-100);
|
|
59
|
+
$gray-200: var(--gray-200);
|
|
60
|
+
$gray-300: var(--gray-300);
|
|
61
|
+
$gray-400: var(--gray-400);
|
|
62
|
+
$gray-500: var(--gray-500);
|
|
63
|
+
$gray-600: var(--gray-600);
|
|
64
|
+
$gray-700: var(--gray-700);
|
|
65
|
+
$gray-800: var(--gray-800);
|
|
66
|
+
$gray-900: var(--gray-900);
|
|
67
|
+
|
|
68
|
+
$blue: var(--blue);
|
|
69
|
+
|
|
70
|
+
$blue-d1: var(--blue-d1);
|
|
71
|
+
$blue-d2: var(--blue-d2);
|
|
72
|
+
$blue-d3: var(--blue-d3);
|
|
73
|
+
$blue-d4: var(--blue-d4);
|
|
74
|
+
$blue-l1: var(--blue-l1);
|
|
75
|
+
$blue-l2: var(--blue-l2);
|
|
76
|
+
$blue-l3: var(--blue-l3);
|
|
77
|
+
$blue-l4: var(--blue-l4);
|
|
78
|
+
$blue-l5: var(--blue-l5);
|
|
79
|
+
|
|
80
|
+
$indigo: var(--indigo);
|
|
81
|
+
|
|
82
|
+
$indigo-d1: var(--indigo-d1);
|
|
83
|
+
$indigo-d2: var(--indigo-d2);
|
|
84
|
+
$indigo-d3: var(--indigo-d3);
|
|
85
|
+
$indigo-d4: var(--indigo-d4);
|
|
86
|
+
$indigo-l1: var(--indigo-l1);
|
|
87
|
+
$indigo-l2: var(--indigo-l2);
|
|
88
|
+
$indigo-l3: var(--indigo-l3);
|
|
89
|
+
$indigo-l4: var(--indigo-l4);
|
|
90
|
+
$indigo-l5: var(--indigo-l5);
|
|
91
|
+
|
|
92
|
+
$purple: var(--purple);
|
|
93
|
+
|
|
94
|
+
$purple-d1: var(--purple-d1);
|
|
95
|
+
$purple-d2: var(--purple-d2);
|
|
96
|
+
$purple-d3: var(--purple-d3);
|
|
97
|
+
$purple-d4: var(--purple-d4);
|
|
98
|
+
$purple-l1: var(--purple-l1);
|
|
99
|
+
$purple-l2: var(--purple-l2);
|
|
100
|
+
$purple-l3: var(--purple-l3);
|
|
101
|
+
$purple-l4: var(--purple-l4);
|
|
102
|
+
$purple-l5: var(--purple-l5);
|
|
103
|
+
|
|
104
|
+
$pink: var(--pink);
|
|
105
|
+
|
|
106
|
+
$pink-d1: var(--pink-d1);
|
|
107
|
+
$pink-d2: var(--pink-d2);
|
|
108
|
+
$pink-d3: var(--pink-d3);
|
|
109
|
+
$pink-d4: var(--pink-d4);
|
|
110
|
+
$pink-l1: var(--pink-l1);
|
|
111
|
+
$pink-l2: var(--pink-l2);
|
|
112
|
+
$pink-l3: var(--pink-l3);
|
|
113
|
+
$pink-l4: var(--pink-l4);
|
|
114
|
+
$pink-l5: var(--pink-l5);
|
|
115
|
+
|
|
116
|
+
$red: var(--red);
|
|
117
|
+
|
|
118
|
+
$red-d1: var(--red-d1);
|
|
119
|
+
$red-d2: var(--red-d2);
|
|
120
|
+
$red-d3: var(--red-d3);
|
|
121
|
+
$red-d4: var(--red-d4);
|
|
122
|
+
$red-l1: var(--red-l1);
|
|
123
|
+
$red-l2: var(--red-l2);
|
|
124
|
+
$red-l3: var(--red-l3);
|
|
125
|
+
$red-l4: var(--red-l4);
|
|
126
|
+
$red-l5: var(--red-l5);
|
|
127
|
+
|
|
128
|
+
$orange: var(--orange);
|
|
129
|
+
|
|
130
|
+
$orange-d1: var(--orange-d1);
|
|
131
|
+
$orange-d2: var(--orange-d2);
|
|
132
|
+
$orange-d3: var(--orange-d3);
|
|
133
|
+
$orange-d4: var(--orange-d4);
|
|
134
|
+
$orange-l1: var(--orange-l1);
|
|
135
|
+
$orange-l2: var(--orange-l2);
|
|
136
|
+
$orange-l3: var(--orange-l3);
|
|
137
|
+
$orange-l4: var(--orange-l4);
|
|
138
|
+
$orange-l5: var(--orange-l5);
|
|
139
|
+
|
|
140
|
+
$yellow: var(--yellow);
|
|
141
|
+
|
|
142
|
+
$yellow-d1: var(--yellow-d1);
|
|
143
|
+
$yellow-d2: var(--yellow-d2);
|
|
144
|
+
$yellow-d3: var(--yellow-d3);
|
|
145
|
+
$yellow-d4: var(--yellow-d4);
|
|
146
|
+
$yellow-l1: var(--yellow-l1);
|
|
147
|
+
$yellow-l2: var(--yellow-l2);
|
|
148
|
+
$yellow-l3: var(--yellow-l3);
|
|
149
|
+
$yellow-l4: var(--yellow-l4);
|
|
150
|
+
$yellow-l5: var(--yellow-l5);
|
|
151
|
+
|
|
152
|
+
$green: var(--green);
|
|
153
|
+
|
|
154
|
+
$green-d1: var(--green-d1);
|
|
155
|
+
$green-d2: var(--green-d2);
|
|
156
|
+
$green-d3: var(--green-d3);
|
|
157
|
+
$green-d4: var(--green-d4);
|
|
158
|
+
$green-l1: var(--green-l1);
|
|
159
|
+
$green-l2: var(--green-l2);
|
|
160
|
+
$green-l3: var(--green-l3);
|
|
161
|
+
$green-l4: var(--green-l4);
|
|
162
|
+
$green-l5: var(--green-l5);
|
|
163
|
+
|
|
164
|
+
$teal: var(--teal);
|
|
165
|
+
|
|
166
|
+
$teal-d1: var(--teal-d1);
|
|
167
|
+
$teal-d2: var(--teal-d2);
|
|
168
|
+
$teal-d3: var(--teal-d3);
|
|
169
|
+
$teal-d4: var(--teal-d4);
|
|
170
|
+
$teal-l1: var(--teal-l1);
|
|
171
|
+
$teal-l2: var(--teal-l2);
|
|
172
|
+
$teal-l3: var(--teal-l3);
|
|
173
|
+
$teal-l4: var(--teal-l4);
|
|
174
|
+
$teal-l5: var(--teal-l5);
|
|
175
|
+
|
|
176
|
+
$cyan: var(--cyan);
|
|
177
|
+
|
|
178
|
+
$cyan-d1: var(--cyan-d1);
|
|
179
|
+
$cyan-d2: var(--cyan-d2);
|
|
180
|
+
$cyan-d3: var(--cyan-d3);
|
|
181
|
+
$cyan-d4: var(--cyan-d4);
|
|
182
|
+
$cyan-l1: var(--cyan-l1);
|
|
183
|
+
$cyan-l2: var(--cyan-l2);
|
|
184
|
+
$cyan-l3: var(--cyan-l3);
|
|
185
|
+
$cyan-l4: var(--cyan-l4);
|
|
186
|
+
$cyan-l5: var(--cyan-l5);
|
|
187
|
+
|
|
188
|
+
$primary: var(--primary);
|
|
189
|
+
|
|
190
|
+
$primary-d1: var(--primary-d1);
|
|
191
|
+
$primary-d2: var(--primary-d2);
|
|
192
|
+
$primary-l0: var(--primary-l0);
|
|
193
|
+
$primary-l1: var(--primary-l1);
|
|
194
|
+
$primary-l2: var(--primary-l2);
|
|
195
|
+
$primary-l3: var(--primary-l3);
|
|
196
|
+
|
|
197
|
+
$secondary: var(--secondary);
|
|
198
|
+
|
|
199
|
+
$secondary-d1: var(--secondary-d1);
|
|
200
|
+
$secondary-d2: var(--secondary-d2);
|
|
201
|
+
$secondary-l0: var(--secondary-l0);
|
|
202
|
+
$secondary-l1: var(--secondary-l1);
|
|
203
|
+
$secondary-l2: var(--secondary-l2);
|
|
204
|
+
$secondary-l3: var(--secondary-l3);
|
|
205
|
+
|
|
206
|
+
$info: var(--info);
|
|
207
|
+
|
|
208
|
+
$info-d1: var(--info-d1);
|
|
209
|
+
$info-d2: var(--info-d2);
|
|
210
|
+
$info-l1: var(--info-l1);
|
|
211
|
+
$info-l2: var(--info-l2);
|
|
212
|
+
|
|
213
|
+
$success: var(--success);
|
|
214
|
+
|
|
215
|
+
$success-d1: var(--success-d1);
|
|
216
|
+
$success-d2: var(--success-d2);
|
|
217
|
+
$success-l1: var(--success-l1);
|
|
218
|
+
$success-l2: var(--success-l2);
|
|
219
|
+
|
|
220
|
+
$warning: var(--warning);
|
|
221
|
+
|
|
222
|
+
$warning-d1: var(--warning-d1);
|
|
223
|
+
$warning-d2: var(--warning-d2);
|
|
224
|
+
$warning-l1: var(--warning-l1);
|
|
225
|
+
$warning-l2: var(--warning-l2);
|
|
226
|
+
|
|
227
|
+
$danger: var(--danger);
|
|
228
|
+
|
|
229
|
+
$danger-d1: var(--danger-d1);
|
|
230
|
+
$danger-d2: var(--danger-d2);
|
|
231
|
+
$danger-l1: var(--danger-l1);
|
|
232
|
+
$danger-l2: var(--danger-l2);
|
|
233
|
+
|
|
234
|
+
$light: var(--light);
|
|
235
|
+
|
|
236
|
+
$light-d1: var(--light-d1);
|
|
237
|
+
$light-d2: var(--light-d2);
|
|
238
|
+
$light-l1: var(--light-l1);
|
|
239
|
+
$light-l2: var(--light-l2);
|
|
240
|
+
|
|
241
|
+
$dark: var(--dark);
|
|
242
|
+
|
|
243
|
+
$dark-d1: var(--dark-d1);
|
|
244
|
+
$dark-d2: var(--dark-d2);
|
|
245
|
+
$dark-l1: var(--dark-l1);
|
|
246
|
+
$dark-l2: var(--dark-l2);
|
|
247
|
+
|
|
248
|
+
$theme-colors: ();
|
|
249
|
+
$theme-colors: map-merge(
|
|
250
|
+
(
|
|
251
|
+
'danger': $danger,
|
|
252
|
+
'dark': $dark,
|
|
253
|
+
'info': $info,
|
|
254
|
+
'light': $light,
|
|
255
|
+
'primary': $primary,
|
|
256
|
+
'secondary': $secondary,
|
|
257
|
+
'success': $success,
|
|
258
|
+
'warning': $warning,
|
|
259
|
+
),
|
|
260
|
+
$theme-colors
|
|
261
|
+
);
|
|
262
|
+
|
|
263
|
+
// Set a specific jump point for requesting color jumps
|
|
264
|
+
|
|
265
|
+
$theme-color-interval: 8%;
|
|
266
|
+
|
|
267
|
+
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
268
|
+
|
|
269
|
+
$yiq-contrasted-threshold: 150;
|
|
270
|
+
|
|
271
|
+
$yiq-text-dark: $gray-900;
|
|
272
|
+
$yiq-text-light: $white;
|
|
273
|
+
|
|
274
|
+
// Spacing
|
|
275
|
+
|
|
276
|
+
$spacer: var(--spacer);
|
|
277
|
+
$spacers: ();
|
|
278
|
+
$spacers: map-deep-merge(
|
|
279
|
+
(
|
|
280
|
+
0: 0,
|
|
281
|
+
1: calc(#{$spacer} * 0.25),
|
|
282
|
+
2: calc(#{$spacer} * 0.5),
|
|
283
|
+
3: calc(#{$spacer} * 1),
|
|
284
|
+
4: calc(#{$spacer} * 1.5),
|
|
285
|
+
5: calc(#{$spacer} * 3),
|
|
286
|
+
6: calc(#{$spacer} * 4.5),
|
|
287
|
+
7: calc(#{$spacer} * 6),
|
|
288
|
+
8: calc(#{$spacer} * 7.5),
|
|
289
|
+
9: calc(#{$spacer} * 9),
|
|
290
|
+
10: calc(#{$spacer} * 10),
|
|
291
|
+
),
|
|
292
|
+
$spacers
|
|
293
|
+
);
|
|
294
|
+
|
|
295
|
+
// This variable affects the `.h-*` and `.w-*` classes.
|
|
296
|
+
|
|
297
|
+
$sizes: ();
|
|
298
|
+
$sizes: map-merge(
|
|
299
|
+
(
|
|
300
|
+
100: 100%,
|
|
301
|
+
25: 25%,
|
|
302
|
+
50: 50%,
|
|
303
|
+
75: 75%,
|
|
304
|
+
auto: auto,
|
|
305
|
+
),
|
|
306
|
+
$sizes
|
|
307
|
+
);
|
|
308
|
+
|
|
309
|
+
// Reusable Values
|
|
310
|
+
|
|
311
|
+
$line-height-lg: var(--line-height-lg);
|
|
312
|
+
$line-height-sm: var(--line-height-sm);
|
|
313
|
+
|
|
314
|
+
$line-height-base: var(--line-height-base);
|
|
315
|
+
|
|
316
|
+
$border-color: var(--border-color);
|
|
317
|
+
$border-width: var(--border-width);
|
|
318
|
+
|
|
319
|
+
$border-radius: var(--border-radius);
|
|
320
|
+
|
|
321
|
+
$border-radius-lg: var(--border-radius-lg);
|
|
322
|
+
$border-radius-sm: var(--border-radius-sm);
|
|
323
|
+
|
|
324
|
+
$rounded-0-border-radius: var(--rounded-0-border-radius);
|
|
325
|
+
$rounded-border-radius: var(--rounded-border-radius);
|
|
326
|
+
$rounded-circle-border-radius: var(--rounded-circle-border-radius);
|
|
327
|
+
$rounded-pill: var(--rounded-pill);
|
|
328
|
+
|
|
329
|
+
$box-shadow: var(--box-shadow);
|
|
330
|
+
|
|
331
|
+
$box-shadow-lg: var(--box-shadow-lg);
|
|
332
|
+
$box-shadow-sm: var(--box-shadow-sm);
|
|
333
|
+
|
|
334
|
+
$transition-base: var(--transition-base);
|
|
335
|
+
$transition-collapse: var(--transition-collapse);
|
|
336
|
+
$transition-fade: var(--transition-fade);
|
|
337
|
+
|
|
338
|
+
$embed-responsive-aspect-ratios: ();
|
|
339
|
+
$embed-responsive-aspect-ratios: join(
|
|
340
|
+
((21 9), (16 9), (4 3), (1 1)),
|
|
341
|
+
$embed-responsive-aspect-ratios
|
|
342
|
+
);
|
|
343
|
+
|
|
344
|
+
$component-transition: var(--component-transition);
|
|
345
|
+
|
|
346
|
+
$component-active-bg: var(--component-active-background-color);
|
|
347
|
+
$component-active-color: var(--component-active-color, $white);
|
|
348
|
+
|
|
349
|
+
$component-focus-box-shadow: var(--component-focus-box-shadow);
|
|
350
|
+
$component-focus-inset-box-shadow: var(--component-focus-inset-box-shadow);
|
|
351
|
+
|
|
352
|
+
$component-disabled-opacity: var(--component-disabled-opacity);
|
|
353
|
+
|
|
354
|
+
// Grid
|
|
355
|
+
|
|
356
|
+
$grid-breakpoints: (
|
|
357
|
+
xs: 0,
|
|
358
|
+
sm: 576px,
|
|
359
|
+
md: 768px,
|
|
360
|
+
lg: 992px,
|
|
361
|
+
xl: 1280px,
|
|
362
|
+
);
|
|
363
|
+
|
|
364
|
+
// Grid columns
|
|
365
|
+
|
|
366
|
+
$grid-columns: 12;
|
|
367
|
+
$grid-gutter-width: 24px;
|
|
368
|
+
$grid-row-columns: 6;
|
|
369
|
+
|
|
370
|
+
$clay-container: ();
|
|
371
|
+
$clay-container: map-merge(
|
|
372
|
+
(
|
|
373
|
+
margin-left: auto,
|
|
374
|
+
margin-right: auto,
|
|
375
|
+
padding-left: calc(#{$grid-gutter-width} * 0.5),
|
|
376
|
+
padding-right: calc(#{$grid-gutter-width} * 0.5),
|
|
377
|
+
width: 100%,
|
|
378
|
+
),
|
|
379
|
+
$clay-container
|
|
380
|
+
);
|
|
381
|
+
|
|
382
|
+
$clay-container-fluid: ();
|
|
383
|
+
$clay-container-fluid: map-merge(
|
|
384
|
+
(
|
|
385
|
+
margin-left: auto,
|
|
386
|
+
margin-right: auto,
|
|
387
|
+
padding-left: calc(#{$grid-gutter-width} * 0.5),
|
|
388
|
+
padding-right: calc(#{$grid-gutter-width} * 0.5),
|
|
389
|
+
width: 100%,
|
|
390
|
+
),
|
|
391
|
+
$clay-container-fluid
|
|
392
|
+
);
|
|
393
|
+
|
|
394
|
+
$container-max-widths: (
|
|
395
|
+
sm: 540px,
|
|
396
|
+
|
|
397
|
+
md: 720px,
|
|
398
|
+
|
|
399
|
+
lg: 960px,
|
|
400
|
+
|
|
401
|
+
xl: 1140px,
|
|
402
|
+
|
|
403
|
+
xxl: 1392px,
|
|
404
|
+
|
|
405
|
+
xxxl: 1872px,
|
|
406
|
+
);
|
|
407
|
+
|
|
408
|
+
@include _assert-ascending($container-max-widths, '$container-max-widths');
|
|
409
|
+
|
|
410
|
+
$container-form-lg: ();
|
|
411
|
+
$container-form-lg: map-deep-merge(
|
|
412
|
+
(
|
|
413
|
+
breakpoint-up: lg,
|
|
414
|
+
padding-bottom-mobile: 1rem,
|
|
415
|
+
padding-bottom: 3rem,
|
|
416
|
+
padding-top-mobile: 1rem,
|
|
417
|
+
padding-top: 3rem,
|
|
418
|
+
),
|
|
419
|
+
$container-form-lg
|
|
420
|
+
);
|
|
421
|
+
|
|
422
|
+
$container-view: ();
|
|
423
|
+
$container-view: map-deep-merge(
|
|
424
|
+
(
|
|
425
|
+
padding-bottom: 1.5rem,
|
|
426
|
+
padding-top: 1.5rem,
|
|
427
|
+
),
|
|
428
|
+
$container-view
|
|
429
|
+
);
|
|
430
|
+
|
|
431
|
+
$moz-osx-font-smoothing: grayscale;
|
|
432
|
+
$webkit-font-smoothing: antialiased;
|
|
433
|
+
|
|
434
|
+
$font-import-url: null;
|
|
435
|
+
|
|
436
|
+
$font-family-monospace: var(--font-family-monospace);
|
|
437
|
+
$font-family-sans-serif: var(--font-family-sans-serif);
|
|
438
|
+
$font-family-serif: var(--font-family-serif);
|
|
439
|
+
|
|
440
|
+
$font-family-base: var(--font-family-base);
|
|
441
|
+
|
|
442
|
+
$font-size-base: var(--font-size-base);
|
|
443
|
+
|
|
444
|
+
$font-size-lg: var(--font-size-lg);
|
|
445
|
+
$font-size-sm: var(--font-size-sm);
|
|
446
|
+
|
|
447
|
+
$font-size-base-mobile: $font-size-base;
|
|
448
|
+
$font-size-lg-mobile: $font-size-lg;
|
|
449
|
+
|
|
450
|
+
$font-weight-bold: var(--font-weight-bold);
|
|
451
|
+
$font-weight-bolder: var(--font-weight-bolder);
|
|
452
|
+
$font-weight-light: var(--font-weight-light);
|
|
453
|
+
$font-weight-lighter: var(--font-weight-lighter);
|
|
454
|
+
$font-weight-normal: var(--font-weight-normal);
|
|
455
|
+
$font-weight-semi-bold: var(--font-weight-semi-bold);
|
|
456
|
+
|
|
457
|
+
$font-weight-base: $font-weight-normal;
|
|
458
|
+
|
|
459
|
+
$h1-font-size: var(--h1-font-size);
|
|
460
|
+
|
|
461
|
+
$h1-font-size-mobile: null;
|
|
462
|
+
|
|
463
|
+
$h1: ();
|
|
464
|
+
$h1: map-deep-merge(
|
|
465
|
+
(
|
|
466
|
+
font-size: $h1-font-size,
|
|
467
|
+
|
|
468
|
+
media-breakpoint-down: (
|
|
469
|
+
sm: (
|
|
470
|
+
font-size: $h1-font-size-mobile,
|
|
471
|
+
),
|
|
472
|
+
),
|
|
473
|
+
),
|
|
474
|
+
$h1
|
|
475
|
+
);
|
|
476
|
+
|
|
477
|
+
$h2-font-size: var(--h2-font-size);
|
|
478
|
+
|
|
479
|
+
$h2-font-size-mobile: null;
|
|
480
|
+
|
|
481
|
+
$h2: ();
|
|
482
|
+
$h2: map-deep-merge(
|
|
483
|
+
(
|
|
484
|
+
font-size: $h2-font-size,
|
|
485
|
+
|
|
486
|
+
media-breakpoint-down: (
|
|
487
|
+
sm: (
|
|
488
|
+
font-size: $h2-font-size-mobile,
|
|
489
|
+
),
|
|
490
|
+
),
|
|
491
|
+
),
|
|
492
|
+
$h2
|
|
493
|
+
);
|
|
494
|
+
|
|
495
|
+
$h3-font-size: var(--h3-font-size);
|
|
496
|
+
|
|
497
|
+
$h3-font-size-mobile: null;
|
|
498
|
+
|
|
499
|
+
$h3: ();
|
|
500
|
+
$h3: map-deep-merge(
|
|
501
|
+
(
|
|
502
|
+
font-size: $h3-font-size,
|
|
503
|
+
|
|
504
|
+
media-breakpoint-down: (
|
|
505
|
+
sm: (
|
|
506
|
+
font-size: $h3-font-size-mobile,
|
|
507
|
+
),
|
|
508
|
+
),
|
|
509
|
+
),
|
|
510
|
+
$h3
|
|
511
|
+
);
|
|
512
|
+
|
|
513
|
+
$h4-font-size: var(--h4-font-size);
|
|
514
|
+
|
|
515
|
+
$h4-font-size-mobile: null;
|
|
516
|
+
|
|
517
|
+
$h4: ();
|
|
518
|
+
$h4: map-deep-merge(
|
|
519
|
+
(
|
|
520
|
+
font-size: $h4-font-size,
|
|
521
|
+
|
|
522
|
+
media-breakpoint-down: (
|
|
523
|
+
sm: (
|
|
524
|
+
font-size: $h4-font-size-mobile,
|
|
525
|
+
),
|
|
526
|
+
),
|
|
527
|
+
),
|
|
528
|
+
$h4
|
|
529
|
+
);
|
|
530
|
+
|
|
531
|
+
$h5-font-size: var(--h5-font-size);
|
|
532
|
+
|
|
533
|
+
$h5-font-size-mobile: null;
|
|
534
|
+
|
|
535
|
+
$h5: ();
|
|
536
|
+
$h5: map-deep-merge(
|
|
537
|
+
(
|
|
538
|
+
font-size: $h5-font-size,
|
|
539
|
+
|
|
540
|
+
media-breakpoint-down: (
|
|
541
|
+
sm: (
|
|
542
|
+
font-size: $h5-font-size-mobile,
|
|
543
|
+
),
|
|
544
|
+
),
|
|
545
|
+
),
|
|
546
|
+
$h5
|
|
547
|
+
);
|
|
548
|
+
|
|
549
|
+
$h6-font-size: var(--h6-font-size);
|
|
550
|
+
|
|
551
|
+
$h6-font-size-mobile: null;
|
|
552
|
+
|
|
553
|
+
$h6: ();
|
|
554
|
+
$h6: map-deep-merge(
|
|
555
|
+
(
|
|
556
|
+
font-size: $h6-font-size,
|
|
557
|
+
|
|
558
|
+
media-breakpoint-down: (
|
|
559
|
+
sm: (
|
|
560
|
+
font-size: $h6-font-size-mobile,
|
|
561
|
+
),
|
|
562
|
+
),
|
|
563
|
+
),
|
|
564
|
+
$h6
|
|
565
|
+
);
|
|
566
|
+
|
|
567
|
+
$headings-color: var(--headings-color);
|
|
568
|
+
$headings-font-family: var(--headings-font-family);
|
|
569
|
+
$headings-font-weight: var(--headings-font-weight);
|
|
570
|
+
$headings-line-height: var(--headings-line-height);
|
|
571
|
+
$headings-margin-bottom: var(--headings-margin-bottom);
|
|
572
|
+
|
|
573
|
+
$headings: ();
|
|
574
|
+
$headings: map-deep-merge(
|
|
575
|
+
(
|
|
576
|
+
color: $headings-color,
|
|
577
|
+
font-family: $headings-font-family,
|
|
578
|
+
font-weight: $headings-font-weight,
|
|
579
|
+
line-height: $headings-line-height,
|
|
580
|
+
margin-bottom: $headings-margin-bottom,
|
|
581
|
+
),
|
|
582
|
+
$headings
|
|
583
|
+
);
|
|
584
|
+
|
|
585
|
+
// Body
|
|
586
|
+
|
|
587
|
+
$body-bg: var(--body-background-color);
|
|
588
|
+
$body-color: var(--body-color);
|
|
589
|
+
$body-moz-osx-font-smoothing: $moz-osx-font-smoothing;
|
|
590
|
+
$body-text-align: inherit;
|
|
591
|
+
$body-webkit-font-smoothing: $webkit-font-smoothing;
|
|
592
|
+
|
|
593
|
+
$c-body: ();
|
|
594
|
+
$c-body: map-merge(
|
|
595
|
+
(
|
|
596
|
+
-moz-osx-font-smoothing: $body-moz-osx-font-smoothing,
|
|
597
|
+
-ms-overflow-style: scrollbar,
|
|
598
|
+
-webkit-font-smoothing: $body-webkit-font-smoothing,
|
|
599
|
+
background-color: $body-bg,
|
|
600
|
+
color: $body-color,
|
|
601
|
+
font-family: var(--body-font-family),
|
|
602
|
+
font-size: var(--body-font-size),
|
|
603
|
+
font-weight: var(--body-font-weight),
|
|
604
|
+
line-height: var(--body-line-height),
|
|
605
|
+
margin: var(--body-margin),
|
|
606
|
+
text-align: $body-text-align
|
|
607
|
+
),
|
|
608
|
+
$c-body
|
|
609
|
+
);
|
|
610
|
+
|
|
611
|
+
// Link
|
|
612
|
+
|
|
613
|
+
$link-color: var(--link-color);
|
|
614
|
+
$link-decoration: var(--link-decoration);
|
|
615
|
+
$link-hover-color: var(--link-hover-color);
|
|
616
|
+
$link-hover-decoration: var(--link-hover-decoration);
|
|
617
|
+
|
|
618
|
+
$link: ();
|
|
619
|
+
$link: map-deep-merge(
|
|
620
|
+
(
|
|
621
|
+
border-radius: 1px,
|
|
622
|
+
color: $link-color,
|
|
623
|
+
text-decoration: $link-decoration,
|
|
624
|
+
text-underline-offset: 0.23em,
|
|
625
|
+
transition: clay-enable-transitions($component-transition),
|
|
626
|
+
hover: (
|
|
627
|
+
color: $link-hover-color,
|
|
628
|
+
text-decoration: $link-hover-decoration,
|
|
629
|
+
),
|
|
630
|
+
|
|
631
|
+
focus: (
|
|
632
|
+
box-shadow: $component-focus-box-shadow,
|
|
633
|
+
outline: 0,
|
|
634
|
+
),
|
|
635
|
+
),
|
|
636
|
+
$link
|
|
637
|
+
);
|
|
638
|
+
|
|
639
|
+
// Cursors
|
|
640
|
+
|
|
641
|
+
$disabled-cursor: not-allowed;
|
|
642
|
+
$link-cursor: pointer;
|
|
643
|
+
|
|
644
|
+
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
|
|
645
|
+
|
|
646
|
+
$emphasized-link-hover-darken-percentage: 15%;
|
|
647
|
+
|
|
648
|
+
// Paragraph
|
|
649
|
+
|
|
650
|
+
$paragraph-margin-bottom: var(--paragraph-margin-bottom);
|
|
651
|
+
|
|
652
|
+
$display-line-height: $headings-line-height;
|
|
653
|
+
|
|
654
|
+
$display1-size: 6rem;
|
|
655
|
+
$display1-weight: 300;
|
|
656
|
+
|
|
657
|
+
$display-1: ();
|
|
658
|
+
$display-1: map-deep-merge(
|
|
659
|
+
(
|
|
660
|
+
font-size: var(--display-1-font-size, $display1-size),
|
|
661
|
+
font-weight: var(--display-1-font-weight, $display1-weight),
|
|
662
|
+
line-height: var(--display-1-line-height, $display-line-height),
|
|
663
|
+
),
|
|
664
|
+
$display-1
|
|
665
|
+
);
|
|
666
|
+
|
|
667
|
+
$display2-size: 5.5rem;
|
|
668
|
+
$display2-weight: 300;
|
|
669
|
+
|
|
670
|
+
$display-2: ();
|
|
671
|
+
$display-2: map-deep-merge(
|
|
672
|
+
(
|
|
673
|
+
font-size: var(--display-2-font-size, $display2-size),
|
|
674
|
+
font-weight: var(--display-2-font-weight, $display2-weight),
|
|
675
|
+
line-height: $display-line-height,
|
|
676
|
+
),
|
|
677
|
+
$display-2
|
|
678
|
+
);
|
|
679
|
+
|
|
680
|
+
$display3-size: 4.5rem;
|
|
681
|
+
$display3-weight: 300;
|
|
682
|
+
|
|
683
|
+
$display-3: ();
|
|
684
|
+
$display-3: map-deep-merge(
|
|
685
|
+
(
|
|
686
|
+
font-size: var(--display-3-font-size, $display3-size),
|
|
687
|
+
font-weight: var(--display-3-font-weight, $display3-weight),
|
|
688
|
+
line-height: var(--display-3-line-height, $display-line-height),
|
|
689
|
+
),
|
|
690
|
+
$display-3
|
|
691
|
+
);
|
|
692
|
+
|
|
693
|
+
$display4-size: 3.5rem;
|
|
694
|
+
$display4-weight: 300;
|
|
695
|
+
|
|
696
|
+
$display-4: ();
|
|
697
|
+
$display-4: map-deep-merge(
|
|
698
|
+
(
|
|
699
|
+
font-size: var(--display-4-font-size, $display4-size),
|
|
700
|
+
font-weight: var(--display-4-font-weight, $display4-weight),
|
|
701
|
+
line-height: var(--display-4-line-height, $display-line-height),
|
|
702
|
+
),
|
|
703
|
+
$display-4
|
|
704
|
+
);
|
|
705
|
+
|
|
706
|
+
$lead-font-size: var(--lead-font-size);
|
|
707
|
+
$lead-font-weight: var(--lead-font-weight);
|
|
708
|
+
|
|
709
|
+
$small-font-size: 0.875rem;
|
|
710
|
+
|
|
711
|
+
$text-muted: var(--text-muted);
|
|
712
|
+
|
|
713
|
+
$blockquote-font-size: var(--blockquote-font-size);
|
|
714
|
+
|
|
715
|
+
$blockquote-small-color: var(--blockquote-small-color);
|
|
716
|
+
$blockquote-small-font-size: var(--blockquote-small-font-size);
|
|
717
|
+
|
|
718
|
+
$hr-border-color: var(--hr-border-color);
|
|
719
|
+
$hr-border-width: var(--hr-border-width);
|
|
720
|
+
$hr-margin-y: var(--hr-margin-y);
|
|
721
|
+
|
|
722
|
+
$mark-bg: #fcf8e3;
|
|
723
|
+
$mark-color: null;
|
|
724
|
+
$mark-padding: 0.2em;
|
|
725
|
+
|
|
726
|
+
$mark: ();
|
|
727
|
+
$mark: map-deep-merge(
|
|
728
|
+
(
|
|
729
|
+
background-color: $mark-bg,
|
|
730
|
+
color: $mark-color,
|
|
731
|
+
display: inline,
|
|
732
|
+
line-height: normal,
|
|
733
|
+
padding: $mark-padding,
|
|
734
|
+
position: relative,
|
|
735
|
+
white-space: pre-wrap,
|
|
736
|
+
),
|
|
737
|
+
$mark
|
|
738
|
+
);
|
|
739
|
+
|
|
740
|
+
$clay-dark-mark: ();
|
|
741
|
+
$clay-dark-mark: map-deep-merge(
|
|
742
|
+
(
|
|
743
|
+
background-color: $dark-l2,
|
|
744
|
+
color: $white,
|
|
745
|
+
),
|
|
746
|
+
$clay-dark-mark
|
|
747
|
+
);
|
|
748
|
+
|
|
749
|
+
$dt-font-weight: $font-weight-bold;
|
|
750
|
+
|
|
751
|
+
$code-color: var(--code-color);
|
|
752
|
+
$code-font-size: var(--code-font-size);
|
|
753
|
+
|
|
754
|
+
$kbd-bg: $gray-900;
|
|
755
|
+
$kbd-box-shadow: inset
|
|
756
|
+
0 -0.1rem
|
|
757
|
+
0
|
|
758
|
+
unquote('rgb(from #{$black} r g b / 0.25)');
|
|
759
|
+
$kbd-color: $white;
|
|
760
|
+
$kbd-font-size: $code-font-size;
|
|
761
|
+
$kbd-padding-x: 0.4rem;
|
|
762
|
+
$kbd-padding-y: 0.2rem;
|
|
763
|
+
|
|
764
|
+
$nested-kbd-font-weight: $font-weight-bold;
|
|
765
|
+
|
|
766
|
+
$pre-color: $gray-900;
|
|
767
|
+
$pre-scrollable-max-height: 340px;
|
|
768
|
+
|
|
769
|
+
$list-inline-padding: 0.5rem;
|
|
770
|
+
|
|
771
|
+
$mark-bg: #fcf8e3;
|
|
772
|
+
|
|
773
|
+
$fieldset: ();
|
|
774
|
+
$fieldset: map-merge(
|
|
775
|
+
(
|
|
776
|
+
border: 0rem,
|
|
777
|
+
margin: 0rem,
|
|
778
|
+
min-width: 0rem,
|
|
779
|
+
padding: 0rem,
|
|
780
|
+
),
|
|
781
|
+
$fieldset
|
|
782
|
+
);
|
|
783
|
+
|
|
784
|
+
$legend: ();
|
|
785
|
+
$legend: map-merge(
|
|
786
|
+
(
|
|
787
|
+
color: inherit,
|
|
788
|
+
display: block,
|
|
789
|
+
font-size: 1.5rem,
|
|
790
|
+
line-height: inherit,
|
|
791
|
+
margin-bottom: 0.5rem,
|
|
792
|
+
max-width: 100%,
|
|
793
|
+
padding: 0rem,
|
|
794
|
+
white-space: normal,
|
|
795
|
+
width: 100%,
|
|
796
|
+
),
|
|
797
|
+
$legend
|
|
798
|
+
);
|
|
799
|
+
|
|
800
|
+
// Button
|
|
801
|
+
|
|
802
|
+
$c-button-base: ();
|
|
803
|
+
$c-button-base: map-merge(
|
|
804
|
+
(-webkit-appearance: button, cursor: $link-cursor),
|
|
805
|
+
$c-button-base
|
|
806
|
+
);
|
|
807
|
+
|
|
808
|
+
// Buttons + Forms
|
|
809
|
+
|
|
810
|
+
$label-margin-bottom: 0.5rem;
|
|
811
|
+
|
|
812
|
+
$input-btn-font-family: null;
|
|
813
|
+
$input-btn-font-size: $font-size-base;
|
|
814
|
+
$input-btn-line-height: $line-height-base;
|
|
815
|
+
$input-btn-padding-x: 0.75rem;
|
|
816
|
+
$input-btn-padding-y: 0.375rem;
|
|
817
|
+
|
|
818
|
+
$input-btn-focus-width: 0.2rem;
|
|
819
|
+
|
|
820
|
+
$input-btn-focus-color: unquote(
|
|
821
|
+
'rgb(from #{$component-active-bg} r g b / 0.25)'
|
|
822
|
+
);
|
|
823
|
+
|
|
824
|
+
$input-btn-focus-box-shadow: 0
|
|
825
|
+
0
|
|
826
|
+
0
|
|
827
|
+
$input-btn-focus-width
|
|
828
|
+
$input-btn-focus-color;
|
|
829
|
+
|
|
830
|
+
$input-btn-font-size-sm: $font-size-sm;
|
|
831
|
+
$input-btn-line-height-sm: $line-height-sm;
|
|
832
|
+
$input-btn-padding-x-sm: 0.5rem;
|
|
833
|
+
$input-btn-padding-y-sm: 0.25rem;
|
|
834
|
+
|
|
835
|
+
$input-btn-font-size-lg: $font-size-lg;
|
|
836
|
+
$input-btn-line-height-lg: $line-height-lg;
|
|
837
|
+
$input-btn-padding-x-lg: 1rem;
|
|
838
|
+
$input-btn-padding-y-lg: 0.5rem;
|
|
839
|
+
|
|
840
|
+
$input-btn-border-width: $border-width;
|
|
841
|
+
|
|
842
|
+
// Print
|
|
843
|
+
|
|
844
|
+
$print-body-min-width: map-get($grid-breakpoints, 'lg');
|
|
845
|
+
$print-page-size: a3;
|
|
846
|
+
}
|