@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,1016 @@
|
|
|
1
|
+
@if ($enable-atlas-custom-properties) {
|
|
2
|
+
$bg-checkered-fg: var(--bg-checkered-foreground-color, $gray-300);
|
|
3
|
+
|
|
4
|
+
$c-focus-trap: ();
|
|
5
|
+
$c-focus-trap: map-merge(
|
|
6
|
+
(
|
|
7
|
+
background: inherit,
|
|
8
|
+
color: inherit,
|
|
9
|
+
display: contents,
|
|
10
|
+
font: inherit,
|
|
11
|
+
),
|
|
12
|
+
$c-focus-trap
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
// .inline-scroller
|
|
16
|
+
|
|
17
|
+
$inline-scroller-max-height: var(--inline-scroller-max-height, 125px);
|
|
18
|
+
|
|
19
|
+
$inline-scroller: ();
|
|
20
|
+
$inline-scroller: map-deep-merge(
|
|
21
|
+
(
|
|
22
|
+
list-style: none,
|
|
23
|
+
margin: 0,
|
|
24
|
+
max-height: $inline-scroller-max-height,
|
|
25
|
+
overflow: auto,
|
|
26
|
+
|
|
27
|
+
-webkit-overflow-scrolling: touch,
|
|
28
|
+
|
|
29
|
+
padding: 0,
|
|
30
|
+
|
|
31
|
+
focus: (
|
|
32
|
+
outline: 0,
|
|
33
|
+
),
|
|
34
|
+
|
|
35
|
+
focus-visible: (
|
|
36
|
+
box-shadow: $component-focus-box-shadow,
|
|
37
|
+
),
|
|
38
|
+
),
|
|
39
|
+
$inline-scroller
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
// Autofit Row
|
|
43
|
+
|
|
44
|
+
$autofit-col-expand-min-width: 50px;
|
|
45
|
+
|
|
46
|
+
$autofit-padded-col-padding-x: 8px;
|
|
47
|
+
$autofit-padded-col-padding-y: 4px;
|
|
48
|
+
|
|
49
|
+
$autofit-padded-no-gutters-sm: ();
|
|
50
|
+
$autofit-padded-no-gutters-sm: map-merge(
|
|
51
|
+
(
|
|
52
|
+
margin: -4px,
|
|
53
|
+
width: auto,
|
|
54
|
+
|
|
55
|
+
autofit-col: (
|
|
56
|
+
padding: 4px,
|
|
57
|
+
),
|
|
58
|
+
),
|
|
59
|
+
$autofit-padded-no-gutters-sm
|
|
60
|
+
);
|
|
61
|
+
|
|
62
|
+
// Close
|
|
63
|
+
|
|
64
|
+
$close-color: var(--close-color, $gray-900);
|
|
65
|
+
$close-font-size: var(--close-font-size, calc(#{$font-size-base} * 1.5));
|
|
66
|
+
$close-font-weight: var(--close-font-weight, $font-weight-bold);
|
|
67
|
+
$close-text-shadow: var(--close-text-shadow, none);
|
|
68
|
+
|
|
69
|
+
$close: ();
|
|
70
|
+
$close: map-deep-merge(
|
|
71
|
+
(
|
|
72
|
+
align-items: center,
|
|
73
|
+
appearance: none,
|
|
74
|
+
background-color: var(--close-background-color, transparent),
|
|
75
|
+
border-radius: var(--close-border-radius, $btn-border-radius-sm),
|
|
76
|
+
border-width: var(--close-border-width, 0),
|
|
77
|
+
color: $close-color,
|
|
78
|
+
cursor: $link-cursor,
|
|
79
|
+
display: inline-flex,
|
|
80
|
+
font-size: var(--close-font-size, 16px),
|
|
81
|
+
font-weight: $close-font-weight,
|
|
82
|
+
height: var(--close-height, 32px),
|
|
83
|
+
justify-content: center,
|
|
84
|
+
line-height: 1,
|
|
85
|
+
padding: var(--close-padding, 0),
|
|
86
|
+
text-align: center,
|
|
87
|
+
text-shadow: $close-text-shadow,
|
|
88
|
+
transition: $component-transition,
|
|
89
|
+
width: var(--close-width, 32px),
|
|
90
|
+
hover: (
|
|
91
|
+
color: var(--close-hover-color, $close-color),
|
|
92
|
+
text-decoration: none,
|
|
93
|
+
),
|
|
94
|
+
|
|
95
|
+
focus: (
|
|
96
|
+
box-shadow: $component-focus-box-shadow,
|
|
97
|
+
outline: 0,
|
|
98
|
+
),
|
|
99
|
+
|
|
100
|
+
disabled: (
|
|
101
|
+
box-shadow: var(--close-disabled-box-shadow, none),
|
|
102
|
+
color: var(--close-disabled-color, $gray-600),
|
|
103
|
+
cursor: $disabled-cursor,
|
|
104
|
+
opacity:
|
|
105
|
+
var(--close-disabled-opacity, $component-disabled-opacity),
|
|
106
|
+
outline: 0,
|
|
107
|
+
|
|
108
|
+
active: (
|
|
109
|
+
pointer-events: none,
|
|
110
|
+
),
|
|
111
|
+
),
|
|
112
|
+
|
|
113
|
+
lexicon-icon: (
|
|
114
|
+
margin-top: 0,
|
|
115
|
+
),
|
|
116
|
+
),
|
|
117
|
+
$close
|
|
118
|
+
);
|
|
119
|
+
|
|
120
|
+
// C Focus Inset
|
|
121
|
+
|
|
122
|
+
$c-focus-inset-focus: ();
|
|
123
|
+
$c-focus-inset-focus: map-deep-merge(
|
|
124
|
+
(
|
|
125
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
126
|
+
border-color: $primary-l0,
|
|
127
|
+
outline: 0,
|
|
128
|
+
),
|
|
129
|
+
$c-focus-inset-focus
|
|
130
|
+
);
|
|
131
|
+
|
|
132
|
+
// C Inner
|
|
133
|
+
|
|
134
|
+
$c-inner: ();
|
|
135
|
+
$c-inner: map-deep-merge(
|
|
136
|
+
(
|
|
137
|
+
align-items: inherit,
|
|
138
|
+
display: inherit,
|
|
139
|
+
flex-direction: inherit,
|
|
140
|
+
height: inherit,
|
|
141
|
+
justify-content: inherit,
|
|
142
|
+
line-height: inherit,
|
|
143
|
+
max-width: inherit,
|
|
144
|
+
min-width: inherit,
|
|
145
|
+
outline: 0,
|
|
146
|
+
overflow: inherit,
|
|
147
|
+
padding-bottom: inherit,
|
|
148
|
+
padding-left: inherit,
|
|
149
|
+
padding-right: inherit,
|
|
150
|
+
padding-top: inherit,
|
|
151
|
+
text-overflow: inherit,
|
|
152
|
+
width: inherit,
|
|
153
|
+
),
|
|
154
|
+
$c-inner
|
|
155
|
+
);
|
|
156
|
+
|
|
157
|
+
// Heading
|
|
158
|
+
|
|
159
|
+
$heading-spacer-x: var(--heading-spacer-x, 16px);
|
|
160
|
+
|
|
161
|
+
$heading-text-margin-bottom: var(--heading-text-margin-bottom, auto);
|
|
162
|
+
$heading-text-margin-top: var(--heading-text-margin-top, auto);
|
|
163
|
+
|
|
164
|
+
// Inline Item
|
|
165
|
+
|
|
166
|
+
$inline-item-lexicon-icon-margin-top: -0.1em;
|
|
167
|
+
$inline-item-spacer-x: 8px;
|
|
168
|
+
|
|
169
|
+
$inline-item-loading-animation-font-size: null;
|
|
170
|
+
|
|
171
|
+
$inline-item: ();
|
|
172
|
+
$inline-item: map-deep-merge(
|
|
173
|
+
(
|
|
174
|
+
align-items: center,
|
|
175
|
+
display: inline-flex,
|
|
176
|
+
vertical-align: middle,
|
|
177
|
+
|
|
178
|
+
inline-item: (
|
|
179
|
+
display: inline,
|
|
180
|
+
),
|
|
181
|
+
|
|
182
|
+
lexicon-icon: (
|
|
183
|
+
margin-top: $inline-item-lexicon-icon-margin-top,
|
|
184
|
+
),
|
|
185
|
+
|
|
186
|
+
loading-animation: (
|
|
187
|
+
font-size: $inline-item-loading-animation-font-size,
|
|
188
|
+
),
|
|
189
|
+
),
|
|
190
|
+
$inline-item
|
|
191
|
+
);
|
|
192
|
+
|
|
193
|
+
// Page Header
|
|
194
|
+
|
|
195
|
+
$page-header-bg: var(--page-header-background-color, $white);
|
|
196
|
+
|
|
197
|
+
// Clay Gap
|
|
198
|
+
|
|
199
|
+
$c-gap: ();
|
|
200
|
+
$c-gap: map-merge(
|
|
201
|
+
(
|
|
202
|
+
0: map-get($spacers, 0),
|
|
203
|
+
1: map-get($spacers, 1),
|
|
204
|
+
2: map-get($spacers, 2),
|
|
205
|
+
3: map-get($spacers, 3),
|
|
206
|
+
4: map-get($spacers, 4),
|
|
207
|
+
5: map-get($spacers, 5),
|
|
208
|
+
),
|
|
209
|
+
$c-gap
|
|
210
|
+
);
|
|
211
|
+
|
|
212
|
+
// Background
|
|
213
|
+
|
|
214
|
+
$bg-theme-colors: ();
|
|
215
|
+
$bg-theme-colors: map-deep-merge(
|
|
216
|
+
(
|
|
217
|
+
'blue': (
|
|
218
|
+
background-color: $blue !important,
|
|
219
|
+
|
|
220
|
+
hover: (
|
|
221
|
+
background-color:
|
|
222
|
+
unquote('hsl(from #{$blue} h s calc(l - 10))')
|
|
223
|
+
!important,
|
|
224
|
+
),
|
|
225
|
+
),
|
|
226
|
+
|
|
227
|
+
'indigo': (
|
|
228
|
+
background-color: $indigo !important,
|
|
229
|
+
|
|
230
|
+
hover: (
|
|
231
|
+
background-color:
|
|
232
|
+
unquote('hsl(from #{$indigo} h s calc(l - 10))')
|
|
233
|
+
!important,
|
|
234
|
+
),
|
|
235
|
+
),
|
|
236
|
+
|
|
237
|
+
'purple': (
|
|
238
|
+
background-color: $purple !important,
|
|
239
|
+
|
|
240
|
+
hover: (
|
|
241
|
+
background-color:
|
|
242
|
+
unquote('hsl(from #{$purple} h s calc(l - 10))')
|
|
243
|
+
!important,
|
|
244
|
+
),
|
|
245
|
+
),
|
|
246
|
+
|
|
247
|
+
'pink': (
|
|
248
|
+
background-color: $pink !important,
|
|
249
|
+
|
|
250
|
+
hover: (
|
|
251
|
+
background-color:
|
|
252
|
+
unquote('hsl(from #{$pink} h s calc(l - 10))')
|
|
253
|
+
!important,
|
|
254
|
+
),
|
|
255
|
+
),
|
|
256
|
+
|
|
257
|
+
'red': (
|
|
258
|
+
background-color: $red !important,
|
|
259
|
+
|
|
260
|
+
hover: (
|
|
261
|
+
background-color:
|
|
262
|
+
unquote('hsl(from #{$red} h s calc(l - 10))')
|
|
263
|
+
!important,
|
|
264
|
+
),
|
|
265
|
+
),
|
|
266
|
+
|
|
267
|
+
'orange': (
|
|
268
|
+
background-color: $orange !important,
|
|
269
|
+
|
|
270
|
+
hover: (
|
|
271
|
+
background-color:
|
|
272
|
+
unquote('hsl(from #{$orange} h s calc(l - 10))')
|
|
273
|
+
!important,
|
|
274
|
+
),
|
|
275
|
+
),
|
|
276
|
+
|
|
277
|
+
'yellow': (
|
|
278
|
+
background-color: $yellow !important,
|
|
279
|
+
|
|
280
|
+
hover: (
|
|
281
|
+
background-color:
|
|
282
|
+
unquote('hsl(from #{$yellow} h s calc(l - 10))')
|
|
283
|
+
!important,
|
|
284
|
+
),
|
|
285
|
+
),
|
|
286
|
+
|
|
287
|
+
'green': (
|
|
288
|
+
background-color: $green !important,
|
|
289
|
+
|
|
290
|
+
hover: (
|
|
291
|
+
background-color:
|
|
292
|
+
unquote('hsl(from #{$green} h s calc(l - 10))')
|
|
293
|
+
!important,
|
|
294
|
+
),
|
|
295
|
+
),
|
|
296
|
+
|
|
297
|
+
'teal': (
|
|
298
|
+
background-color: $teal !important,
|
|
299
|
+
|
|
300
|
+
hover: (
|
|
301
|
+
background-color:
|
|
302
|
+
unquote('hsl(from #{$teal} h s calc(l - 10))')
|
|
303
|
+
!important,
|
|
304
|
+
),
|
|
305
|
+
),
|
|
306
|
+
|
|
307
|
+
'cyan': (
|
|
308
|
+
background-color: $cyan !important,
|
|
309
|
+
|
|
310
|
+
hover: (
|
|
311
|
+
background-color:
|
|
312
|
+
unquote('hsl(from #{$cyan} h s calc(l - 10))')
|
|
313
|
+
!important,
|
|
314
|
+
),
|
|
315
|
+
),
|
|
316
|
+
|
|
317
|
+
'primary': (
|
|
318
|
+
background-color: $primary !important,
|
|
319
|
+
|
|
320
|
+
hover: (
|
|
321
|
+
background-color:
|
|
322
|
+
unquote('hsl(from #{$primary} h s calc(l - 10))')
|
|
323
|
+
!important,
|
|
324
|
+
),
|
|
325
|
+
),
|
|
326
|
+
|
|
327
|
+
'primary-l3': (
|
|
328
|
+
background-color: $primary-l3 !important,
|
|
329
|
+
|
|
330
|
+
hover: (
|
|
331
|
+
background-color:
|
|
332
|
+
unquote('hsl(from #{$primary-l3} h s calc(l - 10))')
|
|
333
|
+
!important,
|
|
334
|
+
),
|
|
335
|
+
),
|
|
336
|
+
|
|
337
|
+
'secondary': (
|
|
338
|
+
background-color: $secondary !important,
|
|
339
|
+
|
|
340
|
+
hover: (
|
|
341
|
+
background-color:
|
|
342
|
+
unquote('hsl(from #{$secondary} h s calc(l - 10))')
|
|
343
|
+
!important,
|
|
344
|
+
),
|
|
345
|
+
),
|
|
346
|
+
|
|
347
|
+
'success': (
|
|
348
|
+
background-color: $success !important,
|
|
349
|
+
|
|
350
|
+
hover: (
|
|
351
|
+
background-color:
|
|
352
|
+
unquote('hsl(from #{$success} h s calc(l - 10))')
|
|
353
|
+
!important,
|
|
354
|
+
),
|
|
355
|
+
),
|
|
356
|
+
|
|
357
|
+
'info': (
|
|
358
|
+
background-color: $info !important,
|
|
359
|
+
|
|
360
|
+
hover: (
|
|
361
|
+
background-color:
|
|
362
|
+
unquote('hsl(from #{$info} h s calc(l - 10))')
|
|
363
|
+
!important,
|
|
364
|
+
),
|
|
365
|
+
),
|
|
366
|
+
|
|
367
|
+
'warning': (
|
|
368
|
+
background-color: $warning !important,
|
|
369
|
+
|
|
370
|
+
hover: (
|
|
371
|
+
background-color:
|
|
372
|
+
unquote('hsl(from #{$warning} h s calc(l - 10))')
|
|
373
|
+
!important,
|
|
374
|
+
),
|
|
375
|
+
),
|
|
376
|
+
|
|
377
|
+
'danger': (
|
|
378
|
+
background-color: $danger !important,
|
|
379
|
+
|
|
380
|
+
hover: (
|
|
381
|
+
background-color:
|
|
382
|
+
unquote('hsl(from #{$danger} h s calc(l - 10))')
|
|
383
|
+
!important,
|
|
384
|
+
),
|
|
385
|
+
),
|
|
386
|
+
|
|
387
|
+
'light': (
|
|
388
|
+
background-color: $light !important,
|
|
389
|
+
|
|
390
|
+
hover: (
|
|
391
|
+
background-color:
|
|
392
|
+
unquote('hsl(from #{$light} h s calc(l - 10))')
|
|
393
|
+
!important,
|
|
394
|
+
),
|
|
395
|
+
),
|
|
396
|
+
|
|
397
|
+
'lighter': (
|
|
398
|
+
background-color: $gray-100 !important,
|
|
399
|
+
|
|
400
|
+
hover: (
|
|
401
|
+
background-color:
|
|
402
|
+
unquote('hsl(from #{$gray-100} h s calc(l - 10))')
|
|
403
|
+
!important,
|
|
404
|
+
),
|
|
405
|
+
),
|
|
406
|
+
|
|
407
|
+
'dark': (
|
|
408
|
+
background-color: $dark !important,
|
|
409
|
+
|
|
410
|
+
hover: (
|
|
411
|
+
background-color:
|
|
412
|
+
unquote('hsl(from #{$dark} h s calc(l - 10))')
|
|
413
|
+
!important,
|
|
414
|
+
),
|
|
415
|
+
),
|
|
416
|
+
|
|
417
|
+
'gray-dark': (
|
|
418
|
+
background-color: $gray-800 !important,
|
|
419
|
+
|
|
420
|
+
hover: (
|
|
421
|
+
background-color:
|
|
422
|
+
unquote('hsl(from #{$gray-800} h s calc(l - 10))')
|
|
423
|
+
!important,
|
|
424
|
+
),
|
|
425
|
+
),
|
|
426
|
+
|
|
427
|
+
'white': (
|
|
428
|
+
background-color: $white !important,
|
|
429
|
+
),
|
|
430
|
+
|
|
431
|
+
'transparent': (
|
|
432
|
+
background-color: transparent !important,
|
|
433
|
+
),
|
|
434
|
+
),
|
|
435
|
+
$bg-theme-colors
|
|
436
|
+
);
|
|
437
|
+
|
|
438
|
+
$bg-gradient-theme-colors: ();
|
|
439
|
+
$bg-gradient-theme-colors: map-deep-merge(
|
|
440
|
+
(
|
|
441
|
+
'primary': (
|
|
442
|
+
background:
|
|
443
|
+
$primary
|
|
444
|
+
linear-gradient(
|
|
445
|
+
180deg,
|
|
446
|
+
clay-mix($body-bg, $primary, 15%),
|
|
447
|
+
$primary
|
|
448
|
+
)
|
|
449
|
+
repeat-x
|
|
450
|
+
!important,
|
|
451
|
+
),
|
|
452
|
+
|
|
453
|
+
'secondary': (
|
|
454
|
+
background:
|
|
455
|
+
$secondary
|
|
456
|
+
linear-gradient(
|
|
457
|
+
180deg,
|
|
458
|
+
clay-mix($body-bg, $secondary, 15%),
|
|
459
|
+
$secondary
|
|
460
|
+
)
|
|
461
|
+
repeat-x
|
|
462
|
+
!important,
|
|
463
|
+
),
|
|
464
|
+
|
|
465
|
+
'success': (
|
|
466
|
+
background:
|
|
467
|
+
$success
|
|
468
|
+
linear-gradient(
|
|
469
|
+
180deg,
|
|
470
|
+
clay-clay-mix($body-bg, $success, 15%),
|
|
471
|
+
$success
|
|
472
|
+
)
|
|
473
|
+
repeat-x
|
|
474
|
+
!important,
|
|
475
|
+
),
|
|
476
|
+
|
|
477
|
+
'info': (
|
|
478
|
+
background:
|
|
479
|
+
$info
|
|
480
|
+
linear-gradient(
|
|
481
|
+
180deg,
|
|
482
|
+
clay-mix($body-bg, $info, 15%),
|
|
483
|
+
$info
|
|
484
|
+
)
|
|
485
|
+
repeat-x
|
|
486
|
+
!important,
|
|
487
|
+
),
|
|
488
|
+
|
|
489
|
+
'warning': (
|
|
490
|
+
background:
|
|
491
|
+
$warning
|
|
492
|
+
linear-gradient(
|
|
493
|
+
180deg,
|
|
494
|
+
clay-mix($body-bg, $warning, 15%),
|
|
495
|
+
$warning
|
|
496
|
+
)
|
|
497
|
+
repeat-x
|
|
498
|
+
!important,
|
|
499
|
+
),
|
|
500
|
+
|
|
501
|
+
'danger': (
|
|
502
|
+
background:
|
|
503
|
+
$danger
|
|
504
|
+
linear-gradient(
|
|
505
|
+
180deg,
|
|
506
|
+
clay-mix($body-bg, $danger, 15%),
|
|
507
|
+
$danger
|
|
508
|
+
)
|
|
509
|
+
repeat-x
|
|
510
|
+
!important,
|
|
511
|
+
),
|
|
512
|
+
|
|
513
|
+
'light': (
|
|
514
|
+
background:
|
|
515
|
+
$light
|
|
516
|
+
linear-gradient(
|
|
517
|
+
180deg,
|
|
518
|
+
clay-mix($body-bg, $light, 15%),
|
|
519
|
+
$light
|
|
520
|
+
)
|
|
521
|
+
repeat-x
|
|
522
|
+
!important,
|
|
523
|
+
),
|
|
524
|
+
|
|
525
|
+
'dark': (
|
|
526
|
+
background:
|
|
527
|
+
$dark
|
|
528
|
+
linear-gradient(
|
|
529
|
+
180deg,
|
|
530
|
+
clay-mix($body-bg, $dark, 15%),
|
|
531
|
+
$dark
|
|
532
|
+
)
|
|
533
|
+
repeat-x
|
|
534
|
+
!important,
|
|
535
|
+
),
|
|
536
|
+
),
|
|
537
|
+
$bg-gradient-theme-colors
|
|
538
|
+
);
|
|
539
|
+
|
|
540
|
+
// Border
|
|
541
|
+
|
|
542
|
+
$border-theme-colors: ();
|
|
543
|
+
$border-theme-colors: map-deep-merge(
|
|
544
|
+
(
|
|
545
|
+
'primary': (
|
|
546
|
+
border-color: $primary !important,
|
|
547
|
+
),
|
|
548
|
+
|
|
549
|
+
'secondary': (
|
|
550
|
+
border-color: $secondary !important,
|
|
551
|
+
),
|
|
552
|
+
|
|
553
|
+
'success': (
|
|
554
|
+
border-color: $success !important,
|
|
555
|
+
),
|
|
556
|
+
|
|
557
|
+
'info': (
|
|
558
|
+
border-color: $info !important,
|
|
559
|
+
),
|
|
560
|
+
|
|
561
|
+
'warning': (
|
|
562
|
+
border-color: $warning !important,
|
|
563
|
+
),
|
|
564
|
+
|
|
565
|
+
'danger': (
|
|
566
|
+
border-color: $danger !important,
|
|
567
|
+
),
|
|
568
|
+
|
|
569
|
+
'light': (
|
|
570
|
+
border-color: $light !important,
|
|
571
|
+
),
|
|
572
|
+
|
|
573
|
+
'lighter': (
|
|
574
|
+
border-color: $gray-100 !important,
|
|
575
|
+
),
|
|
576
|
+
|
|
577
|
+
'dark': (
|
|
578
|
+
border-color: $dark !important,
|
|
579
|
+
),
|
|
580
|
+
|
|
581
|
+
'gray-dark': (
|
|
582
|
+
border-color: $gray-800 !important,
|
|
583
|
+
),
|
|
584
|
+
|
|
585
|
+
'white': (
|
|
586
|
+
border-color: $white !important,
|
|
587
|
+
),
|
|
588
|
+
),
|
|
589
|
+
$border-theme-colors
|
|
590
|
+
);
|
|
591
|
+
|
|
592
|
+
// Display
|
|
593
|
+
|
|
594
|
+
$displays: none, inline, inline-block, grid, block, contents, table,
|
|
595
|
+
table-row, table-cell, flex, inline-flex;
|
|
596
|
+
|
|
597
|
+
// Overflow
|
|
598
|
+
|
|
599
|
+
$overflows: auto, hidden;
|
|
600
|
+
|
|
601
|
+
// Position
|
|
602
|
+
|
|
603
|
+
$positions: static, relative, absolute, fixed, sticky;
|
|
604
|
+
|
|
605
|
+
// Font Sizes
|
|
606
|
+
|
|
607
|
+
$font-sizes: ();
|
|
608
|
+
$font-sizes: map-deep-merge(
|
|
609
|
+
(
|
|
610
|
+
text-1: (
|
|
611
|
+
font-size: var(--text-1-font-size, 10px),
|
|
612
|
+
),
|
|
613
|
+
text-2: (
|
|
614
|
+
font-size: var(--text-2-font-size, 12px),
|
|
615
|
+
),
|
|
616
|
+
text-3: (
|
|
617
|
+
font-size: var(--text-3-font-size, 14px),
|
|
618
|
+
),
|
|
619
|
+
text-4: (
|
|
620
|
+
font-size: var(--text-4-font-size, 16px),
|
|
621
|
+
),
|
|
622
|
+
text-5: (
|
|
623
|
+
font-size: var(--text-5-font-size, 18px),
|
|
624
|
+
),
|
|
625
|
+
text-6: (
|
|
626
|
+
font-size: var(--text-6-font-size, 20px),
|
|
627
|
+
),
|
|
628
|
+
text-7: (
|
|
629
|
+
font-size: var(--text-7-font-size, 24px),
|
|
630
|
+
),
|
|
631
|
+
text-8: (
|
|
632
|
+
font-size: var(--text-8-font-size, 28px),
|
|
633
|
+
),
|
|
634
|
+
text-9: (
|
|
635
|
+
font-size: var(--text-9-font-size, 32px),
|
|
636
|
+
),
|
|
637
|
+
text-10: (
|
|
638
|
+
font-size: var(--text-10-font-size, 36px),
|
|
639
|
+
),
|
|
640
|
+
text-11: (
|
|
641
|
+
font-size: var(--text-11-font-size, 40px),
|
|
642
|
+
),
|
|
643
|
+
),
|
|
644
|
+
$font-sizes
|
|
645
|
+
);
|
|
646
|
+
|
|
647
|
+
// Text
|
|
648
|
+
|
|
649
|
+
$text-theme-colors: ();
|
|
650
|
+
$text-theme-colors: map-deep-merge(
|
|
651
|
+
(
|
|
652
|
+
'blue': (
|
|
653
|
+
color: $blue !important,
|
|
654
|
+
|
|
655
|
+
hover: (
|
|
656
|
+
color:
|
|
657
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
658
|
+
!important,
|
|
659
|
+
),
|
|
660
|
+
),
|
|
661
|
+
|
|
662
|
+
'indigo': (
|
|
663
|
+
color: $indigo !important,
|
|
664
|
+
|
|
665
|
+
hover: (
|
|
666
|
+
color:
|
|
667
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
668
|
+
!important,
|
|
669
|
+
),
|
|
670
|
+
),
|
|
671
|
+
|
|
672
|
+
'purple': (
|
|
673
|
+
color: $purple !important,
|
|
674
|
+
|
|
675
|
+
hover: (
|
|
676
|
+
color:
|
|
677
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
678
|
+
!important,
|
|
679
|
+
),
|
|
680
|
+
),
|
|
681
|
+
|
|
682
|
+
'pink': (
|
|
683
|
+
color: $pink !important,
|
|
684
|
+
|
|
685
|
+
hover: (
|
|
686
|
+
color:
|
|
687
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
688
|
+
!important,
|
|
689
|
+
),
|
|
690
|
+
),
|
|
691
|
+
|
|
692
|
+
'red': (
|
|
693
|
+
color: $red !important,
|
|
694
|
+
|
|
695
|
+
hover: (
|
|
696
|
+
color:
|
|
697
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
698
|
+
!important,
|
|
699
|
+
),
|
|
700
|
+
),
|
|
701
|
+
|
|
702
|
+
'orange': (
|
|
703
|
+
color: $orange !important,
|
|
704
|
+
|
|
705
|
+
hover: (
|
|
706
|
+
color:
|
|
707
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
708
|
+
!important,
|
|
709
|
+
),
|
|
710
|
+
),
|
|
711
|
+
|
|
712
|
+
'yellow': (
|
|
713
|
+
color: $yellow !important,
|
|
714
|
+
|
|
715
|
+
hover: (
|
|
716
|
+
color:
|
|
717
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
718
|
+
!important,
|
|
719
|
+
),
|
|
720
|
+
),
|
|
721
|
+
|
|
722
|
+
'green': (
|
|
723
|
+
color: $green !important,
|
|
724
|
+
|
|
725
|
+
hover: (
|
|
726
|
+
color:
|
|
727
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
728
|
+
!important,
|
|
729
|
+
),
|
|
730
|
+
),
|
|
731
|
+
|
|
732
|
+
'teal': (
|
|
733
|
+
color: $teal !important,
|
|
734
|
+
|
|
735
|
+
hover: (
|
|
736
|
+
color:
|
|
737
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
738
|
+
!important,
|
|
739
|
+
),
|
|
740
|
+
),
|
|
741
|
+
|
|
742
|
+
'cyan': (
|
|
743
|
+
color: $cyan !important,
|
|
744
|
+
|
|
745
|
+
hover: (
|
|
746
|
+
color:
|
|
747
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
748
|
+
!important,
|
|
749
|
+
),
|
|
750
|
+
),
|
|
751
|
+
|
|
752
|
+
'primary': (
|
|
753
|
+
color: $primary !important,
|
|
754
|
+
|
|
755
|
+
hover: (
|
|
756
|
+
color:
|
|
757
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
758
|
+
!important,
|
|
759
|
+
),
|
|
760
|
+
),
|
|
761
|
+
|
|
762
|
+
'secondary': (
|
|
763
|
+
color: $secondary !important,
|
|
764
|
+
|
|
765
|
+
hover: (
|
|
766
|
+
color:
|
|
767
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
768
|
+
!important,
|
|
769
|
+
),
|
|
770
|
+
),
|
|
771
|
+
|
|
772
|
+
'success': (
|
|
773
|
+
color: $success !important,
|
|
774
|
+
|
|
775
|
+
hover: (
|
|
776
|
+
color:
|
|
777
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
778
|
+
!important,
|
|
779
|
+
),
|
|
780
|
+
),
|
|
781
|
+
|
|
782
|
+
'info': (
|
|
783
|
+
color: $info !important,
|
|
784
|
+
|
|
785
|
+
hover: (
|
|
786
|
+
color:
|
|
787
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
788
|
+
!important,
|
|
789
|
+
),
|
|
790
|
+
),
|
|
791
|
+
|
|
792
|
+
'warning': (
|
|
793
|
+
color: $warning !important,
|
|
794
|
+
|
|
795
|
+
hover: (
|
|
796
|
+
color:
|
|
797
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
798
|
+
!important,
|
|
799
|
+
),
|
|
800
|
+
),
|
|
801
|
+
|
|
802
|
+
'danger': (
|
|
803
|
+
color: $danger !important,
|
|
804
|
+
|
|
805
|
+
hover: (
|
|
806
|
+
color:
|
|
807
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
808
|
+
!important,
|
|
809
|
+
),
|
|
810
|
+
),
|
|
811
|
+
|
|
812
|
+
'light': (
|
|
813
|
+
color: $light !important,
|
|
814
|
+
|
|
815
|
+
hover: (
|
|
816
|
+
color:
|
|
817
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
818
|
+
!important,
|
|
819
|
+
),
|
|
820
|
+
),
|
|
821
|
+
|
|
822
|
+
'lighter': (
|
|
823
|
+
color: $gray-100 !important,
|
|
824
|
+
|
|
825
|
+
hover: (
|
|
826
|
+
color:
|
|
827
|
+
unquote('hsl(from #{$gray-100} h s calc(l - 15))')
|
|
828
|
+
!important,
|
|
829
|
+
),
|
|
830
|
+
),
|
|
831
|
+
|
|
832
|
+
'dark': (
|
|
833
|
+
color: $dark !important,
|
|
834
|
+
|
|
835
|
+
hover: (
|
|
836
|
+
color:
|
|
837
|
+
unquote('hsl(from #{$blue} h s calc(l - 15))')
|
|
838
|
+
!important,
|
|
839
|
+
),
|
|
840
|
+
),
|
|
841
|
+
|
|
842
|
+
'gray-dark': (
|
|
843
|
+
color: $gray-800 !important,
|
|
844
|
+
|
|
845
|
+
hover: (
|
|
846
|
+
color:
|
|
847
|
+
unquote('hsl(from #{$gray-800} h s calc(l - 15))')
|
|
848
|
+
!important,
|
|
849
|
+
),
|
|
850
|
+
),
|
|
851
|
+
|
|
852
|
+
'body': (
|
|
853
|
+
color: $body-color !important,
|
|
854
|
+
),
|
|
855
|
+
|
|
856
|
+
'muted': (
|
|
857
|
+
color: $text-muted !important,
|
|
858
|
+
),
|
|
859
|
+
|
|
860
|
+
'black-50': (
|
|
861
|
+
color: unquote('hsl(from #{$black} h s l / 0.5)') !important,
|
|
862
|
+
),
|
|
863
|
+
|
|
864
|
+
'white-50': (
|
|
865
|
+
color: unquote('hsl(from #{$white} h s l / 0.5)') !important,
|
|
866
|
+
),
|
|
867
|
+
),
|
|
868
|
+
$text-theme-colors
|
|
869
|
+
);
|
|
870
|
+
|
|
871
|
+
$text-decorations: ();
|
|
872
|
+
$text-decorations: map-deep-merge(
|
|
873
|
+
(
|
|
874
|
+
'.text-none, .text-decoration-none': (
|
|
875
|
+
text-decoration: none !important,
|
|
876
|
+
),
|
|
877
|
+
|
|
878
|
+
'.text-underline, .text-decoration-underline': (
|
|
879
|
+
text-decoration: underline !important,
|
|
880
|
+
),
|
|
881
|
+
),
|
|
882
|
+
$text-decorations
|
|
883
|
+
);
|
|
884
|
+
|
|
885
|
+
// Text Truncate
|
|
886
|
+
|
|
887
|
+
$text-truncate: ();
|
|
888
|
+
$text-truncate: map-merge(
|
|
889
|
+
(
|
|
890
|
+
display: block,
|
|
891
|
+
overflow: hidden,
|
|
892
|
+
text-overflow: ellipsis,
|
|
893
|
+
white-space: nowrap,
|
|
894
|
+
),
|
|
895
|
+
$text-truncate
|
|
896
|
+
);
|
|
897
|
+
|
|
898
|
+
// Text Truncate Inline
|
|
899
|
+
|
|
900
|
+
$text-truncate-inline: ();
|
|
901
|
+
$text-truncate-inline: map-deep-merge(
|
|
902
|
+
(
|
|
903
|
+
display: inline-flex,
|
|
904
|
+
max-width: 100%,
|
|
905
|
+
|
|
906
|
+
text-truncate: (
|
|
907
|
+
display: inline-block,
|
|
908
|
+
max-width: 100%,
|
|
909
|
+
overflow: hidden,
|
|
910
|
+
text-overflow: ellipsis,
|
|
911
|
+
vertical-align: bottom,
|
|
912
|
+
white-space: nowrap,
|
|
913
|
+
word-wrap: normal,
|
|
914
|
+
),
|
|
915
|
+
),
|
|
916
|
+
$text-truncate-inline
|
|
917
|
+
);
|
|
918
|
+
|
|
919
|
+
// C Prefers
|
|
920
|
+
|
|
921
|
+
$c-prefers-link-underline: ();
|
|
922
|
+
$c-prefers-link-underline: map-deep-merge(
|
|
923
|
+
(
|
|
924
|
+
'.c-prefers-link-underline .cadmin': (
|
|
925
|
+
'[href]:not(.disabled):not([role="button"])': (
|
|
926
|
+
text-decoration: underline !important,
|
|
927
|
+
),
|
|
928
|
+
|
|
929
|
+
'.btn-monospaced, .nav-btn-monospaced, .nav-link-monospaced': (
|
|
930
|
+
'&[href]:not(.disabled):not([role="button"]):not([role="tab"])::after':
|
|
931
|
+
(
|
|
932
|
+
content: '\00a0\00a0\00a0',
|
|
933
|
+
position: absolute,
|
|
934
|
+
text-decoration: underline !important,
|
|
935
|
+
),
|
|
936
|
+
),
|
|
937
|
+
|
|
938
|
+
'.multi-step-item.active, .multi-step-item.complete, .multi-step-item.error, .dropdown':
|
|
939
|
+
(
|
|
940
|
+
'.multi-step-icon[href]:not([role="button"])::after': (
|
|
941
|
+
content: '\00a0\00a0\00a0',
|
|
942
|
+
position: absolute,
|
|
943
|
+
text-decoration: underline !important,
|
|
944
|
+
),
|
|
945
|
+
),
|
|
946
|
+
|
|
947
|
+
'.multi-step-item.disabled .multi-step-icon[href]:not([role="button"])::after':
|
|
948
|
+
(
|
|
949
|
+
text-decoration: none !important,
|
|
950
|
+
),
|
|
951
|
+
),
|
|
952
|
+
),
|
|
953
|
+
$c-prefers-link-underline
|
|
954
|
+
);
|
|
955
|
+
|
|
956
|
+
$c-prefers-letter-spacing: ();
|
|
957
|
+
$c-prefers-letter-spacing: map-deep-merge(
|
|
958
|
+
(
|
|
959
|
+
'.c-prefers-letter-spacing-1 .cadmin, .c-prefers-letter-spacing-1 .cadmin *':
|
|
960
|
+
(
|
|
961
|
+
letter-spacing: 1px !important,
|
|
962
|
+
),
|
|
963
|
+
),
|
|
964
|
+
$c-prefers-letter-spacing
|
|
965
|
+
);
|
|
966
|
+
|
|
967
|
+
$displays-c-prefers-reduced-motion: ();
|
|
968
|
+
$displays-c-prefers-reduced-motion: map-deep-merge(
|
|
969
|
+
(
|
|
970
|
+
'.cadmin .d-block-c-prefers-reduced-motion': (
|
|
971
|
+
display: none !important,
|
|
972
|
+
),
|
|
973
|
+
'.cadmin .d-inline-block-c-prefers-reduced-motion': (
|
|
974
|
+
display: none !important,
|
|
975
|
+
),
|
|
976
|
+
|
|
977
|
+
'@media (prefers-reduced-motion: reduce)': (
|
|
978
|
+
'.cadmin .d-none-c-prefers-reduced-motion': (
|
|
979
|
+
display: none !important,
|
|
980
|
+
),
|
|
981
|
+
|
|
982
|
+
'.cadmin .d-block-c-prefers-reduced-motion': (
|
|
983
|
+
display: block !important,
|
|
984
|
+
),
|
|
985
|
+
|
|
986
|
+
'.cadmin .d-inline-block-c-prefers-reduced-motion': (
|
|
987
|
+
display: inline-block !important,
|
|
988
|
+
),
|
|
989
|
+
),
|
|
990
|
+
|
|
991
|
+
'.c-prefers-reduced-motion .cadmin': (
|
|
992
|
+
'.d-none-c-prefers-reduced-motion': (
|
|
993
|
+
display: none !important,
|
|
994
|
+
),
|
|
995
|
+
|
|
996
|
+
'.d-block-c-prefers-reduced-motion': (
|
|
997
|
+
display: block !important,
|
|
998
|
+
),
|
|
999
|
+
|
|
1000
|
+
'.d-inline-block-c-prefers-reduced-motion': (
|
|
1001
|
+
display: inline-block !important,
|
|
1002
|
+
),
|
|
1003
|
+
),
|
|
1004
|
+
),
|
|
1005
|
+
$displays-c-prefers-reduced-motion
|
|
1006
|
+
);
|
|
1007
|
+
|
|
1008
|
+
$c-prefers-reduced-motion: ();
|
|
1009
|
+
$c-prefers-reduced-motion: map-merge(
|
|
1010
|
+
(
|
|
1011
|
+
scroll-behavior: auto,
|
|
1012
|
+
transition: clay-enable-transitions(none),
|
|
1013
|
+
),
|
|
1014
|
+
$c-prefers-reduced-motion
|
|
1015
|
+
);
|
|
1016
|
+
}
|