igniteui-theming 1.4.5 → 1.4.6
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/package.json +1 -1
- package/sass/themes/schemas/components/dark/_action-strip.scss +50 -0
- package/sass/themes/schemas/components/dark/_badge.scss +39 -0
- package/sass/themes/schemas/components/dark/_banner.scss +54 -0
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +61 -0
- package/sass/themes/schemas/components/dark/_button-group.scss +190 -0
- package/sass/themes/schemas/components/dark/_calendar.scss +338 -0
- package/sass/themes/schemas/components/dark/_card.scss +71 -0
- package/sass/themes/schemas/components/dark/_carousel.scss +127 -0
- package/sass/themes/schemas/components/dark/_checkbox.scss +1 -6
- package/sass/themes/schemas/components/dark/_chip.scss +111 -0
- package/sass/themes/schemas/components/dark/_column-actions.scss +28 -0
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +28 -0
- package/sass/themes/schemas/components/dark/_dialog.scss +55 -0
- package/sass/themes/schemas/components/dark/_divider.scss +43 -0
- package/sass/themes/schemas/components/dark/_dock-manager.scss +349 -0
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +87 -0
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +28 -0
- package/sass/themes/schemas/components/dark/_grid-summary.scss +83 -0
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +36 -0
- package/sass/themes/schemas/components/dark/_grid.scss +684 -0
- package/sass/themes/schemas/components/dark/_highlight.scss +72 -0
- package/sass/themes/schemas/components/dark/_index.scss +214 -30
- package/sass/themes/schemas/components/dark/_list.scss +116 -0
- package/sass/themes/schemas/components/dark/_navdrawer.scss +142 -0
- package/sass/themes/schemas/components/dark/_overlay.scss +34 -0
- package/sass/themes/schemas/components/dark/_pagination.scss +44 -0
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +27 -0
- package/sass/themes/schemas/components/dark/_progress.scss +107 -0
- package/sass/themes/schemas/components/dark/_query-builder.scss +35 -0
- package/sass/themes/schemas/components/dark/_radio.scss +1 -6
- package/sass/themes/schemas/components/dark/_ripple.scss +28 -0
- package/sass/themes/schemas/components/dark/_scrollbar.scss +69 -0
- package/sass/themes/schemas/components/dark/_snackbar.scss +55 -0
- package/sass/themes/schemas/components/dark/_splitter.scss +68 -0
- package/sass/themes/schemas/components/dark/_stepper.scss +186 -0
- package/sass/themes/schemas/components/dark/_switch.scss +0 -1
- package/sass/themes/schemas/components/dark/_time-picker.scss +54 -0
- package/sass/themes/schemas/components/dark/_toast.scss +67 -0
- package/sass/themes/schemas/components/dark/_tooltip.scss +44 -0
- package/sass/themes/schemas/components/dark/_watermark.scss +48 -0
- package/sass/themes/schemas/components/elevation/_badge.scss +17 -0
- package/sass/themes/schemas/components/elevation/_bottom-nav.scss +23 -0
- package/sass/themes/schemas/components/elevation/_button-group.scss +29 -0
- package/sass/themes/schemas/components/elevation/_card.scss +37 -0
- package/sass/themes/schemas/components/elevation/_carousel.scss +29 -0
- package/sass/themes/schemas/components/elevation/_chip.scss +29 -0
- package/sass/themes/schemas/components/elevation/_dialog.scss +17 -0
- package/sass/themes/schemas/components/elevation/_grid.scss +21 -0
- package/sass/themes/schemas/components/elevation/_navdrawer.scss +17 -0
- package/sass/themes/schemas/components/elevation/_snackbar.scss +17 -0
- package/sass/themes/schemas/components/elevation/_time-picker.scss +13 -0
- package/sass/themes/schemas/components/elevation/_toast.scss +17 -0
- package/sass/themes/schemas/components/light/_action-strip.scss +89 -0
- package/sass/themes/schemas/components/light/_avatar.scss +1 -1
- package/sass/themes/schemas/components/light/_badge.scss +82 -0
- package/sass/themes/schemas/components/light/_banner.scss +96 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +61 -0
- package/sass/themes/schemas/components/light/_button-group.scss +426 -0
- package/sass/themes/schemas/components/light/_calendar.scss +908 -0
- package/sass/themes/schemas/components/light/_card.scss +207 -0
- package/sass/themes/schemas/components/light/_carousel.scss +195 -0
- package/sass/themes/schemas/components/light/_chip.scss +538 -0
- package/sass/themes/schemas/components/light/_column-actions.scss +42 -0
- package/sass/themes/schemas/components/light/_date-range-picker.scss +35 -0
- package/sass/themes/schemas/components/light/_dialog.scss +102 -0
- package/sass/themes/schemas/components/light/_divider.scss +33 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +548 -0
- package/sass/themes/schemas/components/light/_expansion-panel.scss +172 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +105 -0
- package/sass/themes/schemas/components/light/_grid-summary.scss +138 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +117 -0
- package/sass/themes/schemas/components/light/_grid.scss +1330 -0
- package/sass/themes/schemas/components/light/_highlight.scss +86 -0
- package/sass/themes/schemas/components/light/_icon.scss +4 -14
- package/sass/themes/schemas/components/light/_index.scss +214 -30
- package/sass/themes/schemas/components/light/_list.scss +321 -0
- package/sass/themes/schemas/components/light/_navdrawer.scss +214 -0
- package/sass/themes/schemas/components/light/_overlay.scss +42 -0
- package/sass/themes/schemas/components/light/_pagination.scss +97 -0
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +38 -0
- package/sass/themes/schemas/components/light/_progress.scss +208 -0
- package/sass/themes/schemas/components/light/_query-builder.scss +138 -0
- package/sass/themes/schemas/components/light/_ripple.scss +36 -0
- package/sass/themes/schemas/components/light/_scrollbar.scss +79 -0
- package/sass/themes/schemas/components/light/_slider.scss +0 -4
- package/sass/themes/schemas/components/light/_snackbar.scss +131 -0
- package/sass/themes/schemas/components/light/_splitter.scss +99 -0
- package/sass/themes/schemas/components/light/_stepper.scss +695 -0
- package/sass/themes/schemas/components/light/_switch.scss +0 -5
- package/sass/themes/schemas/components/light/_time-picker.scss +210 -0
- package/sass/themes/schemas/components/light/_toast.scss +89 -0
- package/sass/themes/schemas/components/light/_tooltip.scss +96 -0
- package/sass/themes/schemas/components/light/_watermark.scss +77 -0
|
@@ -0,0 +1,908 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../../../../typography/functions' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a light calendar schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Map} content-background [color: 'surface'] - The main content background color.
|
|
13
|
+
/// @prop {Map} content-text-color [contrast-color: 'surface'] - The main content text color.
|
|
14
|
+
/// @prop {Map} header-background [color: ('secondary', 500)] - The header background color.
|
|
15
|
+
/// @prop {Map} header-text-color [contrast-color: ('secondary', 500)] - The header text color.
|
|
16
|
+
/// @prop {Map} picker-arrow-color [color: ('gray', 800)] - The idle picker arrow color.
|
|
17
|
+
/// @prop {Map} picker-arrow-hover-color [color: ('secondary', 500)] - The picker hover arrow color.
|
|
18
|
+
/// @prop {Map} picker-text-color [color: ('gray', 800)]- The idle picker month/year color.
|
|
19
|
+
/// @prop {Map} picker-text-hover-color [color: ('secondary', 500)]- The hover picker month/year color.
|
|
20
|
+
/// @prop {Map} inactive-text-color [color: ('gray', 400)] - The text color for previous and next month dates.
|
|
21
|
+
/// @prop {Map} label-color [color: ('gray', 400)] - The text color for weekday labels.
|
|
22
|
+
/// @prop {Map} weekend-text-color [contrast-color: 'surface'] - The text color for weekend days.
|
|
23
|
+
/// @prop {Map} year-current-text-color [color: ('secondary', 500)] - The text color for the current/selected year.
|
|
24
|
+
/// @prop {Map} year-hover-text-color [color: ('secondary', 500)] - The year hover text color.
|
|
25
|
+
/// @prop {Map} month-hover-text-color [contrast-color: ('gray', 200)] - The month hover text color.
|
|
26
|
+
/// @prop {Map} month-hover-background [color: ('gray', 200)] - The month hover text color.
|
|
27
|
+
/// @prop {Map} month-current-text-color [color: ('secondary', 500)]- The text color for the current/selected month.
|
|
28
|
+
/// @prop {Map} month-hover-current-text-color [color: ('secondary', 500)]- The text color for the current/selected month on hover.
|
|
29
|
+
/// @prop {Map} date-hover-background [color: ('gray', 200)] - The hover date background color.
|
|
30
|
+
/// @prop {Map} date-focus-background [color: ('gray', 200)] - The focus date background color.
|
|
31
|
+
/// @prop {Map} date-selected-background [color: ('secondary', 500)] - The background color for the selected date.
|
|
32
|
+
/// @prop {Map} date-selected-text-color [contrast-color: ('secondary', 500)] - The text color for the selected date.
|
|
33
|
+
/// @prop {Map} date-selected-hover-background [color: ('gray', 100, .18)] - The hover background color for the selected date.
|
|
34
|
+
/// @prop {Map} date-selected-focus-background [color: ('gray', 100, .18)] - The focus background color for the selected date.
|
|
35
|
+
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('gray', 100)] - The hover text color for the selected date.
|
|
36
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('gray', 100)] - The focus text color for the selected date.
|
|
37
|
+
/// @prop {Map} date-current-bg-color [color: (transparent)] - The background color for the current date.
|
|
38
|
+
/// @prop {Map} date-current-text-color [color: ('secondary', 500)] - The text color for the current date.
|
|
39
|
+
/// @prop {Map} date-current-hover-foreground [color: ('secondary', 500)] - The hover text color for the current date.
|
|
40
|
+
/// @prop {Map} date-current-focus-foreground [color: ('secondary', 500)] - The focus text color for the current date.
|
|
41
|
+
/// @prop {Map} date-current-hover-background [color: ('gray', 200)] - The hover background color for the current date.
|
|
42
|
+
/// @prop {Map} date-current-focus-background [color: ('gray', 200)] - The focus background color for the current date.
|
|
43
|
+
/// @prop {Map} date-selected-current-background [color: ('gray', 100, .18)] - The background color for the selected/current date.
|
|
44
|
+
/// @prop {Map} date-selected-current-foreground [contrast-color: ('secondary', 500)] - The text color for the selected/current date.
|
|
45
|
+
/// @prop {Map} date-selected-current-hover-foreground [contrast-color: ('secondary', 500)] - The hover text color for the selected/current date.
|
|
46
|
+
/// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('gray', 100)] - The focus text color for the selected/current date.
|
|
47
|
+
/// @prop {Map} date-selected-current-hover-background [color: ('gray', 100, .18)] - The hover background color for the selected/current date.
|
|
48
|
+
/// @prop {Map} date-selected-current-focus-background [color: ('gray', 100, .18)] - The focus background color for the selected/current date.
|
|
49
|
+
/// @prop {Map} date-special-background [color: ('gray', 100)] - The background color used for special dates.
|
|
50
|
+
/// @prop {Map} date-special-text-color [color: ('gray', 900)] - The text color used for special dates.
|
|
51
|
+
/// @prop {Map} date-disabled-text-color [color: ('gray', 400)] - The text color for disabled dates.
|
|
52
|
+
/// @prop {Map} date-disabled-background [color: ('gray', 100)] - The background color for disabled dates.
|
|
53
|
+
/// @prop {Color} picker-background-color [color: 'surface'] - The igx calendar picker background color.
|
|
54
|
+
/// @prop {Map} border-color [color: ('gray', 300)] - The calendar border color.
|
|
55
|
+
/// @prop {Map} week-number-color [color: ('gray', 500)] - The text color of the week number column.
|
|
56
|
+
/// @prop {Map} week-number-background [color: ('gray', 200)] - The background color of the week number column.
|
|
57
|
+
/// @prop {Number} border-radius [4px] - The border radius used for calendar. Can be a fraction between 0 and 1, pixels, or percent.
|
|
58
|
+
/// @prop {Number} date-border-radius [20px] - The border radius used for calendar date. Can be a fraction between 0 and 1, pixels, or percent.
|
|
59
|
+
/// @prop {Number} month-border-radius [20px] - The border radius used for calendar month. Can be a fraction between 0 and 1, pixels, or percent.
|
|
60
|
+
$light-calendar: (
|
|
61
|
+
content-background: (
|
|
62
|
+
color: 'surface',
|
|
63
|
+
),
|
|
64
|
+
|
|
65
|
+
content-text-color: (
|
|
66
|
+
contrast-color: 'surface',
|
|
67
|
+
),
|
|
68
|
+
|
|
69
|
+
border-color: (
|
|
70
|
+
color: (
|
|
71
|
+
'gray',
|
|
72
|
+
300,
|
|
73
|
+
),
|
|
74
|
+
),
|
|
75
|
+
|
|
76
|
+
header-background: (
|
|
77
|
+
color: (
|
|
78
|
+
'secondary',
|
|
79
|
+
500,
|
|
80
|
+
),
|
|
81
|
+
),
|
|
82
|
+
|
|
83
|
+
header-text-color: (
|
|
84
|
+
contrast-color: (
|
|
85
|
+
'secondary',
|
|
86
|
+
500,
|
|
87
|
+
),
|
|
88
|
+
),
|
|
89
|
+
|
|
90
|
+
picker-background-color: (
|
|
91
|
+
color: 'surface',
|
|
92
|
+
),
|
|
93
|
+
|
|
94
|
+
picker-arrow-color: (
|
|
95
|
+
color: (
|
|
96
|
+
'gray',
|
|
97
|
+
800,
|
|
98
|
+
),
|
|
99
|
+
),
|
|
100
|
+
|
|
101
|
+
picker-arrow-hover-color: (
|
|
102
|
+
color: (
|
|
103
|
+
'secondary',
|
|
104
|
+
500,
|
|
105
|
+
),
|
|
106
|
+
),
|
|
107
|
+
|
|
108
|
+
picker-text-color: (
|
|
109
|
+
color: (
|
|
110
|
+
'gray',
|
|
111
|
+
800,
|
|
112
|
+
),
|
|
113
|
+
),
|
|
114
|
+
|
|
115
|
+
picker-text-hover-color: (
|
|
116
|
+
color: (
|
|
117
|
+
'secondary',
|
|
118
|
+
500,
|
|
119
|
+
),
|
|
120
|
+
),
|
|
121
|
+
|
|
122
|
+
inactive-text-color: (
|
|
123
|
+
color: (
|
|
124
|
+
'gray',
|
|
125
|
+
400,
|
|
126
|
+
),
|
|
127
|
+
),
|
|
128
|
+
|
|
129
|
+
label-color: (
|
|
130
|
+
color: (
|
|
131
|
+
'gray',
|
|
132
|
+
400,
|
|
133
|
+
),
|
|
134
|
+
),
|
|
135
|
+
|
|
136
|
+
weekend-text-color: (
|
|
137
|
+
contrast-color: 'surface',
|
|
138
|
+
),
|
|
139
|
+
|
|
140
|
+
year-current-text-color: (
|
|
141
|
+
color: (
|
|
142
|
+
'secondary',
|
|
143
|
+
500,
|
|
144
|
+
),
|
|
145
|
+
),
|
|
146
|
+
|
|
147
|
+
month-current-text-color: (
|
|
148
|
+
color: (
|
|
149
|
+
'secondary',
|
|
150
|
+
500,
|
|
151
|
+
),
|
|
152
|
+
),
|
|
153
|
+
|
|
154
|
+
month-hover-current-text-color: (
|
|
155
|
+
color: (
|
|
156
|
+
'secondary',
|
|
157
|
+
500,
|
|
158
|
+
),
|
|
159
|
+
),
|
|
160
|
+
|
|
161
|
+
year-hover-text-color: (
|
|
162
|
+
color: (
|
|
163
|
+
'secondary',
|
|
164
|
+
500,
|
|
165
|
+
),
|
|
166
|
+
),
|
|
167
|
+
|
|
168
|
+
month-hover-background: (
|
|
169
|
+
color: (
|
|
170
|
+
'gray',
|
|
171
|
+
200,
|
|
172
|
+
),
|
|
173
|
+
),
|
|
174
|
+
|
|
175
|
+
month-hover-text-color: (
|
|
176
|
+
contrast-color: (
|
|
177
|
+
'gray',
|
|
178
|
+
200,
|
|
179
|
+
),
|
|
180
|
+
),
|
|
181
|
+
|
|
182
|
+
date-selected-background: (
|
|
183
|
+
color: (
|
|
184
|
+
'secondary',
|
|
185
|
+
500,
|
|
186
|
+
),
|
|
187
|
+
),
|
|
188
|
+
|
|
189
|
+
date-selected-hover-background: (
|
|
190
|
+
color: (
|
|
191
|
+
'gray',
|
|
192
|
+
100,
|
|
193
|
+
0.18,
|
|
194
|
+
),
|
|
195
|
+
),
|
|
196
|
+
|
|
197
|
+
date-selected-focus-background: (
|
|
198
|
+
color: (
|
|
199
|
+
'gray',
|
|
200
|
+
100,
|
|
201
|
+
0.18,
|
|
202
|
+
),
|
|
203
|
+
),
|
|
204
|
+
|
|
205
|
+
date-selected-current-background: (
|
|
206
|
+
color: (
|
|
207
|
+
'secondary',
|
|
208
|
+
500,
|
|
209
|
+
),
|
|
210
|
+
),
|
|
211
|
+
|
|
212
|
+
date-selected-current-hover-background: (
|
|
213
|
+
color: (
|
|
214
|
+
'gray',
|
|
215
|
+
100,
|
|
216
|
+
0.18,
|
|
217
|
+
),
|
|
218
|
+
),
|
|
219
|
+
|
|
220
|
+
date-selected-current-focus-background: (
|
|
221
|
+
color: (
|
|
222
|
+
'gray',
|
|
223
|
+
100,
|
|
224
|
+
0.18,
|
|
225
|
+
),
|
|
226
|
+
),
|
|
227
|
+
|
|
228
|
+
date-selected-text-color: (
|
|
229
|
+
contrast-color: (
|
|
230
|
+
'secondary',
|
|
231
|
+
500,
|
|
232
|
+
),
|
|
233
|
+
),
|
|
234
|
+
|
|
235
|
+
date-selected-hover-foreground: (
|
|
236
|
+
contrast-color: (
|
|
237
|
+
'gray',
|
|
238
|
+
100,
|
|
239
|
+
),
|
|
240
|
+
),
|
|
241
|
+
|
|
242
|
+
date-selected-focus-foreground: (
|
|
243
|
+
contrast-color: (
|
|
244
|
+
'gray',
|
|
245
|
+
100,
|
|
246
|
+
),
|
|
247
|
+
),
|
|
248
|
+
|
|
249
|
+
date-current-text-color: (
|
|
250
|
+
color: (
|
|
251
|
+
'secondary',
|
|
252
|
+
500,
|
|
253
|
+
),
|
|
254
|
+
),
|
|
255
|
+
|
|
256
|
+
date-current-hover-foreground: (
|
|
257
|
+
color: (
|
|
258
|
+
'secondary',
|
|
259
|
+
500,
|
|
260
|
+
),
|
|
261
|
+
),
|
|
262
|
+
|
|
263
|
+
date-current-focus-foreground: (
|
|
264
|
+
color: (
|
|
265
|
+
'secondary',
|
|
266
|
+
500,
|
|
267
|
+
),
|
|
268
|
+
),
|
|
269
|
+
|
|
270
|
+
date-selected-current-foreground: (
|
|
271
|
+
contrast-color: (
|
|
272
|
+
'secondary',
|
|
273
|
+
500,
|
|
274
|
+
),
|
|
275
|
+
),
|
|
276
|
+
|
|
277
|
+
date-selected-current-hover-foreground: (
|
|
278
|
+
contrast-color: (
|
|
279
|
+
'secondary',
|
|
280
|
+
500,
|
|
281
|
+
),
|
|
282
|
+
),
|
|
283
|
+
|
|
284
|
+
date-selected-current-focus-foreground: (
|
|
285
|
+
contrast-color: (
|
|
286
|
+
'gray',
|
|
287
|
+
100,
|
|
288
|
+
),
|
|
289
|
+
),
|
|
290
|
+
|
|
291
|
+
date-current-bg-color: transparent,
|
|
292
|
+
|
|
293
|
+
date-current-hover-background: (
|
|
294
|
+
color: (
|
|
295
|
+
'gray',
|
|
296
|
+
200,
|
|
297
|
+
),
|
|
298
|
+
),
|
|
299
|
+
|
|
300
|
+
date-current-focus-background: (
|
|
301
|
+
color: (
|
|
302
|
+
'gray',
|
|
303
|
+
200,
|
|
304
|
+
),
|
|
305
|
+
),
|
|
306
|
+
|
|
307
|
+
date-hover-background: (
|
|
308
|
+
color: (
|
|
309
|
+
'gray',
|
|
310
|
+
200,
|
|
311
|
+
),
|
|
312
|
+
),
|
|
313
|
+
|
|
314
|
+
date-focus-background: (
|
|
315
|
+
color: (
|
|
316
|
+
'gray',
|
|
317
|
+
200,
|
|
318
|
+
),
|
|
319
|
+
),
|
|
320
|
+
|
|
321
|
+
date-special-background: (
|
|
322
|
+
color: (
|
|
323
|
+
'gray',
|
|
324
|
+
100,
|
|
325
|
+
),
|
|
326
|
+
),
|
|
327
|
+
|
|
328
|
+
date-special-text-color: (
|
|
329
|
+
color: (
|
|
330
|
+
'gray',
|
|
331
|
+
900,
|
|
332
|
+
),
|
|
333
|
+
),
|
|
334
|
+
|
|
335
|
+
date-disabled-text-color: (
|
|
336
|
+
color: (
|
|
337
|
+
'gray',
|
|
338
|
+
400,
|
|
339
|
+
),
|
|
340
|
+
),
|
|
341
|
+
|
|
342
|
+
date-disabled-background: (
|
|
343
|
+
color: (
|
|
344
|
+
'gray',
|
|
345
|
+
100,
|
|
346
|
+
),
|
|
347
|
+
),
|
|
348
|
+
|
|
349
|
+
week-number-color: (
|
|
350
|
+
color: (
|
|
351
|
+
'gray',
|
|
352
|
+
500,
|
|
353
|
+
),
|
|
354
|
+
),
|
|
355
|
+
|
|
356
|
+
week-number-background: (
|
|
357
|
+
color: (
|
|
358
|
+
'gray',
|
|
359
|
+
200,
|
|
360
|
+
),
|
|
361
|
+
),
|
|
362
|
+
|
|
363
|
+
border-radius: rem(4px),
|
|
364
|
+
date-border-radius: rem(20px),
|
|
365
|
+
month-border-radius: rem(20px),
|
|
366
|
+
);
|
|
367
|
+
|
|
368
|
+
/// Generates a fluent calendar schema.
|
|
369
|
+
/// @type {Map}
|
|
370
|
+
/// @prop {Color} date-current-text-color [color: 'surface'] - The text color for the current date.
|
|
371
|
+
/// @prop {Map} date-current-bg-color [color: ('primary', 500)] - The background color for the current date.
|
|
372
|
+
/// @prop {Map} date-selected-background [color: ('primary', 50)] - The background color for the selected date.
|
|
373
|
+
/// @prop {Map} date-selected-text-color [color: ('primary', 100)] - The text color for the selected date.
|
|
374
|
+
/// @prop {Map} date-selected-current-hover-foreground [contrast-color: ('primary', 600)] - The hover text color for the selected/current date.
|
|
375
|
+
/// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('primary', 600)] - The focus text color for the selected/current date.
|
|
376
|
+
/// @prop {Map} date-current-hover-background [color: ('primary', 500)] - The hover background color for the current date.
|
|
377
|
+
/// @prop {Map} date-current-focus-background [color: ('primary', 600)] - The focus background color for the current date.
|
|
378
|
+
/// @prop {Map} date-selected-current-hover-background [color: ('primary', 600)] - The hover background color for the selected/current date.
|
|
379
|
+
/// @prop {Map} date-selected-current-focus-background [color: ('primary', 600)] - The focus background color for the selected/current date.
|
|
380
|
+
/// @prop {Map} date-current-hover-foreground [color: ('primary', 600)] - The hover text color for the current date.
|
|
381
|
+
/// @prop {Map} date-current-focus-foreground [color: ('primary', 600)] - The focus text color for the current date.
|
|
382
|
+
/// @prop {Map} date-selected-current-foreground [contrast-color: ('primary', 600)] - The text color for the selected/current date.
|
|
383
|
+
/// @prop {Number} border-radius [0] - The border radius used for calendar. Can be a fraction between 0 and 1, pixels, or percent.
|
|
384
|
+
/// @prop {Number} date-border-radius [0] - The border radius used for calendar date. Can be a fraction between 0 and 1, pixels, or percent.
|
|
385
|
+
/// @prop {Number} month-border-radius [0] - The border radius used for calendar month. Can be a fraction between 0 and 1, pixels, or percent.
|
|
386
|
+
/// @requires {Map} $light-calendar
|
|
387
|
+
$fluent-calendar: extend(
|
|
388
|
+
$light-calendar,
|
|
389
|
+
(
|
|
390
|
+
date-current-text-color: (
|
|
391
|
+
contrast-color: (
|
|
392
|
+
'primary',
|
|
393
|
+
600,
|
|
394
|
+
),
|
|
395
|
+
),
|
|
396
|
+
|
|
397
|
+
date-current-hover-foreground: (
|
|
398
|
+
contrast-color: (
|
|
399
|
+
'primary',
|
|
400
|
+
600,
|
|
401
|
+
),
|
|
402
|
+
),
|
|
403
|
+
date-current-focus-foreground: (
|
|
404
|
+
contrast-color: (
|
|
405
|
+
'primary',
|
|
406
|
+
600,
|
|
407
|
+
),
|
|
408
|
+
),
|
|
409
|
+
|
|
410
|
+
date-current-bg-color: (
|
|
411
|
+
color: (
|
|
412
|
+
'primary',
|
|
413
|
+
500,
|
|
414
|
+
),
|
|
415
|
+
),
|
|
416
|
+
|
|
417
|
+
date-current-hover-background: (
|
|
418
|
+
color: (
|
|
419
|
+
'primary',
|
|
420
|
+
500,
|
|
421
|
+
),
|
|
422
|
+
),
|
|
423
|
+
|
|
424
|
+
date-current-focus-background: (
|
|
425
|
+
color: (
|
|
426
|
+
'primary',
|
|
427
|
+
600,
|
|
428
|
+
),
|
|
429
|
+
),
|
|
430
|
+
|
|
431
|
+
date-selected-current-foreground: (
|
|
432
|
+
contrast-color: (
|
|
433
|
+
'primary',
|
|
434
|
+
600,
|
|
435
|
+
),
|
|
436
|
+
),
|
|
437
|
+
|
|
438
|
+
date-selected-current-hover-foreground: (
|
|
439
|
+
contrast-color: (
|
|
440
|
+
'primary',
|
|
441
|
+
600,
|
|
442
|
+
),
|
|
443
|
+
),
|
|
444
|
+
|
|
445
|
+
date-selected-current-focus-foreground: (
|
|
446
|
+
contrast-color: (
|
|
447
|
+
'primary',
|
|
448
|
+
600,
|
|
449
|
+
),
|
|
450
|
+
),
|
|
451
|
+
|
|
452
|
+
date-selected-current-hover-background: (
|
|
453
|
+
color: (
|
|
454
|
+
'primary',
|
|
455
|
+
600,
|
|
456
|
+
),
|
|
457
|
+
),
|
|
458
|
+
|
|
459
|
+
date-selected-current-focus-background: (
|
|
460
|
+
color: (
|
|
461
|
+
'primary',
|
|
462
|
+
600,
|
|
463
|
+
),
|
|
464
|
+
),
|
|
465
|
+
|
|
466
|
+
date-selected-background: (
|
|
467
|
+
color: (
|
|
468
|
+
'primary',
|
|
469
|
+
50,
|
|
470
|
+
),
|
|
471
|
+
),
|
|
472
|
+
|
|
473
|
+
date-selected-text-color: (
|
|
474
|
+
contrast-color: (
|
|
475
|
+
'primary',
|
|
476
|
+
50,
|
|
477
|
+
),
|
|
478
|
+
),
|
|
479
|
+
|
|
480
|
+
date-selected-hover-foreground: (
|
|
481
|
+
contrast-color: (
|
|
482
|
+
'primary',
|
|
483
|
+
50,
|
|
484
|
+
),
|
|
485
|
+
),
|
|
486
|
+
|
|
487
|
+
date-selected-focus-foreground: (
|
|
488
|
+
contrast-color: (
|
|
489
|
+
'primary',
|
|
490
|
+
50,
|
|
491
|
+
),
|
|
492
|
+
),
|
|
493
|
+
|
|
494
|
+
border-radius: rem(0),
|
|
495
|
+
date-border-radius: rem(0),
|
|
496
|
+
month-border-radius: rem(0),
|
|
497
|
+
)
|
|
498
|
+
);
|
|
499
|
+
|
|
500
|
+
/// Generates a bootstrap calendar schema.
|
|
501
|
+
/// @type {Map}
|
|
502
|
+
/// @prop {Map} year-hover-text-color [color: ('primary', 500)] - The year hover text color.
|
|
503
|
+
/// @prop {Map} date-special-background [color: ('warn')] - The background color used for special dates.
|
|
504
|
+
/// @prop {Map} month-hover-text-color [color: ('primary', 500)] - The month hover text color.
|
|
505
|
+
/// @prop {Map} month-hover-current-text-color [color: ('primary', 500)] - The current month hover text color.
|
|
506
|
+
/// @prop {Map} month-hover-background [color: ('gray', 100)] - The month hover text color.
|
|
507
|
+
/// @prop {Map} picker-text-hover-color [color: ('primary', 500)]- The hover picker month/year color.
|
|
508
|
+
/// @prop {Map} picker-arrow-color [color: ('primary', 500)] - The idle picker arrow color.
|
|
509
|
+
/// @prop {Map} picker-arrow-hover-color [color: ('primary', 800)] - The picker hover arrow color.
|
|
510
|
+
/// @prop {Map} picker-text-color [color: ('gray', 900)]- The idle picker month/year color.
|
|
511
|
+
/// @prop {Map} picker-background-color [color: ('gray', 100)] - The igx calendar picker background color.
|
|
512
|
+
/// @prop {Map} year-current-text-color [color: ('primary', 500)] - The text color for the current/selected year.
|
|
513
|
+
/// @prop {Map} month-current-text-color [color: ('primary', 500)]- The text color for the current/selected month.
|
|
514
|
+
/// @prop {Map} label-color [color: 'info'] - The text color for weekday labels.
|
|
515
|
+
/// @prop {Color} date-current-text-color [color: 'surface'] - The text color for the current date.
|
|
516
|
+
/// @prop {Map} date-hover-background [color: ('primary', 500)] - The hover date background color.
|
|
517
|
+
/// @prop {Map} date-focus-background [color: ('primary', 500)] - The hover date background color.
|
|
518
|
+
/// @prop {Map} date-current-bg-color [color: ('primary', 600)] - The background color for the current date.
|
|
519
|
+
/// @prop {Map} date-selected-background [color: ('primary', 300)] - The background color for the selected date.
|
|
520
|
+
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('gray', 900)] - The hover text color for the selected date.
|
|
521
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('gray', 900)] - The focus text color for the selected date.
|
|
522
|
+
/// @prop {Color} date-selected-text-color [color: 'surface'] - The text color for the selected date.
|
|
523
|
+
/// @prop {Color} content-background [color: 'surface'] - The main content background color.
|
|
524
|
+
/// @prop {Map} week-number-background [('gray', 300, .5)] - The background color of the week number column.
|
|
525
|
+
/// @prop {Map} date-selected-current-hover-foreground [contrast-color: ('primary', 600)] - The hover text color for the selected/current date.
|
|
526
|
+
/// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('primary', 600)] - The focus text color for the selected/current date.
|
|
527
|
+
/// @prop {Map} date-current-hover-background [color: ('primary', 600)] - The hover background color for the current date.
|
|
528
|
+
/// @prop {Map} date-current-focus-background [color: ('primary', 600)] - The focus background color for the current date.
|
|
529
|
+
/// @prop {Map} date-selected-current-hover-background [color: ('primary', 700)] - The hover background color for the selected/current date.
|
|
530
|
+
/// @prop {Map} date-selected-current-focus-background [color: ('primary', 700)] - The focus background color for the selected/current date.
|
|
531
|
+
/// @prop {Map} date-current-hover-foreground [color: ('surface')] - The hover text color for the current date.
|
|
532
|
+
/// @prop {Map} date-current-focus-foreground [color: ('surface')] - The focus text color for the current date.
|
|
533
|
+
/// @prop {Number} border-radius [4px] - The border radius used for calendar. Can be a fraction between 0 and 1, pixels, or percent.
|
|
534
|
+
/// @prop {Number} date-border-radius [4px] - The border radius used for calendar date. Can be a fraction between 0 and 1, pixels, or percent.
|
|
535
|
+
/// @prop {Number} month-border-radius [4px] - The border radius used for calendar month. Can be a fraction between 0 and 1, pixels, or percent.
|
|
536
|
+
/// @requires {Map} $light-calendar
|
|
537
|
+
$bootstrap-calendar: extend(
|
|
538
|
+
$light-calendar,
|
|
539
|
+
(
|
|
540
|
+
picker-background-color: (
|
|
541
|
+
color: (
|
|
542
|
+
'gray',
|
|
543
|
+
100,
|
|
544
|
+
),
|
|
545
|
+
),
|
|
546
|
+
|
|
547
|
+
year-hover-text-color: (
|
|
548
|
+
color: (
|
|
549
|
+
'primary',
|
|
550
|
+
500,
|
|
551
|
+
),
|
|
552
|
+
),
|
|
553
|
+
|
|
554
|
+
date-special-background: (
|
|
555
|
+
color: 'warn',
|
|
556
|
+
),
|
|
557
|
+
|
|
558
|
+
month-hover-text-color: (
|
|
559
|
+
color: (
|
|
560
|
+
'primary',
|
|
561
|
+
500,
|
|
562
|
+
),
|
|
563
|
+
),
|
|
564
|
+
|
|
565
|
+
month-hover-current-text-color: (
|
|
566
|
+
color: (
|
|
567
|
+
'primary',
|
|
568
|
+
500,
|
|
569
|
+
),
|
|
570
|
+
),
|
|
571
|
+
|
|
572
|
+
month-hover-background: (
|
|
573
|
+
color: (
|
|
574
|
+
'gray',
|
|
575
|
+
100,
|
|
576
|
+
),
|
|
577
|
+
),
|
|
578
|
+
|
|
579
|
+
picker-text-hover-color: (
|
|
580
|
+
color: (
|
|
581
|
+
'primary',
|
|
582
|
+
500,
|
|
583
|
+
),
|
|
584
|
+
),
|
|
585
|
+
|
|
586
|
+
picker-arrow-color: (
|
|
587
|
+
color: (
|
|
588
|
+
'primary',
|
|
589
|
+
500,
|
|
590
|
+
),
|
|
591
|
+
),
|
|
592
|
+
|
|
593
|
+
picker-arrow-hover-color: (
|
|
594
|
+
color: (
|
|
595
|
+
'primary',
|
|
596
|
+
800,
|
|
597
|
+
),
|
|
598
|
+
),
|
|
599
|
+
|
|
600
|
+
year-current-text-color: (
|
|
601
|
+
color: (
|
|
602
|
+
'primary',
|
|
603
|
+
500,
|
|
604
|
+
),
|
|
605
|
+
),
|
|
606
|
+
|
|
607
|
+
month-current-text-color: (
|
|
608
|
+
color: (
|
|
609
|
+
'primary',
|
|
610
|
+
500,
|
|
611
|
+
),
|
|
612
|
+
),
|
|
613
|
+
|
|
614
|
+
label-color: (
|
|
615
|
+
color: 'info',
|
|
616
|
+
),
|
|
617
|
+
|
|
618
|
+
date-current-text-color: (
|
|
619
|
+
color: 'surface',
|
|
620
|
+
),
|
|
621
|
+
|
|
622
|
+
date-current-hover-foreground: (
|
|
623
|
+
color: 'surface',
|
|
624
|
+
),
|
|
625
|
+
|
|
626
|
+
date-current-focus-foreground: (
|
|
627
|
+
color: 'surface',
|
|
628
|
+
),
|
|
629
|
+
|
|
630
|
+
date-current-bg-color: (
|
|
631
|
+
color: (
|
|
632
|
+
'primary',
|
|
633
|
+
600,
|
|
634
|
+
),
|
|
635
|
+
),
|
|
636
|
+
|
|
637
|
+
date-selected-current-hover-foreground: (
|
|
638
|
+
contrast-color: (
|
|
639
|
+
'primary',
|
|
640
|
+
600,
|
|
641
|
+
),
|
|
642
|
+
),
|
|
643
|
+
|
|
644
|
+
date-selected-current-focus-foreground: (
|
|
645
|
+
contrast-color: (
|
|
646
|
+
'primary',
|
|
647
|
+
600,
|
|
648
|
+
),
|
|
649
|
+
),
|
|
650
|
+
|
|
651
|
+
date-selected-current-background: (
|
|
652
|
+
color: (
|
|
653
|
+
'primary',
|
|
654
|
+
600,
|
|
655
|
+
),
|
|
656
|
+
),
|
|
657
|
+
|
|
658
|
+
date-selected-current-hover-background: (
|
|
659
|
+
color: (
|
|
660
|
+
'primary',
|
|
661
|
+
700,
|
|
662
|
+
),
|
|
663
|
+
),
|
|
664
|
+
|
|
665
|
+
date-selected-current-focus-background: (
|
|
666
|
+
color: (
|
|
667
|
+
'primary',
|
|
668
|
+
700,
|
|
669
|
+
),
|
|
670
|
+
),
|
|
671
|
+
|
|
672
|
+
date-current-hover-background: (
|
|
673
|
+
color: (
|
|
674
|
+
'primary',
|
|
675
|
+
600,
|
|
676
|
+
),
|
|
677
|
+
),
|
|
678
|
+
|
|
679
|
+
date-current-focus-background: (
|
|
680
|
+
color: (
|
|
681
|
+
'primary',
|
|
682
|
+
600,
|
|
683
|
+
),
|
|
684
|
+
),
|
|
685
|
+
|
|
686
|
+
date-hover-background: (
|
|
687
|
+
color: (
|
|
688
|
+
'primary',
|
|
689
|
+
500,
|
|
690
|
+
),
|
|
691
|
+
),
|
|
692
|
+
|
|
693
|
+
date-focus-background: (
|
|
694
|
+
color: (
|
|
695
|
+
'primary',
|
|
696
|
+
500,
|
|
697
|
+
),
|
|
698
|
+
),
|
|
699
|
+
|
|
700
|
+
date-selected-background: (
|
|
701
|
+
color: (
|
|
702
|
+
'primary',
|
|
703
|
+
300,
|
|
704
|
+
),
|
|
705
|
+
),
|
|
706
|
+
|
|
707
|
+
date-selected-hover-foreground: (
|
|
708
|
+
contrast-color: (
|
|
709
|
+
'gray',
|
|
710
|
+
900,
|
|
711
|
+
),
|
|
712
|
+
),
|
|
713
|
+
|
|
714
|
+
date-selected-focus-foreground: (
|
|
715
|
+
contrast-color: (
|
|
716
|
+
'gray',
|
|
717
|
+
900,
|
|
718
|
+
),
|
|
719
|
+
),
|
|
720
|
+
|
|
721
|
+
date-selected-text-color: (
|
|
722
|
+
contrast-color: (
|
|
723
|
+
'primary',
|
|
724
|
+
900,
|
|
725
|
+
),
|
|
726
|
+
),
|
|
727
|
+
|
|
728
|
+
content-background: (
|
|
729
|
+
color: 'surface',
|
|
730
|
+
),
|
|
731
|
+
|
|
732
|
+
content-text-color: (
|
|
733
|
+
color: (
|
|
734
|
+
'gray',
|
|
735
|
+
900,
|
|
736
|
+
),
|
|
737
|
+
),
|
|
738
|
+
|
|
739
|
+
weekend-text-color: (
|
|
740
|
+
color: (
|
|
741
|
+
'gray',
|
|
742
|
+
900,
|
|
743
|
+
),
|
|
744
|
+
),
|
|
745
|
+
|
|
746
|
+
picker-text-color: (
|
|
747
|
+
color: (
|
|
748
|
+
'gray',
|
|
749
|
+
900,
|
|
750
|
+
),
|
|
751
|
+
),
|
|
752
|
+
|
|
753
|
+
inactive-text-color: (
|
|
754
|
+
color: (
|
|
755
|
+
'gray',
|
|
756
|
+
500,
|
|
757
|
+
),
|
|
758
|
+
),
|
|
759
|
+
|
|
760
|
+
week-number-background: (
|
|
761
|
+
color: (
|
|
762
|
+
'gray',
|
|
763
|
+
300,
|
|
764
|
+
0.5,
|
|
765
|
+
),
|
|
766
|
+
),
|
|
767
|
+
|
|
768
|
+
border-radius: rem(4px),
|
|
769
|
+
date-border-radius: rem(4px),
|
|
770
|
+
month-border-radius: rem(4px),
|
|
771
|
+
)
|
|
772
|
+
);
|
|
773
|
+
|
|
774
|
+
/// Generates an indigo calendar schema.
|
|
775
|
+
/// @type {Map}
|
|
776
|
+
/// @prop {Map} content-text-color [color: ('gray', 900)] - The main content text color.
|
|
777
|
+
/// @prop {Map} date-current-text-color [color: ('primary', 300)] - The text color for the current date.
|
|
778
|
+
/// @prop {Map} date-selected-background [color: ('primary', 500)] - The background color for the selected date.
|
|
779
|
+
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('gray', 900)] - The hover text color for the selected date.
|
|
780
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('gray', 900)] - The focus text color for the selected date.
|
|
781
|
+
/// @prop {Map} date-selected-text-color [contrast-color: ('primary', 500)] - The text color for the selected date.
|
|
782
|
+
/// @prop {Map} date-disabled-text-color [color: ('gray', 300)] - The text color for disabled dates.
|
|
783
|
+
/// @prop {Map} inactive-text-color [color: ('gray', 600)] - The text color for previous and next month dates.
|
|
784
|
+
/// @prop {Map} label-color [color: ('gray', 600)] - The text color for weekday labels.
|
|
785
|
+
/// @prop {Map} weekend-text-color [color: ('gray', 900)] - The text color for weekend days.
|
|
786
|
+
/// @prop {Color} month-hover-background [transparent] - The month hover text color.
|
|
787
|
+
/// @prop {Map} month-hover-text-color [color: ('primary', 500)] - The month hover text color.
|
|
788
|
+
/// @prop {Map} date-selected-current-hover-foreground [contrast-color: ('primary', 500)] - The hover text color for the selected/current date.
|
|
789
|
+
/// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('primary', 500)] - The focus text color for the selected/current date.
|
|
790
|
+
/// @prop {Map} date-current-hover-foreground [color: ('primary', 600)] - The hover text color for the current date.
|
|
791
|
+
/// @prop {Map} date-current-focus-foreground [color: ('primary', 600)] - The focus text color for the current date.
|
|
792
|
+
/// @prop {Number} border-radius [3px] - The border radius used for calendar. Can be a fraction between 0 and 1, pixels, or percent.
|
|
793
|
+
/// @prop {Number} date-border-radius [20px] - The border radius used for calendar date. Can be a fraction between 0 and 1, pixels, or percent.
|
|
794
|
+
/// @prop {Number} month-border-radius [20px] - The border radius used for calendar month. Can be a fraction between 0 and 1, pixels, or percent.
|
|
795
|
+
/// @requires {Map} $light-calendar
|
|
796
|
+
$indigo-calendar: extend(
|
|
797
|
+
$light-calendar,
|
|
798
|
+
(
|
|
799
|
+
content-text-color: (
|
|
800
|
+
color: (
|
|
801
|
+
'gray',
|
|
802
|
+
900,
|
|
803
|
+
),
|
|
804
|
+
),
|
|
805
|
+
|
|
806
|
+
date-current-text-color: (
|
|
807
|
+
color: (
|
|
808
|
+
'primary',
|
|
809
|
+
300,
|
|
810
|
+
),
|
|
811
|
+
),
|
|
812
|
+
|
|
813
|
+
date-current-hover-foreground: (
|
|
814
|
+
color: (
|
|
815
|
+
'primary',
|
|
816
|
+
600,
|
|
817
|
+
),
|
|
818
|
+
),
|
|
819
|
+
|
|
820
|
+
date-current-focus-foreground: (
|
|
821
|
+
color: (
|
|
822
|
+
'primary',
|
|
823
|
+
600,
|
|
824
|
+
),
|
|
825
|
+
),
|
|
826
|
+
|
|
827
|
+
date-selected-current-hover-foreground: (
|
|
828
|
+
contrast-color: (
|
|
829
|
+
'primary',
|
|
830
|
+
500,
|
|
831
|
+
),
|
|
832
|
+
),
|
|
833
|
+
|
|
834
|
+
date-selected-current-focus-foreground: (
|
|
835
|
+
contrast-color: (
|
|
836
|
+
'primary',
|
|
837
|
+
500,
|
|
838
|
+
),
|
|
839
|
+
),
|
|
840
|
+
|
|
841
|
+
date-selected-background: (
|
|
842
|
+
color: (
|
|
843
|
+
'primary',
|
|
844
|
+
500,
|
|
845
|
+
),
|
|
846
|
+
),
|
|
847
|
+
|
|
848
|
+
date-selected-hover-foreground: (
|
|
849
|
+
contrast-color: (
|
|
850
|
+
'gray',
|
|
851
|
+
900,
|
|
852
|
+
),
|
|
853
|
+
),
|
|
854
|
+
|
|
855
|
+
date-selected-focus-foreground: (
|
|
856
|
+
contrast-color: (
|
|
857
|
+
'gray',
|
|
858
|
+
900,
|
|
859
|
+
),
|
|
860
|
+
),
|
|
861
|
+
|
|
862
|
+
date-selected-text-color: (
|
|
863
|
+
contrast-color: (
|
|
864
|
+
'primary',
|
|
865
|
+
500,
|
|
866
|
+
),
|
|
867
|
+
),
|
|
868
|
+
|
|
869
|
+
date-disabled-text-color: (
|
|
870
|
+
color: (
|
|
871
|
+
'gray',
|
|
872
|
+
300,
|
|
873
|
+
),
|
|
874
|
+
),
|
|
875
|
+
|
|
876
|
+
inactive-text-color: (
|
|
877
|
+
color: (
|
|
878
|
+
'gray',
|
|
879
|
+
600,
|
|
880
|
+
),
|
|
881
|
+
),
|
|
882
|
+
|
|
883
|
+
label-color: (
|
|
884
|
+
color: (
|
|
885
|
+
'gray',
|
|
886
|
+
600,
|
|
887
|
+
),
|
|
888
|
+
),
|
|
889
|
+
|
|
890
|
+
weekend-text-color: (
|
|
891
|
+
color: (
|
|
892
|
+
'gray',
|
|
893
|
+
900,
|
|
894
|
+
),
|
|
895
|
+
),
|
|
896
|
+
|
|
897
|
+
month-hover-background: transparent,
|
|
898
|
+
|
|
899
|
+
month-hover-text-color: (
|
|
900
|
+
color: (
|
|
901
|
+
'primary',
|
|
902
|
+
500,
|
|
903
|
+
),
|
|
904
|
+
),
|
|
905
|
+
|
|
906
|
+
border-radius: rem(3px),
|
|
907
|
+
)
|
|
908
|
+
);
|