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