@clayui/css 3.160.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 +1581 -1581
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1283 -1283
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +7 -7
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_globals.scss +10 -10
- 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/functions/_global-functions.scss +6 -4
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_globals.scss +8 -8
|
@@ -0,0 +1,1127 @@
|
|
|
1
|
+
@if ($enable-atlas-custom-properties) {
|
|
2
|
+
$custom-forms-transition:
|
|
3
|
+
background-color 0.15s ease-in-out,
|
|
4
|
+
border-color 0.15s ease-in-out,
|
|
5
|
+
box-shadow 0.15s ease-in-out;
|
|
6
|
+
|
|
7
|
+
// Form File
|
|
8
|
+
|
|
9
|
+
$form-file: ();
|
|
10
|
+
$form-file: map-deep-merge(
|
|
11
|
+
(
|
|
12
|
+
border-radius: clay-enable-rounded($input-border-radius),
|
|
13
|
+
display: flex,
|
|
14
|
+
position: relative,
|
|
15
|
+
transition: clay-enable-transitions($input-transition),
|
|
16
|
+
focus-within: (
|
|
17
|
+
background-color: $input-focus-bg,
|
|
18
|
+
box-shadow: $input-focus-box-shadow,
|
|
19
|
+
outline: 0,
|
|
20
|
+
z-index: 1,
|
|
21
|
+
),
|
|
22
|
+
),
|
|
23
|
+
$form-file
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
// Custom Control Indicator
|
|
27
|
+
|
|
28
|
+
$custom-control-indicator-size: 1rem;
|
|
29
|
+
|
|
30
|
+
$custom-control-indicator-bg: $white;
|
|
31
|
+
$custom-control-indicator-bg-size: 8px 8px;
|
|
32
|
+
$custom-control-indicator-border-color: $gray-600;
|
|
33
|
+
$custom-control-indicator-border-style: solid;
|
|
34
|
+
$custom-control-indicator-border-width: $border-width;
|
|
35
|
+
$custom-control-indicator-box-shadow: none;
|
|
36
|
+
$custom-control-indicator-position-top: 0px;
|
|
37
|
+
|
|
38
|
+
$custom-control-indicator-focus-border-color: $custom-control-indicator-border-color;
|
|
39
|
+
$custom-control-indicator-focus-box-shadow: $component-focus-box-shadow;
|
|
40
|
+
|
|
41
|
+
$custom-control-indicator-active-bg: $custom-control-indicator-bg;
|
|
42
|
+
$custom-control-indicator-active-border-color: $custom-control-indicator-border-color;
|
|
43
|
+
$custom-control-indicator-active-box-shadow: none;
|
|
44
|
+
$custom-control-indicator-active-color: $component-active-color;
|
|
45
|
+
|
|
46
|
+
$custom-control-indicator-disabled-bg: if(
|
|
47
|
+
variable-exists(input-disabled-bg),
|
|
48
|
+
$input-disabled-bg,
|
|
49
|
+
$gray-200
|
|
50
|
+
);
|
|
51
|
+
$custom-control-indicator-disabled-border-color: $secondary-l3;
|
|
52
|
+
$custom-control-indicator-disabled-cursor: $disabled-cursor;
|
|
53
|
+
|
|
54
|
+
// Custom Control Indicator Checked
|
|
55
|
+
|
|
56
|
+
$custom-control-indicator-checked-bg: $component-active-bg;
|
|
57
|
+
$custom-control-indicator-checked-color: $component-active-color;
|
|
58
|
+
$custom-control-indicator-checked-border-color: $component-active-bg;
|
|
59
|
+
$custom-control-indicator-checked-box-shadow: none;
|
|
60
|
+
|
|
61
|
+
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-bg` instead
|
|
62
|
+
|
|
63
|
+
$custom-control-indicator-active-checked-bg: $component-active-bg;
|
|
64
|
+
|
|
65
|
+
$custom-control-indicator-checked-active-bg: $custom-control-indicator-active-checked-bg;
|
|
66
|
+
|
|
67
|
+
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-active-border-color` instead
|
|
68
|
+
|
|
69
|
+
$custom-control-indicator-active-checked-border-color: $custom-control-indicator-checked-active-bg;
|
|
70
|
+
|
|
71
|
+
$custom-control-indicator-checked-active-border-color: $custom-control-indicator-active-checked-border-color;
|
|
72
|
+
|
|
73
|
+
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-bg` instead
|
|
74
|
+
|
|
75
|
+
$custom-control-indicator-disabled-checked-bg: unquote(
|
|
76
|
+
'hsl(from #{$component-active-bg} h s calc(l + 32.94))'
|
|
77
|
+
);
|
|
78
|
+
|
|
79
|
+
$custom-control-indicator-checked-disabled-bg: $custom-control-indicator-disabled-checked-bg;
|
|
80
|
+
|
|
81
|
+
// @deprecated as of v2.2.1 use `$custom-control-indicator-checked-disabled-border-color` instead
|
|
82
|
+
|
|
83
|
+
$custom-control-indicator-disabled-checked-border-color: $custom-control-indicator-disabled-checked-bg;
|
|
84
|
+
|
|
85
|
+
$custom-control-indicator-checked-disabled-border-color: $custom-control-indicator-disabled-checked-border-color;
|
|
86
|
+
|
|
87
|
+
// .custom-control
|
|
88
|
+
|
|
89
|
+
$custom-control-cursor: null;
|
|
90
|
+
$custom-control-gutter: 0.5rem;
|
|
91
|
+
$custom-control-spacer-x: 1rem;
|
|
92
|
+
|
|
93
|
+
// @deprecated after of v3.5.0 use the Sass map `$custom-control` instead
|
|
94
|
+
|
|
95
|
+
$custom-control-margin-bottom: 0.5rem;
|
|
96
|
+
|
|
97
|
+
// @deprecated after of v3.5.0 use the Sass map `$custom-control` instead
|
|
98
|
+
|
|
99
|
+
$custom-control-margin-top: null;
|
|
100
|
+
|
|
101
|
+
// @deprecated after of v3.5.0 use the Sass map `$custom-control` instead
|
|
102
|
+
|
|
103
|
+
$custom-control-min-height: 1.5rem;
|
|
104
|
+
|
|
105
|
+
// .custom-control-label
|
|
106
|
+
|
|
107
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
|
|
108
|
+
|
|
109
|
+
$custom-control-description-cursor: if(
|
|
110
|
+
variable-exists(form-check-label-cursor),
|
|
111
|
+
$form-check-label-cursor,
|
|
112
|
+
$link-cursor
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
|
|
116
|
+
|
|
117
|
+
$custom-control-description-font-size: if(
|
|
118
|
+
variable-exists(input-label-font-size),
|
|
119
|
+
$input-label-font-size,
|
|
120
|
+
0.875rem
|
|
121
|
+
);
|
|
122
|
+
|
|
123
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
|
|
124
|
+
|
|
125
|
+
$custom-control-description-font-weight: $font-weight-normal;
|
|
126
|
+
|
|
127
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label` instead
|
|
128
|
+
|
|
129
|
+
$custom-control-description-line-height: $custom-control-min-height;
|
|
130
|
+
|
|
131
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label-text` instead
|
|
132
|
+
|
|
133
|
+
$custom-control-description-padding-left: 0.5rem;
|
|
134
|
+
|
|
135
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label-disabled` instead
|
|
136
|
+
|
|
137
|
+
$custom-control-description-disabled-cursor: $disabled-cursor;
|
|
138
|
+
|
|
139
|
+
// @deprecated as of v2.19.0 use the Sass map `$custom-control-label-text-small` instead
|
|
140
|
+
|
|
141
|
+
$custom-control-description-small-font-size: 100%;
|
|
142
|
+
|
|
143
|
+
$custom-control-label-color: null;
|
|
144
|
+
|
|
145
|
+
$custom-control-label: ();
|
|
146
|
+
$custom-control-label: map-deep-merge(
|
|
147
|
+
(
|
|
148
|
+
color: $custom-control-label-color,
|
|
149
|
+
cursor: $custom-control-description-cursor,
|
|
150
|
+
font-size: $custom-control-description-font-size,
|
|
151
|
+
font-weight: $custom-control-description-font-weight,
|
|
152
|
+
line-height: $custom-control-description-line-height,
|
|
153
|
+
margin-bottom: 0rem,
|
|
154
|
+
position: static,
|
|
155
|
+
vertical-align: top,
|
|
156
|
+
|
|
157
|
+
before: (
|
|
158
|
+
background-color: $custom-control-indicator-bg,
|
|
159
|
+
border-color: $custom-control-indicator-border-color,
|
|
160
|
+
border-style: $custom-control-indicator-border-style,
|
|
161
|
+
border-width: $custom-control-indicator-border-width,
|
|
162
|
+
box-shadow:
|
|
163
|
+
clay-enable-shadows($custom-control-indicator-box-shadow),
|
|
164
|
+
content: '',
|
|
165
|
+
display: block,
|
|
166
|
+
float: left,
|
|
167
|
+
font-size: $custom-control-indicator-size,
|
|
168
|
+
height: $custom-control-indicator-size,
|
|
169
|
+
left: 0rem,
|
|
170
|
+
position: relative,
|
|
171
|
+
top: 0.25rem,
|
|
172
|
+
transition: clay-enable-transitions($custom-forms-transition),
|
|
173
|
+
width: $custom-control-indicator-size,
|
|
174
|
+
),
|
|
175
|
+
|
|
176
|
+
after: (
|
|
177
|
+
background:
|
|
178
|
+
no-repeat
|
|
179
|
+
50% /
|
|
180
|
+
#{$custom-control-indicator-bg-size},
|
|
181
|
+
border-radius: $rounded-circle-border-radius,
|
|
182
|
+
content: '',
|
|
183
|
+
display: block,
|
|
184
|
+
height: 1.5rem,
|
|
185
|
+
left: -0.25rem,
|
|
186
|
+
position: absolute,
|
|
187
|
+
top: $custom-control-indicator-position-top,
|
|
188
|
+
width: 1.5rem,
|
|
189
|
+
),
|
|
190
|
+
),
|
|
191
|
+
$custom-control-label
|
|
192
|
+
);
|
|
193
|
+
|
|
194
|
+
$custom-control-label-disabled-color: if(
|
|
195
|
+
variable-exists(input-label-disabled-color),
|
|
196
|
+
$input-label-disabled-color,
|
|
197
|
+
$gray-500
|
|
198
|
+
);
|
|
199
|
+
|
|
200
|
+
$custom-control-label-disabled: ();
|
|
201
|
+
$custom-control-label-disabled: map-deep-merge(
|
|
202
|
+
(
|
|
203
|
+
color: $custom-control-label-disabled-color,
|
|
204
|
+
cursor: $custom-control-description-disabled-cursor,
|
|
205
|
+
|
|
206
|
+
before: (
|
|
207
|
+
background-color: $custom-control-indicator-disabled-bg,
|
|
208
|
+
border-color: $custom-control-indicator-disabled-border-color,
|
|
209
|
+
box-shadow: none,
|
|
210
|
+
),
|
|
211
|
+
),
|
|
212
|
+
$custom-control-label-disabled
|
|
213
|
+
);
|
|
214
|
+
|
|
215
|
+
// label.custom-control-label
|
|
216
|
+
|
|
217
|
+
$label-custom-control-label: ();
|
|
218
|
+
$label-custom-control-label: map-deep-merge(
|
|
219
|
+
(
|
|
220
|
+
font-size: map-get($custom-control-label, font-size),
|
|
221
|
+
),
|
|
222
|
+
$label-custom-control-label
|
|
223
|
+
);
|
|
224
|
+
|
|
225
|
+
// .custom-control-label-text
|
|
226
|
+
|
|
227
|
+
$custom-control-label-text: ();
|
|
228
|
+
$custom-control-label-text: map-deep-merge(
|
|
229
|
+
(
|
|
230
|
+
padding-left: $custom-control-description-padding-left,
|
|
231
|
+
),
|
|
232
|
+
$custom-control-label-text
|
|
233
|
+
);
|
|
234
|
+
|
|
235
|
+
// .custom-control-label-text small, .custom-control-label-text .small
|
|
236
|
+
|
|
237
|
+
$custom-control-label-text-small: ();
|
|
238
|
+
$custom-control-label-text-small: map-merge(
|
|
239
|
+
(
|
|
240
|
+
font-size: $custom-control-description-small-font-size,
|
|
241
|
+
),
|
|
242
|
+
$custom-control-label-text-small
|
|
243
|
+
);
|
|
244
|
+
|
|
245
|
+
$custom-control: ();
|
|
246
|
+
$custom-control: map-deep-merge(
|
|
247
|
+
(
|
|
248
|
+
cursor: $custom-control-cursor,
|
|
249
|
+
display: block,
|
|
250
|
+
line-height: 1,
|
|
251
|
+
margin-bottom: $custom-control-margin-bottom,
|
|
252
|
+
margin-top: $custom-control-margin-top,
|
|
253
|
+
min-height: $custom-control-min-height,
|
|
254
|
+
position: relative,
|
|
255
|
+
text-align: left,
|
|
256
|
+
|
|
257
|
+
only-child: (
|
|
258
|
+
margin-bottom: 0rem,
|
|
259
|
+
),
|
|
260
|
+
|
|
261
|
+
label: (
|
|
262
|
+
cursor: map-get($custom-control-label, cursor),
|
|
263
|
+
display: inline,
|
|
264
|
+
font-size: $font-size-base,
|
|
265
|
+
margin-bottom: 0rem,
|
|
266
|
+
),
|
|
267
|
+
),
|
|
268
|
+
$custom-control
|
|
269
|
+
);
|
|
270
|
+
|
|
271
|
+
// .custom-control-input
|
|
272
|
+
|
|
273
|
+
$custom-control-input: ();
|
|
274
|
+
$custom-control-input: map-deep-merge(
|
|
275
|
+
(
|
|
276
|
+
cursor: $link-cursor,
|
|
277
|
+
height: 1.5rem,
|
|
278
|
+
left: -0.25rem,
|
|
279
|
+
opacity: 0,
|
|
280
|
+
position: absolute,
|
|
281
|
+
top: $custom-control-indicator-position-top,
|
|
282
|
+
width: 1.5rem,
|
|
283
|
+
z-index: 1,
|
|
284
|
+
|
|
285
|
+
focus: (
|
|
286
|
+
custom-control-label: (
|
|
287
|
+
before: (
|
|
288
|
+
border-color:
|
|
289
|
+
$custom-control-indicator-focus-border-color,
|
|
290
|
+
),
|
|
291
|
+
|
|
292
|
+
after: (
|
|
293
|
+
box-shadow: $custom-control-indicator-focus-box-shadow,
|
|
294
|
+
),
|
|
295
|
+
),
|
|
296
|
+
),
|
|
297
|
+
|
|
298
|
+
active: (
|
|
299
|
+
custom-control-label: (
|
|
300
|
+
before: (
|
|
301
|
+
background-color: $custom-control-indicator-active-bg,
|
|
302
|
+
border-color:
|
|
303
|
+
$custom-control-indicator-active-border-color,
|
|
304
|
+
box-shadow: $custom-control-indicator-active-box-shadow,
|
|
305
|
+
color: $custom-control-indicator-active-color,
|
|
306
|
+
),
|
|
307
|
+
),
|
|
308
|
+
),
|
|
309
|
+
|
|
310
|
+
disabled: (
|
|
311
|
+
custom-control-label: $custom-control-label-disabled,
|
|
312
|
+
),
|
|
313
|
+
|
|
314
|
+
readonly: (
|
|
315
|
+
custom-control-label: (
|
|
316
|
+
color: $gray-900,
|
|
317
|
+
|
|
318
|
+
before: (
|
|
319
|
+
background-color: $gray-200,
|
|
320
|
+
border-color: $secondary-l3,
|
|
321
|
+
),
|
|
322
|
+
),
|
|
323
|
+
|
|
324
|
+
disabled: (
|
|
325
|
+
custom-control-label: (
|
|
326
|
+
color: $custom-control-label-disabled-color,
|
|
327
|
+
),
|
|
328
|
+
),
|
|
329
|
+
),
|
|
330
|
+
|
|
331
|
+
checked: (
|
|
332
|
+
custom-control-label: (
|
|
333
|
+
before: (
|
|
334
|
+
background-color: $custom-control-indicator-checked-bg,
|
|
335
|
+
border-color:
|
|
336
|
+
$custom-control-indicator-checked-border-color,
|
|
337
|
+
box-shadow:
|
|
338
|
+
clay-enable-shadows(
|
|
339
|
+
$custom-control-indicator-checked-box-shadow
|
|
340
|
+
),
|
|
341
|
+
color: $custom-control-indicator-checked-color,
|
|
342
|
+
),
|
|
343
|
+
),
|
|
344
|
+
|
|
345
|
+
active: (
|
|
346
|
+
custom-control-label: (
|
|
347
|
+
before: (
|
|
348
|
+
background-color:
|
|
349
|
+
$custom-control-indicator-checked-active-bg,
|
|
350
|
+
border-color:
|
|
351
|
+
$custom-control-indicator-checked-active-border-color,
|
|
352
|
+
),
|
|
353
|
+
),
|
|
354
|
+
),
|
|
355
|
+
|
|
356
|
+
disabled: (
|
|
357
|
+
cursor: $custom-control-indicator-disabled-cursor,
|
|
358
|
+
|
|
359
|
+
custom-control-label: (
|
|
360
|
+
before: (
|
|
361
|
+
background-color:
|
|
362
|
+
$custom-control-indicator-disabled-bg,
|
|
363
|
+
box-shadow: none,
|
|
364
|
+
),
|
|
365
|
+
),
|
|
366
|
+
),
|
|
367
|
+
|
|
368
|
+
readonly: (
|
|
369
|
+
custom-control-label: (
|
|
370
|
+
before: (
|
|
371
|
+
background-color: $custom-control-indicator-bg,
|
|
372
|
+
border-color:
|
|
373
|
+
$custom-control-indicator-border-color,
|
|
374
|
+
),
|
|
375
|
+
),
|
|
376
|
+
),
|
|
377
|
+
),
|
|
378
|
+
),
|
|
379
|
+
$custom-control-input
|
|
380
|
+
);
|
|
381
|
+
|
|
382
|
+
// Custom Control Primary
|
|
383
|
+
|
|
384
|
+
$custom-control-primary-label-text: ();
|
|
385
|
+
$custom-control-primary-label-text: map-deep-merge(
|
|
386
|
+
(
|
|
387
|
+
font-weight: $font-weight-semi-bold,
|
|
388
|
+
),
|
|
389
|
+
$custom-control-primary-label-text
|
|
390
|
+
);
|
|
391
|
+
|
|
392
|
+
// Custom Checkbox
|
|
393
|
+
|
|
394
|
+
$custom-checkbox-indicator-border-radius: 0.125rem;
|
|
395
|
+
|
|
396
|
+
$custom-checkbox-indicator-icon-checked: clay-icon(check-small, #fff);
|
|
397
|
+
$custom-checkbox-indicator-icon-checked-bg-size: 1rem;
|
|
398
|
+
|
|
399
|
+
$custom-checkbox-indicator-indeterminate-bg: $component-active-bg;
|
|
400
|
+
$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg;
|
|
401
|
+
|
|
402
|
+
$custom-control-indicator-indeterminate-border-color: $custom-control-indicator-checked-active-bg;
|
|
403
|
+
|
|
404
|
+
$custom-checkbox-indicator-indeterminate-box-shadow: none;
|
|
405
|
+
$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color;
|
|
406
|
+
|
|
407
|
+
$custom-checkbox-indicator-icon-indeterminate: clay-icon(hr, #fff);
|
|
408
|
+
$custom-checkbox-indicator-icon-indeterminate-bg-size: 1rem;
|
|
409
|
+
|
|
410
|
+
$custom-checkbox: ();
|
|
411
|
+
$custom-checkbox: map-deep-merge(
|
|
412
|
+
(
|
|
413
|
+
custom-control-input: (
|
|
414
|
+
custom-control-label: (
|
|
415
|
+
before: (
|
|
416
|
+
border-radius:
|
|
417
|
+
clay-enable-rounded(
|
|
418
|
+
$custom-checkbox-indicator-border-radius
|
|
419
|
+
),
|
|
420
|
+
),
|
|
421
|
+
),
|
|
422
|
+
|
|
423
|
+
checked: (
|
|
424
|
+
custom-control-label: (
|
|
425
|
+
before: (),
|
|
426
|
+
after: (
|
|
427
|
+
background-image:
|
|
428
|
+
$custom-checkbox-indicator-icon-checked,
|
|
429
|
+
background-size:
|
|
430
|
+
$custom-checkbox-indicator-icon-checked-bg-size,
|
|
431
|
+
),
|
|
432
|
+
),
|
|
433
|
+
|
|
434
|
+
disabled: (
|
|
435
|
+
custom-control-label: (
|
|
436
|
+
before: (
|
|
437
|
+
background-color:
|
|
438
|
+
$custom-control-indicator-checked-disabled-bg,
|
|
439
|
+
border-color:
|
|
440
|
+
$custom-control-indicator-checked-disabled-border-color,
|
|
441
|
+
),
|
|
442
|
+
),
|
|
443
|
+
),
|
|
444
|
+
|
|
445
|
+
readonly: (
|
|
446
|
+
custom-control-label: (
|
|
447
|
+
before: (
|
|
448
|
+
background-color: $custom-control-indicator-bg,
|
|
449
|
+
border-color: $secondary-l2,
|
|
450
|
+
),
|
|
451
|
+
|
|
452
|
+
after: (
|
|
453
|
+
background-image:
|
|
454
|
+
clay-icon(check-small, #6b6c7e),
|
|
455
|
+
),
|
|
456
|
+
),
|
|
457
|
+
|
|
458
|
+
disabled: (
|
|
459
|
+
custom-control-label: (
|
|
460
|
+
before: (
|
|
461
|
+
opacity: 0.4,
|
|
462
|
+
),
|
|
463
|
+
|
|
464
|
+
after: (
|
|
465
|
+
opacity: 0.4,
|
|
466
|
+
),
|
|
467
|
+
),
|
|
468
|
+
),
|
|
469
|
+
),
|
|
470
|
+
),
|
|
471
|
+
|
|
472
|
+
indeterminate: (
|
|
473
|
+
custom-control-label: (
|
|
474
|
+
before: (
|
|
475
|
+
background-color:
|
|
476
|
+
$custom-checkbox-indicator-indeterminate-bg,
|
|
477
|
+
border-color:
|
|
478
|
+
$custom-control-indicator-indeterminate-border-color,
|
|
479
|
+
box-shadow:
|
|
480
|
+
$custom-checkbox-indicator-indeterminate-box-shadow,
|
|
481
|
+
),
|
|
482
|
+
|
|
483
|
+
after: (
|
|
484
|
+
background-image:
|
|
485
|
+
$custom-checkbox-indicator-icon-indeterminate,
|
|
486
|
+
background-size:
|
|
487
|
+
$custom-checkbox-indicator-icon-indeterminate-bg-size,
|
|
488
|
+
),
|
|
489
|
+
),
|
|
490
|
+
|
|
491
|
+
disabled: (
|
|
492
|
+
custom-control-label: (
|
|
493
|
+
before: (
|
|
494
|
+
background-color:
|
|
495
|
+
$custom-control-indicator-checked-disabled-bg,
|
|
496
|
+
border-color:
|
|
497
|
+
$custom-control-indicator-checked-disabled-border-color,
|
|
498
|
+
),
|
|
499
|
+
),
|
|
500
|
+
),
|
|
501
|
+
|
|
502
|
+
readonly: (
|
|
503
|
+
custom-control-label: (
|
|
504
|
+
before: (
|
|
505
|
+
background-color: $custom-control-indicator-bg,
|
|
506
|
+
border-color: $secondary-l2,
|
|
507
|
+
),
|
|
508
|
+
|
|
509
|
+
after: (
|
|
510
|
+
background-image: clay-icon(hr, #6b6c7e),
|
|
511
|
+
),
|
|
512
|
+
),
|
|
513
|
+
|
|
514
|
+
disabled: (
|
|
515
|
+
custom-control-label: (
|
|
516
|
+
before: (
|
|
517
|
+
opacity: 0.4,
|
|
518
|
+
),
|
|
519
|
+
|
|
520
|
+
after: (
|
|
521
|
+
opacity: 0.4,
|
|
522
|
+
),
|
|
523
|
+
),
|
|
524
|
+
),
|
|
525
|
+
),
|
|
526
|
+
),
|
|
527
|
+
),
|
|
528
|
+
),
|
|
529
|
+
$custom-checkbox
|
|
530
|
+
);
|
|
531
|
+
|
|
532
|
+
// Custom Radio
|
|
533
|
+
|
|
534
|
+
$custom-radio-indicator-border-radius: 50%;
|
|
535
|
+
|
|
536
|
+
$custom-radio-indicator-icon-checked: clay-icon(circle, #fff);
|
|
537
|
+
$custom-radio-indicator-icon-checked-bg-size: 0.5rem;
|
|
538
|
+
|
|
539
|
+
$custom-radio-indicator-disabled-border-color: $custom-control-indicator-disabled-bg;
|
|
540
|
+
|
|
541
|
+
// @deprecated as of v2.2.1 use `$custom-radio-indicator-checked-disabled-border-color` instead
|
|
542
|
+
|
|
543
|
+
$custom-radio-indicator-disabled-checked-border-color: $custom-control-indicator-disabled-checked-border-color;
|
|
544
|
+
|
|
545
|
+
$custom-radio-indicator-checked-disabled-border-color: $custom-radio-indicator-disabled-checked-border-color;
|
|
546
|
+
|
|
547
|
+
$custom-radio: ();
|
|
548
|
+
$custom-radio: map-deep-merge(
|
|
549
|
+
(
|
|
550
|
+
custom-control-input: (
|
|
551
|
+
custom-control-label: (
|
|
552
|
+
before: (
|
|
553
|
+
border-radius: $custom-radio-indicator-border-radius,
|
|
554
|
+
),
|
|
555
|
+
),
|
|
556
|
+
|
|
557
|
+
disabled: (
|
|
558
|
+
custom-control-label: (
|
|
559
|
+
before: (
|
|
560
|
+
border-color:
|
|
561
|
+
$custom-radio-indicator-disabled-border-color,
|
|
562
|
+
),
|
|
563
|
+
),
|
|
564
|
+
),
|
|
565
|
+
|
|
566
|
+
checked: (
|
|
567
|
+
custom-control-label: (
|
|
568
|
+
after: (
|
|
569
|
+
background-image:
|
|
570
|
+
$custom-radio-indicator-icon-checked,
|
|
571
|
+
background-size:
|
|
572
|
+
$custom-radio-indicator-icon-checked-bg-size,
|
|
573
|
+
),
|
|
574
|
+
),
|
|
575
|
+
|
|
576
|
+
disabled: (
|
|
577
|
+
custom-control-label: (
|
|
578
|
+
before: (
|
|
579
|
+
background-color:
|
|
580
|
+
$custom-control-indicator-checked-disabled-bg,
|
|
581
|
+
border-color:
|
|
582
|
+
$custom-radio-indicator-checked-disabled-border-color,
|
|
583
|
+
),
|
|
584
|
+
),
|
|
585
|
+
),
|
|
586
|
+
),
|
|
587
|
+
),
|
|
588
|
+
),
|
|
589
|
+
$custom-radio
|
|
590
|
+
);
|
|
591
|
+
|
|
592
|
+
$custom-control-outside: ();
|
|
593
|
+
$custom-control-outside: map-deep-merge(
|
|
594
|
+
(
|
|
595
|
+
label: (
|
|
596
|
+
display: inline-block,
|
|
597
|
+
padding-left:
|
|
598
|
+
calc(
|
|
599
|
+
#{$custom-control-indicator-size} +
|
|
600
|
+
#{$custom-control-description-padding-left}
|
|
601
|
+
),
|
|
602
|
+
),
|
|
603
|
+
|
|
604
|
+
custom-control-input: (
|
|
605
|
+
custom-control-label: (
|
|
606
|
+
before: (
|
|
607
|
+
position: absolute,
|
|
608
|
+
),
|
|
609
|
+
),
|
|
610
|
+
),
|
|
611
|
+
|
|
612
|
+
custom-control-label-text: (
|
|
613
|
+
padding-left: 0rem,
|
|
614
|
+
),
|
|
615
|
+
),
|
|
616
|
+
$custom-control-outside
|
|
617
|
+
);
|
|
618
|
+
|
|
619
|
+
// Custom Switch
|
|
620
|
+
|
|
621
|
+
// @deprecated as of v3.x with no replacement
|
|
622
|
+
|
|
623
|
+
$custom-switch-width: calc(#{$custom-control-indicator-size} * 1.75);
|
|
624
|
+
|
|
625
|
+
// @deprecated as of v3.x with no replacement
|
|
626
|
+
|
|
627
|
+
$custom-switch-indicator-border-radius: calc(
|
|
628
|
+
#{$custom-control-indicator-size} * 0.5
|
|
629
|
+
);
|
|
630
|
+
|
|
631
|
+
// @deprecated as of v3.x with no replacement
|
|
632
|
+
|
|
633
|
+
$custom-switch-indicator-size: calc(
|
|
634
|
+
#{$custom-control-indicator-size} -
|
|
635
|
+
(#{$custom-control-indicator-border-width} * 4)
|
|
636
|
+
);
|
|
637
|
+
|
|
638
|
+
// Custom Select
|
|
639
|
+
|
|
640
|
+
// @deprecated as of v3.x with no replacement
|
|
641
|
+
|
|
642
|
+
$custom-select-bg: if(variable-exists(input-bg), $input-bg, $white);
|
|
643
|
+
|
|
644
|
+
// @deprecated as of v3.x with no replacement
|
|
645
|
+
|
|
646
|
+
$custom-select-bg-size: 8px 10px;
|
|
647
|
+
|
|
648
|
+
// @deprecated as of v3.x with no replacement
|
|
649
|
+
|
|
650
|
+
$custom-select-border-color: if(
|
|
651
|
+
variable-exists(input-border-color),
|
|
652
|
+
$input-border-color,
|
|
653
|
+
$gray-400
|
|
654
|
+
);
|
|
655
|
+
|
|
656
|
+
// @deprecated as of v3.x with no replacement
|
|
657
|
+
|
|
658
|
+
$custom-select-border-radius: $border-radius;
|
|
659
|
+
|
|
660
|
+
// @deprecated as of v3.x with no replacement
|
|
661
|
+
|
|
662
|
+
$custom-select-border-width: if(
|
|
663
|
+
variable-exists(input-border-width),
|
|
664
|
+
$input-border-width,
|
|
665
|
+
0.0625rem
|
|
666
|
+
);
|
|
667
|
+
|
|
668
|
+
// @deprecated as of v3.x with no replacement
|
|
669
|
+
|
|
670
|
+
$custom-select-box-shadow: inset
|
|
671
|
+
0
|
|
672
|
+
1px
|
|
673
|
+
2px
|
|
674
|
+
unquote('hsl(from #{$black} h s l / 0.075)');
|
|
675
|
+
|
|
676
|
+
// @deprecated as of v3.x with no replacement
|
|
677
|
+
|
|
678
|
+
$custom-select-color: if(
|
|
679
|
+
variable-exists(input-color),
|
|
680
|
+
$input-color,
|
|
681
|
+
$gray-700
|
|
682
|
+
);
|
|
683
|
+
|
|
684
|
+
// @deprecated as of v3.x with no replacement
|
|
685
|
+
|
|
686
|
+
$custom-select-font-family: if(
|
|
687
|
+
variable-exists(input-font-family),
|
|
688
|
+
$input-font-family,
|
|
689
|
+
null
|
|
690
|
+
);
|
|
691
|
+
|
|
692
|
+
// @deprecated as of v3.x with no replacement
|
|
693
|
+
|
|
694
|
+
$custom-select-font-size: if(
|
|
695
|
+
variable-exists(input-font-size),
|
|
696
|
+
$input-font-size,
|
|
697
|
+
$font-size-base
|
|
698
|
+
);
|
|
699
|
+
|
|
700
|
+
// @deprecated as of v3.x with no replacement
|
|
701
|
+
|
|
702
|
+
$custom-select-font-weight: if(
|
|
703
|
+
variable-exists(input-font-weight),
|
|
704
|
+
$input-font-weight,
|
|
705
|
+
$font-weight-base
|
|
706
|
+
);
|
|
707
|
+
|
|
708
|
+
// @deprecated as of v3.x with no replacement
|
|
709
|
+
|
|
710
|
+
$custom-select-height: if(
|
|
711
|
+
variable-exists(input-height),
|
|
712
|
+
$input-height,
|
|
713
|
+
2.375rem
|
|
714
|
+
);
|
|
715
|
+
|
|
716
|
+
// @deprecated as of v3.x with no replacement
|
|
717
|
+
|
|
718
|
+
$custom-select-indicator-padding: 1rem;
|
|
719
|
+
|
|
720
|
+
// @deprecated as of v3.x with no replacement
|
|
721
|
+
|
|
722
|
+
$custom-select-line-height: if(
|
|
723
|
+
variable-exists(input-line-height),
|
|
724
|
+
$input-line-height,
|
|
725
|
+
$line-height-base
|
|
726
|
+
);
|
|
727
|
+
|
|
728
|
+
// @deprecated as of v3.x with no replacement
|
|
729
|
+
|
|
730
|
+
$custom-select-padding-x: if(
|
|
731
|
+
variable-exists(input-padding-x),
|
|
732
|
+
$input-padding-x,
|
|
733
|
+
0.75rem
|
|
734
|
+
);
|
|
735
|
+
|
|
736
|
+
// @deprecated as of v3.x with no replacement
|
|
737
|
+
|
|
738
|
+
$custom-select-padding-y: if(
|
|
739
|
+
variable-exists(input-padding-y),
|
|
740
|
+
$input-padding-y,
|
|
741
|
+
0.375rem
|
|
742
|
+
);
|
|
743
|
+
|
|
744
|
+
// @deprecated as of v3.x with no replacement
|
|
745
|
+
|
|
746
|
+
$custom-select-indicator-color: $gray-800;
|
|
747
|
+
|
|
748
|
+
// @deprecated as of v3.x with no replacement
|
|
749
|
+
|
|
750
|
+
$custom-select-indicator: clay-svg-url(
|
|
751
|
+
"<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>"
|
|
752
|
+
);
|
|
753
|
+
|
|
754
|
+
// @deprecated as of v3.x with no replacement
|
|
755
|
+
|
|
756
|
+
$custom-select-background: $custom-select-indicator
|
|
757
|
+
no-repeat
|
|
758
|
+
right
|
|
759
|
+
$custom-select-padding-x
|
|
760
|
+
center /
|
|
761
|
+
$custom-select-bg-size;
|
|
762
|
+
|
|
763
|
+
// Custom Select Focus
|
|
764
|
+
|
|
765
|
+
// @deprecated as of v3.x with no replacement
|
|
766
|
+
|
|
767
|
+
$custom-select-focus-border-color: if(
|
|
768
|
+
variable-exists(input-focus-border-color),
|
|
769
|
+
$input-focus-border-color,
|
|
770
|
+
unquote('hsl(from #{$component-active-bg} h s calc(l + 25))')
|
|
771
|
+
);
|
|
772
|
+
|
|
773
|
+
// @deprecated as of v3.x with no replacement
|
|
774
|
+
|
|
775
|
+
$custom-select-focus-width: if(
|
|
776
|
+
variable-exists(input-focus-width),
|
|
777
|
+
$input-focus-width,
|
|
778
|
+
0.2rem
|
|
779
|
+
);
|
|
780
|
+
|
|
781
|
+
// @deprecated as of v3.x with no replacement
|
|
782
|
+
|
|
783
|
+
$custom-select-focus-box-shadow: 0
|
|
784
|
+
0
|
|
785
|
+
0
|
|
786
|
+
$custom-select-focus-width
|
|
787
|
+
$custom-select-focus-border-color;
|
|
788
|
+
|
|
789
|
+
// Custom Select Disabled
|
|
790
|
+
|
|
791
|
+
// @deprecated as of v3.x with no replacement
|
|
792
|
+
|
|
793
|
+
$custom-select-disabled-bg: $gray-200;
|
|
794
|
+
|
|
795
|
+
// @deprecated as of v3.x with no replacement
|
|
796
|
+
|
|
797
|
+
$custom-select-disabled-color: $gray-600;
|
|
798
|
+
|
|
799
|
+
// Custom Select Feedback
|
|
800
|
+
|
|
801
|
+
// @deprecated as of v3.x with no replacement
|
|
802
|
+
|
|
803
|
+
$custom-select-feedback-icon-padding-right: calc(
|
|
804
|
+
(1em * 0.75) +
|
|
805
|
+
(2 * #{$custom-select-padding-y} * 0.75) +
|
|
806
|
+
#{$custom-select-padding-x} +
|
|
807
|
+
#{$custom-select-indicator-padding}
|
|
808
|
+
);
|
|
809
|
+
|
|
810
|
+
// @deprecated as of v3.x with no replacement
|
|
811
|
+
|
|
812
|
+
$custom-select-feedback-icon-position: center
|
|
813
|
+
right
|
|
814
|
+
calc(#{$custom-select-padding-x} + #{$custom-select-indicator-padding});
|
|
815
|
+
|
|
816
|
+
// @deprecated as of v3.x with no replacement
|
|
817
|
+
|
|
818
|
+
$custom-select-feedback-icon-size: 18px 18px;
|
|
819
|
+
|
|
820
|
+
// Custom Select Lg
|
|
821
|
+
|
|
822
|
+
// @deprecated as of v3.x with no replacement
|
|
823
|
+
|
|
824
|
+
$custom-select-font-size-lg: if(
|
|
825
|
+
variable-exists(input-font-size-lg),
|
|
826
|
+
$input-font-size-lg,
|
|
827
|
+
$font-size-lg
|
|
828
|
+
);
|
|
829
|
+
|
|
830
|
+
// @deprecated as of v3.x with no replacement
|
|
831
|
+
|
|
832
|
+
$custom-select-height-lg: if(
|
|
833
|
+
variable-exists(input-height-lg),
|
|
834
|
+
$input-height-lg,
|
|
835
|
+
3rem
|
|
836
|
+
);
|
|
837
|
+
|
|
838
|
+
// @deprecated as of v3.x with no replacement
|
|
839
|
+
|
|
840
|
+
$custom-select-padding-x-lg: if(
|
|
841
|
+
variable-exists(input-padding-x-lg),
|
|
842
|
+
$input-padding-x-lg,
|
|
843
|
+
1rem
|
|
844
|
+
);
|
|
845
|
+
|
|
846
|
+
// @deprecated as of v3.x with no replacement
|
|
847
|
+
|
|
848
|
+
$custom-select-padding-y-lg: if(
|
|
849
|
+
variable-exists(input-padding-y-lg),
|
|
850
|
+
$input-padding-y-lg,
|
|
851
|
+
0.5rem
|
|
852
|
+
);
|
|
853
|
+
|
|
854
|
+
// Custom Select Sm
|
|
855
|
+
|
|
856
|
+
// @deprecated as of v3.x with no replacement
|
|
857
|
+
|
|
858
|
+
$custom-select-font-size-sm: if(
|
|
859
|
+
variable-exists(input-font-size-sm),
|
|
860
|
+
$input-font-size-sm,
|
|
861
|
+
$font-size-sm
|
|
862
|
+
);
|
|
863
|
+
|
|
864
|
+
// @deprecated as of v3.x with no replacement
|
|
865
|
+
|
|
866
|
+
$custom-select-height-sm: if(
|
|
867
|
+
variable-exists(input-height-sm),
|
|
868
|
+
$input-height-sm,
|
|
869
|
+
1.9375rem
|
|
870
|
+
);
|
|
871
|
+
|
|
872
|
+
// @deprecated as of v3.x with no replacement
|
|
873
|
+
|
|
874
|
+
$custom-select-padding-x-sm: if(
|
|
875
|
+
variable-exists(input-padding-x-sm),
|
|
876
|
+
$input-padding-x-sm,
|
|
877
|
+
0.5rem
|
|
878
|
+
);
|
|
879
|
+
|
|
880
|
+
// @deprecated as of v3.x with no replacement
|
|
881
|
+
|
|
882
|
+
$custom-select-padding-y-sm: if(
|
|
883
|
+
variable-exists(input-padding-y-sm),
|
|
884
|
+
$input-padding-y-sm,
|
|
885
|
+
0.25rem
|
|
886
|
+
);
|
|
887
|
+
|
|
888
|
+
// Custom Range
|
|
889
|
+
|
|
890
|
+
// @deprecated as of v3.x with no replacement
|
|
891
|
+
|
|
892
|
+
$custom-range-track-bg: $gray-300;
|
|
893
|
+
|
|
894
|
+
// @deprecated as of v3.x with no replacement
|
|
895
|
+
|
|
896
|
+
$custom-range-track-border-radius: 1rem;
|
|
897
|
+
|
|
898
|
+
// @deprecated as of v3.x with no replacement
|
|
899
|
+
|
|
900
|
+
$custom-range-track-box-shadow: inset
|
|
901
|
+
0
|
|
902
|
+
0.25rem
|
|
903
|
+
0.25rem
|
|
904
|
+
unquote('hsl(from #{$black} h s l / 0.1)');
|
|
905
|
+
|
|
906
|
+
// @deprecated as of v3.x with no replacement
|
|
907
|
+
|
|
908
|
+
$custom-range-track-cursor: pointer;
|
|
909
|
+
|
|
910
|
+
// @deprecated as of v3.x with no replacement
|
|
911
|
+
|
|
912
|
+
$custom-range-track-height: 0.5rem;
|
|
913
|
+
|
|
914
|
+
// @deprecated as of v3.x with no replacement
|
|
915
|
+
|
|
916
|
+
$custom-range-track-width: 100%;
|
|
917
|
+
|
|
918
|
+
// @deprecated as of v3.x with no replacement
|
|
919
|
+
|
|
920
|
+
$custom-range-thumb-bg: $component-active-bg;
|
|
921
|
+
|
|
922
|
+
// @deprecated as of v3.x with no replacement
|
|
923
|
+
|
|
924
|
+
$custom-range-thumb-border: 0px;
|
|
925
|
+
|
|
926
|
+
// @deprecated as of v3.x with no replacement
|
|
927
|
+
|
|
928
|
+
$custom-range-thumb-border-radius: 1rem;
|
|
929
|
+
|
|
930
|
+
// @deprecated as of v3.x with no replacement
|
|
931
|
+
|
|
932
|
+
$custom-range-thumb-box-shadow: 0
|
|
933
|
+
0.1rem
|
|
934
|
+
0.25rem
|
|
935
|
+
unquote('hsl(from #{$black} h s l / 0.1)');
|
|
936
|
+
|
|
937
|
+
// @deprecated as of v3.x with no replacement
|
|
938
|
+
|
|
939
|
+
$custom-range-thumb-width: 1rem;
|
|
940
|
+
|
|
941
|
+
// @deprecated as of v3.x with no replacement
|
|
942
|
+
|
|
943
|
+
$custom-range-thumb-height: $custom-range-thumb-width;
|
|
944
|
+
|
|
945
|
+
// @deprecated as of v3.x with no replacement
|
|
946
|
+
|
|
947
|
+
$custom-range-thumb-focus-box-shadow:
|
|
948
|
+
0 0 0 1px $body-bg,
|
|
949
|
+
if(
|
|
950
|
+
variable-exists(input-focus-box-shadow),
|
|
951
|
+
$input-focus-box-shadow,
|
|
952
|
+
$component-focus-box-shadow
|
|
953
|
+
);
|
|
954
|
+
|
|
955
|
+
// @deprecated as of v3.x with no replacement
|
|
956
|
+
|
|
957
|
+
$custom-range-thumb-focus-box-shadow-width: if(
|
|
958
|
+
variable-exists(input-focus-width),
|
|
959
|
+
$input-focus-width,
|
|
960
|
+
0.2rem
|
|
961
|
+
);
|
|
962
|
+
|
|
963
|
+
// @deprecated as of v3.x with no replacement
|
|
964
|
+
|
|
965
|
+
$custom-range-thumb-active-bg: unquote(
|
|
966
|
+
'hsl(from #{$component-active-bg} h s calc(l + 35))'
|
|
967
|
+
);
|
|
968
|
+
|
|
969
|
+
// @deprecated as of v3.x with no replacement
|
|
970
|
+
|
|
971
|
+
$custom-range-thumb-disabled-bg: $gray-500;
|
|
972
|
+
|
|
973
|
+
// Custom File
|
|
974
|
+
|
|
975
|
+
// @deprecated as of v3.x with no replacement
|
|
976
|
+
|
|
977
|
+
$custom-file-bg: if(variable-exists(input-bg), $input-bg, $white);
|
|
978
|
+
|
|
979
|
+
// @deprecated as of v3.x with no replacement
|
|
980
|
+
|
|
981
|
+
$custom-file-border-color: if(
|
|
982
|
+
variable-exists(input-border-color),
|
|
983
|
+
$input-border-color,
|
|
984
|
+
$gray-400
|
|
985
|
+
);
|
|
986
|
+
|
|
987
|
+
// @deprecated as of v3.x with no replacement
|
|
988
|
+
|
|
989
|
+
$custom-file-border-width: if(
|
|
990
|
+
variable-exists(input-border-width),
|
|
991
|
+
$input-border-width,
|
|
992
|
+
0.0625rem
|
|
993
|
+
);
|
|
994
|
+
|
|
995
|
+
// @deprecated as of v3.x with no replacement
|
|
996
|
+
|
|
997
|
+
$custom-file-border-radius: if(
|
|
998
|
+
variable-exists(input-border-radius),
|
|
999
|
+
$input-border-radius,
|
|
1000
|
+
$border-radius
|
|
1001
|
+
);
|
|
1002
|
+
|
|
1003
|
+
// @deprecated as of v3.x with no replacement
|
|
1004
|
+
|
|
1005
|
+
$custom-file-box-shadow: if(
|
|
1006
|
+
variable-exists(input-box-shadow),
|
|
1007
|
+
$input-box-shadow,
|
|
1008
|
+
inset 0 1px 1px unquote('hsl(from #{$black} h s l / 0.075)')
|
|
1009
|
+
);
|
|
1010
|
+
|
|
1011
|
+
// @deprecated as of v3.x with no replacement
|
|
1012
|
+
|
|
1013
|
+
$custom-file-color: if(
|
|
1014
|
+
variable-exists(input-color),
|
|
1015
|
+
$input-color,
|
|
1016
|
+
$gray-700
|
|
1017
|
+
);
|
|
1018
|
+
|
|
1019
|
+
// @deprecated as of v3.x with no replacement
|
|
1020
|
+
|
|
1021
|
+
$custom-file-font-family: if(
|
|
1022
|
+
variable-exists(input-font-family),
|
|
1023
|
+
$input-font-family,
|
|
1024
|
+
null
|
|
1025
|
+
);
|
|
1026
|
+
|
|
1027
|
+
// @deprecated as of v3.x with no replacement
|
|
1028
|
+
|
|
1029
|
+
$custom-file-font-weight: if(
|
|
1030
|
+
variable-exists(input-font-weight),
|
|
1031
|
+
$input-font-weight,
|
|
1032
|
+
$font-weight-base
|
|
1033
|
+
);
|
|
1034
|
+
|
|
1035
|
+
// @deprecated as of v3.x with no replacement
|
|
1036
|
+
|
|
1037
|
+
$custom-file-height-inner: 36px;
|
|
1038
|
+
|
|
1039
|
+
// @deprecated as of v3.x with no replacement
|
|
1040
|
+
|
|
1041
|
+
$custom-file-height: if(
|
|
1042
|
+
variable-exists(input-height),
|
|
1043
|
+
$input-height,
|
|
1044
|
+
2.375rem
|
|
1045
|
+
);
|
|
1046
|
+
|
|
1047
|
+
// @deprecated as of v3.x with no replacement
|
|
1048
|
+
|
|
1049
|
+
$custom-file-line-height: if(
|
|
1050
|
+
variable-exists(input-line-height),
|
|
1051
|
+
$input-line-height,
|
|
1052
|
+
$line-height-base
|
|
1053
|
+
);
|
|
1054
|
+
|
|
1055
|
+
// @deprecated as of v3.x with no replacement
|
|
1056
|
+
|
|
1057
|
+
$custom-file-padding-x: if(
|
|
1058
|
+
variable-exists(input-padding-x),
|
|
1059
|
+
$input-padding-x,
|
|
1060
|
+
0.75rem
|
|
1061
|
+
);
|
|
1062
|
+
|
|
1063
|
+
// @deprecated as of v3.x with no replacement
|
|
1064
|
+
|
|
1065
|
+
$custom-file-padding-y: if(
|
|
1066
|
+
variable-exists(input-padding-y),
|
|
1067
|
+
$input-padding-y,
|
|
1068
|
+
0.375rem
|
|
1069
|
+
);
|
|
1070
|
+
|
|
1071
|
+
// @deprecated as of v3.x with no replacement
|
|
1072
|
+
|
|
1073
|
+
$custom-file-focus-border-color: if(
|
|
1074
|
+
variable-exists(input-focus-border-color),
|
|
1075
|
+
$input-focus-border-color,
|
|
1076
|
+
unquote('hsl(from #{$component-active-bg} h s calc(l + 25))')
|
|
1077
|
+
);
|
|
1078
|
+
|
|
1079
|
+
// @deprecated as of v3.x with no replacement
|
|
1080
|
+
|
|
1081
|
+
$custom-file-focus-box-shadow: if(
|
|
1082
|
+
variable-exists(input-focus-box-shadow),
|
|
1083
|
+
$input-focus-box-shadow,
|
|
1084
|
+
$component-focus-box-shadow
|
|
1085
|
+
);
|
|
1086
|
+
|
|
1087
|
+
// @deprecated as of v3.x with no replacement
|
|
1088
|
+
|
|
1089
|
+
$custom-file-disabled-bg: if(
|
|
1090
|
+
variable-exists(input-disabled-bg),
|
|
1091
|
+
$input-disabled-bg,
|
|
1092
|
+
$gray-200
|
|
1093
|
+
);
|
|
1094
|
+
|
|
1095
|
+
// @deprecated as of v3.x with no replacement
|
|
1096
|
+
|
|
1097
|
+
$custom-file-button-bg: if(
|
|
1098
|
+
variable-exists(input-group-addon-bg),
|
|
1099
|
+
$input-group-addon-bg,
|
|
1100
|
+
$gray-200
|
|
1101
|
+
);
|
|
1102
|
+
|
|
1103
|
+
// @deprecated as of v3.x with no replacement
|
|
1104
|
+
|
|
1105
|
+
$custom-file-button-color: $custom-file-color;
|
|
1106
|
+
|
|
1107
|
+
// .custom-file-label::after
|
|
1108
|
+
|
|
1109
|
+
// @deprecated as of v3.x with no replacement. See https://issues.liferay.com/browse/LPS-147457 and https://github.com/sass/sass/issues/1395
|
|
1110
|
+
|
|
1111
|
+
$custom-file-label-after-content: unquote("'\\FEFF Browse'");
|
|
1112
|
+
|
|
1113
|
+
$custom-file-text: ();
|
|
1114
|
+
|
|
1115
|
+
// @deprecated as of v3.x with no replacement. See https://issues.liferay.com/browse/LPS-147457 and https://github.com/sass/sass/issues/1395
|
|
1116
|
+
|
|
1117
|
+
$custom-file-text: map-deep-merge(
|
|
1118
|
+
(
|
|
1119
|
+
en: unquote("'\\FEFF Browse'"),
|
|
1120
|
+
),
|
|
1121
|
+
$custom-file-text
|
|
1122
|
+
);
|
|
1123
|
+
|
|
1124
|
+
// @deprecated as of v3.x with no replacement. See https://issues.liferay.com/browse/LPS-147457.
|
|
1125
|
+
|
|
1126
|
+
$custom-file-text-data-browse: unquote("'\\FEFF' attr(data-browse)");
|
|
1127
|
+
}
|