@syncfusion/ej2-base 25.2.7 → 26.1.35-7502
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/{README.md → ReadMe.md} +100 -100
- package/bin/syncfusion-license.js +104 -1
- package/dist/ej2-base.min.js +1 -10
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +268 -486
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +307 -522
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/undefined +67 -0
- package/e2e/crypto.js +16 -16
- package/e2e/index.d.ts +27 -27
- package/e2e/m.protractor.config.js +286 -286
- package/e2e/modified-protractor/protractor.config.js +316 -316
- package/e2e/protractor.config.js +389 -389
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +225 -161
- package/src/ajax.d.ts +1 -1
- package/src/ajax.js +3 -7
- package/src/animation-model.d.ts +41 -41
- package/src/animation.d.ts +1 -1
- package/src/animation.js +20 -22
- package/src/base.d.ts +2 -1
- package/src/base.js +4 -13
- package/src/browser.d.ts +1 -1
- package/src/browser.js +3 -4
- package/src/child-property.d.ts +1 -0
- package/src/child-property.js +2 -2
- package/src/component-model.d.ts +16 -16
- package/src/component.d.ts +4 -0
- package/src/component.js +28 -36
- package/src/dom.js +4 -11
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +20 -41
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -20
- package/src/event-handler.js +2 -6
- package/src/fetch.js +1 -2
- package/src/hijri-parser.js +3 -3
- package/src/internationalization.d.ts +4 -0
- package/src/internationalization.js +0 -5
- package/src/intl/date-formatter.js +19 -33
- package/src/intl/date-parser.js +33 -62
- package/src/intl/intl-base.d.ts +9 -1
- package/src/intl/intl-base.js +19 -18
- package/src/intl/number-formatter.js +14 -7
- package/src/intl/number-parser.js +2 -6
- package/src/intl/parser-base.js +6 -11
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -20
- package/src/module-loader.js +1 -0
- package/src/notify-property-change.d.ts +0 -20
- package/src/notify-property-change.js +16 -55
- package/src/observer.js +3 -6
- package/src/sanitize-helper.js +0 -1
- package/src/template-engine.js +1 -7
- package/src/template.js +13 -18
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +22 -27
- package/src/util.d.ts +4 -4
- package/src/util.js +12 -37
- package/src/validate-lic.js +4 -3
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +16 -15
- package/styles/_bds-definition.scss +16 -15
- package/styles/_bootstrap-dark-definition.scss +42 -42
- package/styles/_bootstrap-definition.scss +42 -42
- package/styles/_bootstrap4-definition.scss +11 -11
- package/styles/_bootstrap5-dark-definition.scss +9 -9
- package/styles/_bootstrap5-definition.scss +8 -8
- package/styles/_bootstrap5.3-dark-definition.scss +8 -0
- package/styles/_bootstrap5.3-definition.scss +8 -0
- package/styles/_fabric-dark-definition.scss +42 -42
- package/styles/_fabric-definition.scss +42 -42
- package/styles/_fluent-dark-definition.scss +9 -9
- package/styles/_fluent-definition.scss +9 -9
- package/styles/_fluent2-dark-definition.scss +9 -0
- package/styles/_fluent2-definition.scss +9 -0
- package/styles/_fluent2-highcontrast-definition.scss +9 -0
- package/styles/_fusionnew-dark-definition.scss +8 -8
- package/styles/_fusionnew-definition.scss +8 -8
- package/styles/_highcontrast-definition.scss +42 -42
- package/styles/_highcontrast-light-definition.scss +42 -42
- package/styles/_material-dark-definition.scss +49 -48
- package/styles/_material-definition.scss +50 -49
- package/styles/_material3-dark-definition.scss +15 -14
- package/styles/_material3-definition.scss +16 -15
- package/styles/_tailwind-dark-definition.scss +16 -15
- package/styles/_tailwind-definition.scss +16 -15
- package/styles/_tailwind3-dark-definition.scss +15 -0
- package/styles/_tailwind3-definition.scss +15 -0
- package/styles/animation/_all.scss +535 -560
- package/styles/bds-lite.css +3408 -0
- package/styles/bds-lite.scss +3 -0
- package/styles/bds.css +3408 -0
- package/styles/bds.scss +3 -0
- package/styles/bootstrap-dark-lite.css +3749 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +1075 -169
- package/styles/bootstrap-lite.css +3749 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +1075 -169
- package/styles/bootstrap4-lite.css +3390 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +1063 -169
- package/styles/bootstrap5-dark-lite.css +2966 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +1068 -171
- package/styles/bootstrap5-lite.css +2966 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3559 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3559 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +1066 -169
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +111 -117
- package/styles/common/_mixin.scss +11 -9
- package/styles/definition/_bds-dark.scss +1193 -1178
- package/styles/definition/_bds.scss +1488 -1458
- package/styles/definition/_bootstrap-dark.scss +213 -219
- package/styles/definition/_bootstrap.scss +208 -215
- package/styles/definition/_bootstrap4.scss +159 -167
- package/styles/definition/_bootstrap5-dark.scss +481 -494
- package/styles/definition/_bootstrap5.3-dark.scss +1232 -0
- package/styles/definition/_bootstrap5.3.scss +1579 -0
- package/styles/definition/_bootstrap5.scss +481 -495
- package/styles/definition/_fabric-dark.scss +194 -200
- package/styles/definition/_fabric.scss +192 -198
- package/styles/definition/_fluent-dark.scss +494 -557
- package/styles/definition/_fluent.scss +494 -558
- package/styles/definition/_fluent2-dark.scss +1523 -0
- package/styles/definition/_fluent2-highcontrast.scss +1523 -0
- package/styles/definition/_fluent2.scss +2295 -0
- package/styles/definition/_fusionnew-dark.scss +330 -362
- package/styles/definition/_fusionnew.scss +331 -363
- package/styles/definition/_highcontrast-light.scss +189 -193
- package/styles/definition/_highcontrast.scss +189 -195
- package/styles/definition/_material-dark.scss +193 -198
- package/styles/definition/_material.scss +186 -192
- package/styles/definition/_material3-dark.scss +660 -710
- package/styles/definition/_material3.scss +729 -792
- package/styles/definition/_tailwind-dark.scss +445 -488
- package/styles/definition/_tailwind.scss +443 -485
- package/styles/definition/_tailwind3-dark.scss +1622 -0
- package/styles/definition/_tailwind3.scss +2093 -0
- package/styles/fabric-dark-lite.css +3734 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +1075 -169
- package/styles/fabric-lite.css +3734 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +1075 -169
- package/styles/fluent-dark-lite.css +2966 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +1066 -169
- package/styles/fluent-lite.css +2966 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +1066 -169
- package/styles/fluent2-lite.css +4017 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +4017 -0
- package/styles/fluent2.scss +3 -0
- package/styles/highcontrast-light-lite.css +3725 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +1075 -169
- package/styles/highcontrast-lite.css +3725 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +1075 -169
- package/styles/material-dark-lite.css +3702 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +1075 -169
- package/styles/material-lite.css +3702 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +1075 -169
- package/styles/material3-dark-lite.css +3021 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +1066 -170
- package/styles/material3-lite.css +3077 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +1066 -170
- package/styles/offline-theme/material-dark.css +1075 -169
- package/styles/offline-theme/material.css +1075 -169
- package/styles/offline-theme/tailwind-dark.css +1067 -170
- package/styles/offline-theme/tailwind.css +1067 -170
- package/styles/tailwind-dark-lite.css +2967 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +1067 -170
- package/styles/tailwind-lite.css +2967 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +1067 -170
- package/styles/tailwind3-lite.css +3775 -0
- package/styles/tailwind3-lite.scss +3 -0
- package/styles/tailwind3.css +3775 -0
- package/styles/tailwind3.scss +3 -0
- package/.eslintrc.json +0 -260
- package/CHANGELOG.md +0 -649
- package/tslint.json +0 -111
|
@@ -1,488 +1,445 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
$black: #000;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
$
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
$cool-gray-
|
|
16
|
-
$cool-gray-
|
|
17
|
-
$cool-gray-
|
|
18
|
-
$cool-gray-
|
|
19
|
-
$cool-gray-
|
|
20
|
-
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
$red-
|
|
28
|
-
$red-
|
|
29
|
-
$red-
|
|
30
|
-
$red-
|
|
31
|
-
|
|
32
|
-
$
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
$green-
|
|
40
|
-
$green-
|
|
41
|
-
$green-
|
|
42
|
-
|
|
43
|
-
$
|
|
44
|
-
$
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
$orange-
|
|
52
|
-
$orange-
|
|
53
|
-
|
|
54
|
-
$
|
|
55
|
-
$
|
|
56
|
-
$
|
|
57
|
-
$
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
$cyan-
|
|
64
|
-
|
|
65
|
-
$
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
$
|
|
69
|
-
$
|
|
70
|
-
$
|
|
71
|
-
$
|
|
72
|
-
$
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
$
|
|
77
|
-
$
|
|
78
|
-
$light-blue-
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$
|
|
82
|
-
$light
|
|
83
|
-
$
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
$
|
|
87
|
-
$
|
|
88
|
-
$
|
|
89
|
-
$
|
|
90
|
-
$
|
|
91
|
-
$
|
|
92
|
-
$
|
|
93
|
-
$
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
$content-bg-color: $
|
|
97
|
-
$
|
|
98
|
-
$
|
|
99
|
-
|
|
100
|
-
$content-
|
|
101
|
-
$content-
|
|
102
|
-
$content-
|
|
103
|
-
$content-
|
|
104
|
-
$content-
|
|
105
|
-
$content-
|
|
106
|
-
$content-
|
|
107
|
-
$content-
|
|
108
|
-
$
|
|
109
|
-
$
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
$
|
|
113
|
-
$
|
|
114
|
-
$
|
|
115
|
-
$
|
|
116
|
-
|
|
117
|
-
$
|
|
118
|
-
$
|
|
119
|
-
$
|
|
120
|
-
$
|
|
121
|
-
$
|
|
122
|
-
$
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
$
|
|
126
|
-
$
|
|
127
|
-
$
|
|
128
|
-
$
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
$border
|
|
132
|
-
$
|
|
133
|
-
|
|
134
|
-
$
|
|
135
|
-
$
|
|
136
|
-
$
|
|
137
|
-
$
|
|
138
|
-
$
|
|
139
|
-
$
|
|
140
|
-
$
|
|
141
|
-
$
|
|
142
|
-
$
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
$
|
|
146
|
-
|
|
147
|
-
$
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
$
|
|
151
|
-
$
|
|
152
|
-
$
|
|
153
|
-
$
|
|
154
|
-
$
|
|
155
|
-
$
|
|
156
|
-
$
|
|
157
|
-
$
|
|
158
|
-
$
|
|
159
|
-
$
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
$
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
$
|
|
166
|
-
$
|
|
167
|
-
$
|
|
168
|
-
|
|
169
|
-
$
|
|
170
|
-
$
|
|
171
|
-
$
|
|
172
|
-
$
|
|
173
|
-
$
|
|
174
|
-
$
|
|
175
|
-
|
|
176
|
-
$
|
|
177
|
-
$
|
|
178
|
-
$text-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
$
|
|
182
|
-
$
|
|
183
|
-
$
|
|
184
|
-
$
|
|
185
|
-
$
|
|
186
|
-
$
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
$
|
|
190
|
-
$
|
|
191
|
-
|
|
192
|
-
$
|
|
193
|
-
$
|
|
194
|
-
$
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
$
|
|
199
|
-
$
|
|
200
|
-
$
|
|
201
|
-
$
|
|
202
|
-
$
|
|
203
|
-
$
|
|
204
|
-
$
|
|
205
|
-
$
|
|
206
|
-
$
|
|
207
|
-
|
|
208
|
-
$
|
|
209
|
-
$
|
|
210
|
-
$
|
|
211
|
-
$
|
|
212
|
-
$
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
$
|
|
217
|
-
$
|
|
218
|
-
$
|
|
219
|
-
$
|
|
220
|
-
$
|
|
221
|
-
$
|
|
222
|
-
$
|
|
223
|
-
|
|
224
|
-
$
|
|
225
|
-
$
|
|
226
|
-
$
|
|
227
|
-
$
|
|
228
|
-
$
|
|
229
|
-
$
|
|
230
|
-
$
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
$
|
|
235
|
-
$
|
|
236
|
-
$
|
|
237
|
-
$
|
|
238
|
-
$
|
|
239
|
-
|
|
240
|
-
$
|
|
241
|
-
$
|
|
242
|
-
$
|
|
243
|
-
$
|
|
244
|
-
$
|
|
245
|
-
$
|
|
246
|
-
$
|
|
247
|
-
$
|
|
248
|
-
$
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
$
|
|
252
|
-
$
|
|
253
|
-
$
|
|
254
|
-
$
|
|
255
|
-
|
|
256
|
-
$
|
|
257
|
-
$
|
|
258
|
-
$
|
|
259
|
-
$
|
|
260
|
-
$
|
|
261
|
-
$
|
|
262
|
-
$
|
|
263
|
-
$
|
|
264
|
-
$
|
|
265
|
-
$
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
$
|
|
269
|
-
$
|
|
270
|
-
$
|
|
271
|
-
|
|
272
|
-
$
|
|
273
|
-
$
|
|
274
|
-
$
|
|
275
|
-
$danger-
|
|
276
|
-
|
|
277
|
-
$
|
|
278
|
-
$
|
|
279
|
-
$
|
|
280
|
-
$
|
|
281
|
-
$
|
|
282
|
-
$
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
$
|
|
286
|
-
$
|
|
287
|
-
$
|
|
288
|
-
$
|
|
289
|
-
$
|
|
290
|
-
$
|
|
291
|
-
$
|
|
292
|
-
$
|
|
293
|
-
$
|
|
294
|
-
$
|
|
295
|
-
$
|
|
296
|
-
$
|
|
297
|
-
$
|
|
298
|
-
$
|
|
299
|
-
$
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
$
|
|
303
|
-
$
|
|
304
|
-
|
|
305
|
-
$
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
$
|
|
310
|
-
$
|
|
311
|
-
$
|
|
312
|
-
$
|
|
313
|
-
$
|
|
314
|
-
$
|
|
315
|
-
$
|
|
316
|
-
$
|
|
317
|
-
|
|
318
|
-
$
|
|
319
|
-
$
|
|
320
|
-
$
|
|
321
|
-
|
|
322
|
-
$
|
|
323
|
-
$
|
|
324
|
-
$
|
|
325
|
-
|
|
326
|
-
$
|
|
327
|
-
$
|
|
328
|
-
$
|
|
329
|
-
$
|
|
330
|
-
$
|
|
331
|
-
$
|
|
332
|
-
$
|
|
333
|
-
$
|
|
334
|
-
$
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
$
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
$msg-color: $
|
|
345
|
-
$msg-bg-color: $
|
|
346
|
-
$msg-border-color: $
|
|
347
|
-
$msg-color-alt1: $
|
|
348
|
-
$msg-bg-color-alt1: $transparent !default;
|
|
349
|
-
$msg-border-color-alt1: $
|
|
350
|
-
$msg-color-alt2: $
|
|
351
|
-
$msg-bg-color-alt2: $
|
|
352
|
-
$msg-border-color-alt2: $
|
|
353
|
-
|
|
354
|
-
$msg-icon-color: $
|
|
355
|
-
$msg-icon-color-alt1: $
|
|
356
|
-
$msg-icon-color-alt2: $
|
|
357
|
-
|
|
358
|
-
$msg-close-icon-color: $icon-color !default;
|
|
359
|
-
$msg-close-icon-color-alt1: $icon-color !default;
|
|
360
|
-
$msg-close-icon-color-alt2: $
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
$msg-
|
|
364
|
-
$msg-
|
|
365
|
-
$msg-
|
|
366
|
-
$msg-
|
|
367
|
-
$msg-
|
|
368
|
-
$msg-
|
|
369
|
-
$msg-
|
|
370
|
-
$msg-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
$msg-
|
|
374
|
-
$msg-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
$msg-
|
|
378
|
-
$msg-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
$msg-
|
|
383
|
-
$msg-
|
|
384
|
-
$msg-
|
|
385
|
-
$msg-
|
|
386
|
-
$msg-
|
|
387
|
-
$msg-
|
|
388
|
-
$msg-
|
|
389
|
-
|
|
390
|
-
$msg-
|
|
391
|
-
|
|
392
|
-
$msg-
|
|
393
|
-
|
|
394
|
-
$msg-
|
|
395
|
-
|
|
396
|
-
$msg-
|
|
397
|
-
|
|
398
|
-
$
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
$
|
|
402
|
-
|
|
403
|
-
$
|
|
404
|
-
$
|
|
405
|
-
$
|
|
406
|
-
$
|
|
407
|
-
|
|
408
|
-
$
|
|
409
|
-
$
|
|
410
|
-
|
|
411
|
-
$
|
|
412
|
-
$
|
|
413
|
-
$
|
|
414
|
-
|
|
415
|
-
$
|
|
416
|
-
$
|
|
417
|
-
$
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
$
|
|
421
|
-
$
|
|
422
|
-
$
|
|
423
|
-
$
|
|
424
|
-
$
|
|
425
|
-
$
|
|
426
|
-
$
|
|
427
|
-
$
|
|
428
|
-
$
|
|
429
|
-
|
|
430
|
-
$
|
|
431
|
-
$
|
|
432
|
-
$
|
|
433
|
-
|
|
434
|
-
$
|
|
435
|
-
|
|
436
|
-
$
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
$
|
|
441
|
-
$
|
|
442
|
-
$
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
$appbar-bg-color-alt2: $cool-gray-200 !default;
|
|
447
|
-
$appbar-color-alt2: $cool-gray-900 !default;
|
|
448
|
-
$appbar-border-color-alt2: $cool-gray-200 !default;
|
|
449
|
-
$appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
450
|
-
|
|
451
|
-
//shadow
|
|
452
|
-
$appbar-bottom-shadow: 0 1px 3px 0 rgba($black, .1), 0 1px 2px 0 rgba($black, .06) !default;
|
|
453
|
-
$appbar-top-shadow: 0 -1px 3px 0 rgba($black, .1), 0 -1px 2px 0 rgba($black, .06) !default;
|
|
454
|
-
|
|
455
|
-
//rating
|
|
456
|
-
$rating-selected-color: $cool-gray-300 !default;
|
|
457
|
-
$rating-unrated-color: $cool-gray-700 !default;
|
|
458
|
-
$rating-selected-disabled-color: $cool-gray-500 !default;
|
|
459
|
-
$rating-unrated-disabled-color: $cool-gray-700 !default;
|
|
460
|
-
$rating-selected-hover-color: $primary !default;
|
|
461
|
-
$rating-unrated-hover-color: $cool-gray-400 !default;
|
|
462
|
-
$rating-pressed-color: lighten($primary, 15%) !default;
|
|
463
|
-
|
|
464
|
-
//font-icons
|
|
465
|
-
$font-icon-8: 8px !default;
|
|
466
|
-
$font-icon-9: 9px !default;
|
|
467
|
-
$font-icon-10: 10px !default;
|
|
468
|
-
$font-icon-12: 12px !default;
|
|
469
|
-
$font-icon-13: 13px !default;
|
|
470
|
-
$font-icon-14: 14px !default;
|
|
471
|
-
$font-icon-15: 15px !default;
|
|
472
|
-
$font-icon-16: 16px !default;
|
|
473
|
-
$font-icon-17: 17px !default;
|
|
474
|
-
$font-icon-18: 18px !default;
|
|
475
|
-
$font-icon-20: 20px !default;
|
|
476
|
-
$font-icon-22: 22px !default;
|
|
477
|
-
$font-icon-24: 24px !default;
|
|
478
|
-
$font-icon-26: 26px !default;
|
|
479
|
-
$font-icon-28: 28px !default;
|
|
480
|
-
$font-icon-32: 32px !default;
|
|
481
|
-
|
|
482
|
-
$font-size: 12px !default;
|
|
483
|
-
$font-weight: normal !default;
|
|
484
|
-
$error-font-color: $danger !default;
|
|
485
|
-
$overlay-bg-color: rgba($cool-gray-500, .75) !default;
|
|
486
|
-
$warning-font-color: $orange-700 !default;
|
|
487
|
-
$success-font-color: $green-700 !default;
|
|
488
|
-
$information-font-color: $cyan-700 !default;
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'sass:meta';
|
|
3
|
+
@use 'sass:list';
|
|
4
|
+
@import '../common/mixin.scss';
|
|
5
|
+
|
|
6
|
+
$black: #000;
|
|
7
|
+
$white: #fff;
|
|
8
|
+
$transparent: transparent;
|
|
9
|
+
|
|
10
|
+
$cool-gray-50: #f9fafb !default;
|
|
11
|
+
$cool-gray-100: #f3f4f6 !default;
|
|
12
|
+
$cool-gray-200: #e5e7eb !default;
|
|
13
|
+
$cool-gray-300: #d1d5db !default;
|
|
14
|
+
$cool-gray-400: #9ca3af !default;
|
|
15
|
+
$cool-gray-500: #6b7280 !default;
|
|
16
|
+
$cool-gray-600: #4b5563 !default;
|
|
17
|
+
$cool-gray-700: #374151 !default;
|
|
18
|
+
$cool-gray-800: #1f2937 !default;
|
|
19
|
+
$cool-gray-900: #111827 !default;
|
|
20
|
+
|
|
21
|
+
$red-50: #fef2f2 !default;
|
|
22
|
+
$red-100: #fee2e2 !default;
|
|
23
|
+
$red-200: #fecaca !default;
|
|
24
|
+
$red-300: #fca5a5 !default;
|
|
25
|
+
$red-400: #f87171 !default;
|
|
26
|
+
$red-500: #ef4444 !default;
|
|
27
|
+
$red-600: #dc2626 !default;
|
|
28
|
+
$red-700: #b91c1c !default;
|
|
29
|
+
$red-800: #991b1b !default;
|
|
30
|
+
$red-900: #7f1d1d !default;
|
|
31
|
+
|
|
32
|
+
$green-50: #f0fdf4 !default;
|
|
33
|
+
$green-100: #dcfce7 !default;
|
|
34
|
+
$green-200: #bbf7d0 !default;
|
|
35
|
+
$green-300: #86efac !default;
|
|
36
|
+
$green-400: #4ade80 !default;
|
|
37
|
+
$green-500: #22c55e !default;
|
|
38
|
+
$green-600: #16a34a !default;
|
|
39
|
+
$green-700: #15803d !default;
|
|
40
|
+
$green-800: #166534 !default;
|
|
41
|
+
$green-900: #14532d !default;
|
|
42
|
+
|
|
43
|
+
$orange-50: #fff7ed !default;
|
|
44
|
+
$orange-100: #ffedd5 !default;
|
|
45
|
+
$orange-200: #fed7aa !default;
|
|
46
|
+
$orange-300: #fdba74 !default;
|
|
47
|
+
$orange-400: #fb923c !default;
|
|
48
|
+
$orange-500: #f97316 !default;
|
|
49
|
+
$orange-600: #ea580c !default;
|
|
50
|
+
$orange-700: #c2410c !default;
|
|
51
|
+
$orange-800: #9a3412 !default;
|
|
52
|
+
$orange-900: #7c2d12 !default;
|
|
53
|
+
|
|
54
|
+
$cyan-50: #ecfeff !default;
|
|
55
|
+
$cyan-100: #cffafe !default;
|
|
56
|
+
$cyan-200: #a5f3fc !default;
|
|
57
|
+
$cyan-300: #67e8f9 !default;
|
|
58
|
+
$cyan-400: #22d3ee !default;
|
|
59
|
+
$cyan-500: #06b6d4 !default;
|
|
60
|
+
$cyan-600: #0891b2 !default;
|
|
61
|
+
$cyan-700: #0e7490 !default;
|
|
62
|
+
$cyan-800: #155e75 !default;
|
|
63
|
+
$cyan-900: #164e63 !default;
|
|
64
|
+
|
|
65
|
+
$light-blue-50: #f0f9ff;
|
|
66
|
+
$light-blue-100: #e0f2fe;
|
|
67
|
+
$light-blue-200: #bae6fd;
|
|
68
|
+
$light-blue-300: #7dd3fc;
|
|
69
|
+
$light-blue-400: #38bdf8;
|
|
70
|
+
$light-blue-500: #0ea5e9;
|
|
71
|
+
$light-blue-600: #0284c7;
|
|
72
|
+
$light-blue-700: #0369a1;
|
|
73
|
+
$light-blue-800: #075985;
|
|
74
|
+
$light-blue-900: #0c4a6e;
|
|
75
|
+
|
|
76
|
+
$primary: $cyan-400 !default;
|
|
77
|
+
$success: $green-500 !default;
|
|
78
|
+
$info: $light-blue-400 !default;
|
|
79
|
+
$warning: $orange-500 !default;
|
|
80
|
+
$danger: $red-400 !default;
|
|
81
|
+
$primary-text-color: $black !default;
|
|
82
|
+
$primary-light: $cyan-600 !default;
|
|
83
|
+
$primary-lighter: $cyan-800 !default;
|
|
84
|
+
|
|
85
|
+
$content-bg-color: $cool-gray-800 !default;
|
|
86
|
+
$content-bg-color-alt1: color.adjust($cool-gray-800, $lightness: -2%) !default;
|
|
87
|
+
$content-bg-color-alt2: $cool-gray-700 !default;
|
|
88
|
+
$content-bg-color-alt3: $cool-gray-600 !default;
|
|
89
|
+
$content-bg-color-alt4: $cool-gray-500 !default;
|
|
90
|
+
$content-bg-color-alt5: $cool-gray-400 !default;
|
|
91
|
+
$content-bg-color-hover: $cool-gray-600 !default;
|
|
92
|
+
$content-bg-color-pressed: $cool-gray-500 !default;
|
|
93
|
+
$content-bg-color-focus: $cool-gray-600 !default;
|
|
94
|
+
$content-bg-color-selected: $cool-gray-500 !default;
|
|
95
|
+
$content-bg-color-dragged: $cool-gray-600 !default;
|
|
96
|
+
$content-bg-color-disabled: $content-bg-color !default;
|
|
97
|
+
$flyout-bg-color: $cool-gray-700 !default;
|
|
98
|
+
$overlay-bg-color: rgba($cool-gray-500, .75) !default;
|
|
99
|
+
|
|
100
|
+
$content-text-color: $white !default;
|
|
101
|
+
$content-text-color-alt1: $cool-gray-300 !default;
|
|
102
|
+
$content-text-color-alt2: $cool-gray-400 !default;
|
|
103
|
+
$content-text-color-alt3: color.adjust($cool-gray-500, $lightness: -12%) !default;
|
|
104
|
+
$content-text-color-hover: $white !default;
|
|
105
|
+
$content-text-color-pressed: $white !default;
|
|
106
|
+
$content-text-color-focus: $white !default;
|
|
107
|
+
$content-text-color-selected: $white !default;
|
|
108
|
+
$content-text-color-dragged: $white !default;
|
|
109
|
+
$content-text-color-disabled: $cool-gray-500 !default;
|
|
110
|
+
$placeholder-text-color: $cool-gray-500, !default;
|
|
111
|
+
|
|
112
|
+
$icon-color: $cool-gray-300 !default;
|
|
113
|
+
$icon-color-hover: $cool-gray-100 !default;
|
|
114
|
+
$icon-color-pressed: $cool-gray-400 !default;
|
|
115
|
+
$icon-color-disabled: $cool-gray-500 !default;
|
|
116
|
+
|
|
117
|
+
$border-light: $cool-gray-600 !default;
|
|
118
|
+
$border: $cool-gray-500 !default;
|
|
119
|
+
$border-dark: $cool-gray-400 !default;
|
|
120
|
+
$border-hover: $cool-gray-600 !default;
|
|
121
|
+
$border-pressed: $cool-gray-500 !default;
|
|
122
|
+
$border-focus: $cool-gray-700 !default;
|
|
123
|
+
$border-selected: $cool-gray-600 !default;
|
|
124
|
+
$border-dragged: $cool-gray-700 !default;
|
|
125
|
+
$border-disabled: $cool-gray-700 !default;
|
|
126
|
+
$border-warning: $warning !default;
|
|
127
|
+
$border-error: $danger !default;
|
|
128
|
+
$border-success: $success !default;
|
|
129
|
+
|
|
130
|
+
$tooltip-bg-color: $cool-gray-50 !default;
|
|
131
|
+
$tooltip-border: $cool-gray-50;
|
|
132
|
+
$toooltip-text-color: $cool-gray-800 !default;
|
|
133
|
+
|
|
134
|
+
$shadow: 0 1px 3px 0 rgba($black, .1), 0 1px 2px 0 rgba($black, .06) !default;
|
|
135
|
+
$shadow-sm: 0 1px 2px 0 rgba($black, .05) !default;
|
|
136
|
+
$shadow-md: 0 4px 6px -1px rgba($black, .1), 0 2px 4px -1px rgba($black, .06) !default;
|
|
137
|
+
$shadow-lg: 0 10px 15px -3px rgba($black, .1), 0 4px 6px -2px rgba($black, .05) !default;
|
|
138
|
+
$shadow-xl: 0 20px 25px -5px rgba($black, .1), 0 10px 10px -5px rgba($black, .04) !default;
|
|
139
|
+
$shadow-2xl: 0 25px 50px -12px rgba($black, .25) !default;
|
|
140
|
+
$shadow-inner: inset 0 2px 4px 0 rgba($black, .06) !default;
|
|
141
|
+
$shadow-none: 0 0 rgba($black, 0) !default;
|
|
142
|
+
$shadow-focus-ring1: 0 0 0 1px rgba($primary, 1) !default;
|
|
143
|
+
$shadow-focus-ring2: 0 0 0 2px rgba($content-bg-color, .95), 0 0 0 4px rgba($primary, 1) !default;
|
|
144
|
+
|
|
145
|
+
$font-family: 'Inter' !default;
|
|
146
|
+
|
|
147
|
+
$text-xxs: 10px !default;
|
|
148
|
+
$text-xs: 12px !default;
|
|
149
|
+
$text-sm: 14px !default;
|
|
150
|
+
$text-base: 16px !default;
|
|
151
|
+
$text-lg: 18px !default;
|
|
152
|
+
$text-xl: 20px !default;
|
|
153
|
+
$text-2xl: 24px !default;
|
|
154
|
+
$text-3xl: 30px !default;
|
|
155
|
+
$text-4xl: 36px !default;
|
|
156
|
+
$text-5xl: 48px !default;
|
|
157
|
+
$text-6xl: 60px !default;
|
|
158
|
+
$text-7xl: 72px !default;
|
|
159
|
+
$text-8xl: 96px !default;
|
|
160
|
+
$text-9xl: 128px !default;
|
|
161
|
+
|
|
162
|
+
$leading-none: 1 !default;
|
|
163
|
+
$leading-tight: 1.25 !default;
|
|
164
|
+
$leading-snug: 1.375 !default;
|
|
165
|
+
$leading-normal: 1.5 !default;
|
|
166
|
+
$leading-relaxed: 1.625 !default;
|
|
167
|
+
$leading-loose: 2 !default;
|
|
168
|
+
|
|
169
|
+
$font-weight-lighter: lighter !default;
|
|
170
|
+
$font-weight-light: 300 !default;
|
|
171
|
+
$font-weight-normal: 400 !default;
|
|
172
|
+
$font-weight-medium: 500 !default;
|
|
173
|
+
$font-weight-bold: 700 !default;
|
|
174
|
+
$font-weight-bolder: bolder !default;
|
|
175
|
+
|
|
176
|
+
$secondary-bg-color: $cool-gray-800 !default;
|
|
177
|
+
$secondary-border-color: $cool-gray-500 !default;
|
|
178
|
+
$secondary-text-color: $white !default;
|
|
179
|
+
$secondary-bg-color-hover: $cool-gray-700 !default;
|
|
180
|
+
$secondary-border-color-hover: $cool-gray-500 !default;
|
|
181
|
+
$secondary-text-color-hover: $white !default;
|
|
182
|
+
$secondary-bg-color-pressed: $cool-gray-600 !default;
|
|
183
|
+
$secondary-border-color-pressed: $cool-gray-500 !default;
|
|
184
|
+
$secondary-text-color-pressed: $white !default;
|
|
185
|
+
$secondary-bg-color-focus: $secondary-bg-color-hover !default;
|
|
186
|
+
$secondary-border-color-focus: $secondary-border-color-hover !default;
|
|
187
|
+
$secondary-text-color-focus: $secondary-text-color-hover !default;
|
|
188
|
+
$secondary-bg-color-disabled: $secondary-bg-color !default;
|
|
189
|
+
$secondary-border-color-disabled: $cool-gray-700 !default;
|
|
190
|
+
$secondary-text-color-disabled: $cool-gray-500 !default;
|
|
191
|
+
|
|
192
|
+
$primary-bg-color: $primary !default;
|
|
193
|
+
$primary-border-color: $primary !default;
|
|
194
|
+
$primary-text: $primary-text-color !default;
|
|
195
|
+
$primary-bg-color-hover: $cyan-500 !default;
|
|
196
|
+
$primary-border-color-hover: $primary-bg-color-hover !default;
|
|
197
|
+
$primary-text-hover: $primary-text !default;
|
|
198
|
+
$primary-bg-color-pressed: $cyan-300 !default;
|
|
199
|
+
$primary-border-color-pressed: $primary-bg-color-pressed !default;
|
|
200
|
+
$primary-text-pressed: $primary-text-color !default;
|
|
201
|
+
$primary-bg-color-focus: $primary-bg-color-hover !default;
|
|
202
|
+
$primary-border-color-focus: $primary-border-color-hover !default;
|
|
203
|
+
$primary-text-focus: $primary-text !default;
|
|
204
|
+
$primary-bg-color-disabled: $cyan-800 !default;
|
|
205
|
+
$primary-border-color-disabled: $primary-bg-color-disabled !default;
|
|
206
|
+
$primary-text-disabled: $primary-text !default;
|
|
207
|
+
|
|
208
|
+
$success-bg-color: $green-500 !default;
|
|
209
|
+
$success-border-color: $green-500 !default;
|
|
210
|
+
$success-text: $black !default;
|
|
211
|
+
$success-bg-color-hover: $green-600 !default;//mix($black, $succes, 12%)
|
|
212
|
+
$success-border-color-hover: $success-bg-color-hover !default;
|
|
213
|
+
$success-text-hover: $success-text !default;
|
|
214
|
+
$success-bg-color-pressed: $green-400 !default;//mix($black, $succes, 24%)
|
|
215
|
+
$success-border-color-pressed: $success-bg-color-pressed !default;
|
|
216
|
+
$success-text-pressed: $success-text !default;
|
|
217
|
+
$success-bg-color-focus: $success-bg-color-hover !default;
|
|
218
|
+
$success-border-color-focus: $success-border-color-hover !default;
|
|
219
|
+
$success-text-focus: $success-text !default;
|
|
220
|
+
$success-bg-color-disabled: $green-700 !default;
|
|
221
|
+
$success-border-color-disabled: $success-bg-color-disabled !default;
|
|
222
|
+
$success-text-disabled: $black !default;
|
|
223
|
+
|
|
224
|
+
$warning-bg-color: $orange-600 !default;
|
|
225
|
+
$warning-border-color: $orange-600 !default;
|
|
226
|
+
$warning-text: $black !default;
|
|
227
|
+
$warning-bg-color-hover: $orange-700 !default;//mix($black, $succes, 12%)
|
|
228
|
+
$warning-border-color-hover: $warning-bg-color-hover !default;
|
|
229
|
+
$warning-text-hover: $white !default;
|
|
230
|
+
$warning-bg-color-pressed: $orange-500 !default;//mix($black, $succes, 24%)
|
|
231
|
+
$warning-border-color-pressed: $warning-bg-color-pressed !default;
|
|
232
|
+
$warning-text-pressed: $warning-text !default;
|
|
233
|
+
$warning-bg-color-focus: $warning-bg-color-hover !default;
|
|
234
|
+
$warning-border-color-focus: $warning-border-color-hover !default;
|
|
235
|
+
$warning-text-focus: $warning-text !default;
|
|
236
|
+
$warning-bg-color-disabled: $orange-800 !default;
|
|
237
|
+
$warning-border-color-disabled: $warning-bg-color-disabled !default;
|
|
238
|
+
$warning-text-disabled: $black !default;
|
|
239
|
+
|
|
240
|
+
$danger-bg-color: $red-400 !default;
|
|
241
|
+
$danger-border-color: $red-400 !default;
|
|
242
|
+
$danger-text: $black !default;
|
|
243
|
+
$danger-bg-color-hover: $red-500 !default;//mix($black, $succes, 12%)
|
|
244
|
+
$danger-border-color-hover: $danger-bg-color-hover !default;
|
|
245
|
+
$danger-text-hover: $danger-text !default;
|
|
246
|
+
$danger-bg-color-pressed: $red-600 !default;//mix($black, $succes, 24%)
|
|
247
|
+
$danger-border-color-pressed: $danger-bg-color-pressed !default;
|
|
248
|
+
$danger-text-pressed: $white !default;
|
|
249
|
+
$danger-bg-color-focus: $danger-bg-color-hover !default;
|
|
250
|
+
$danger-border-color-focus: $danger-border-color-hover !default;
|
|
251
|
+
$danger-text-focus: $danger-text !default;
|
|
252
|
+
$danger-bg-color-disabled: $red-800 !default;
|
|
253
|
+
$danger-border-color-disabled: $danger-bg-color-disabled !default;
|
|
254
|
+
$danger-text-disabled: $black !default;
|
|
255
|
+
|
|
256
|
+
$info-bg-color: $light-blue-500 !default;
|
|
257
|
+
$info-border-color: $light-blue-500 !default;
|
|
258
|
+
$info-text: $black !default;
|
|
259
|
+
$info-bg-color-hover: $light-blue-600 !default;//mix($black, $succes, 12%)
|
|
260
|
+
$info-border-color-hover: $info-bg-color-hover !default;
|
|
261
|
+
$info-text-hover: $white !default;
|
|
262
|
+
$info-bg-color-pressed: $light-blue-400 !default;//mix($black, $succes, 24%)
|
|
263
|
+
$info-border-color-pressed: $info-bg-color-pressed !default;
|
|
264
|
+
$info-text-pressed: $black !default;
|
|
265
|
+
$info-bg-color-focus: $info-bg-color-hover !default;
|
|
266
|
+
$info-border-color-focus: $info-border-color-hover !default;
|
|
267
|
+
$info-text-focus: $info-text !default;
|
|
268
|
+
$info-bg-color-disabled: $light-blue-800 !default;
|
|
269
|
+
$info-border-color-disabled: $info-bg-color-disabled !default;
|
|
270
|
+
$info-text-disabled: $info-text !default;
|
|
271
|
+
|
|
272
|
+
$success-light: $green-100 !default;
|
|
273
|
+
$info-light: $light-blue-100 !default;
|
|
274
|
+
$warning-light: $orange-100 !default;
|
|
275
|
+
$danger-light: $red-100 !default;
|
|
276
|
+
|
|
277
|
+
$series-1: $cool-gray-700;
|
|
278
|
+
$series-2: $cool-gray-600;
|
|
279
|
+
$series-3: $cool-gray-500;
|
|
280
|
+
$series-4: $cool-gray-400;
|
|
281
|
+
$series-5: #6366f1;
|
|
282
|
+
$series-6: #91bd34;
|
|
283
|
+
$series-7: #f97316;
|
|
284
|
+
$series-8: #01a8b5;
|
|
285
|
+
$series-9: #7c3aed;
|
|
286
|
+
$series-10: #22c55e;
|
|
287
|
+
$series-11: #d83b01;
|
|
288
|
+
$series-12: #ffb900;
|
|
289
|
+
$skin-name: 'tailwind' !default;
|
|
290
|
+
$theme-name: 'tailwind-dark' !default;
|
|
291
|
+
$colorpicker-gradient-1: #f00 !default;
|
|
292
|
+
$colorpicker-gradient-2: #ff0 !default;
|
|
293
|
+
$ccolorpicker-gradient-3: #0f0 !default;
|
|
294
|
+
$colorpicker-gradient-4: #0ff !default;
|
|
295
|
+
$colorpicker-gradient-5: #00f !default;
|
|
296
|
+
$colorpicker-gradient-6: #f0f !default;
|
|
297
|
+
$colorpicker-gradient-7: #ff0004 !default;
|
|
298
|
+
$spreadsheet-selection-1: #673ab8;
|
|
299
|
+
$spreadsheet-selection-2: #9c27b0;
|
|
300
|
+
$spreadsheet-selection-3: #029688;
|
|
301
|
+
$spreadsheet-selection-4: #4caf51;
|
|
302
|
+
$spreadsheet-selection-5: #fe9800;
|
|
303
|
+
$spreadsheet-selection-6: #3f52b5;
|
|
304
|
+
|
|
305
|
+
$diagram-palette-background: $cool-gray-300 !default;
|
|
306
|
+
$diagram-palette-hover-background: $cool-gray-400 !default;
|
|
307
|
+
|
|
308
|
+
$msg-color: $white !default;
|
|
309
|
+
$msg-bg-color: $cool-gray-700 !default;
|
|
310
|
+
$msg-border-color: $cool-gray-600 !default;
|
|
311
|
+
$msg-color-alt1: $white !default;
|
|
312
|
+
$msg-bg-color-alt1: $transparent !default;
|
|
313
|
+
$msg-border-color-alt1: $cool-gray-400 !default;
|
|
314
|
+
$msg-color-alt2: $white !default;
|
|
315
|
+
$msg-bg-color-alt2: $cool-gray-400 !default;
|
|
316
|
+
$msg-border-color-alt2: $cool-gray-400 !default;
|
|
317
|
+
|
|
318
|
+
$msg-icon-color: $white !default;
|
|
319
|
+
$msg-icon-color-alt1: $white !default;
|
|
320
|
+
$msg-icon-color-alt2: $white !default;
|
|
321
|
+
|
|
322
|
+
$msg-close-icon-color: $icon-color !default;
|
|
323
|
+
$msg-close-icon-color-alt1: $icon-color !default;
|
|
324
|
+
$msg-close-icon-color-alt2: $white !default;
|
|
325
|
+
|
|
326
|
+
$msg-danger-color: $red-100 !default;
|
|
327
|
+
$msg-danger-bg-color: $red-900 !default;
|
|
328
|
+
$msg-danger-border-color: $red-800 !default;
|
|
329
|
+
$msg-danger-color-alt1: $red-400 !default;
|
|
330
|
+
$msg-danger-bg-color-alt1: $transparent !default;
|
|
331
|
+
$msg-danger-border-color-alt1: $red-400 !default;
|
|
332
|
+
$msg-danger-color-alt2: $cool-gray-800 !default;
|
|
333
|
+
$msg-danger-bg-color-alt2: $red-400 !default;
|
|
334
|
+
$msg-danger-border-color-alt2: $red-400 !default;
|
|
335
|
+
|
|
336
|
+
$msg-danger-icon-color: $red-400 !default;
|
|
337
|
+
$msg-danger-icon-color-alt1: $red-400 !default;
|
|
338
|
+
$msg-danger-icon-color-alt2: $cool-gray-800 !default;
|
|
339
|
+
|
|
340
|
+
$msg-danger-close-icon-color: $icon-color !default;
|
|
341
|
+
$msg-danger-close-icon-color-alt1: $icon-color !default;
|
|
342
|
+
$msg-danger-close-icon-color-alt2: $cool-gray-800 !default;
|
|
343
|
+
|
|
344
|
+
$msg-success-color: $green-100 !default;
|
|
345
|
+
$msg-success-bg-color: $green-900 !default;
|
|
346
|
+
$msg-success-border-color: $green-800 !default;
|
|
347
|
+
$msg-success-color-alt1: $green-500 !default;
|
|
348
|
+
$msg-success-bg-color-alt1: $transparent !default;
|
|
349
|
+
$msg-success-border-color-alt1: $green-500 !default;
|
|
350
|
+
$msg-success-color-alt2: $cool-gray-800 !default;
|
|
351
|
+
$msg-success-bg-color-alt2: $green-500 !default;
|
|
352
|
+
$msg-success-border-color-alt2: $green-500 !default;
|
|
353
|
+
|
|
354
|
+
$msg-success-icon-color: $green-500 !default;
|
|
355
|
+
$msg-success-icon-color-alt1: $green-500 !default;
|
|
356
|
+
$msg-success-icon-color-alt2: $cool-gray-800 !default;
|
|
357
|
+
|
|
358
|
+
$msg-success-close-icon-color: $icon-color !default;
|
|
359
|
+
$msg-success-close-icon-color-alt1: $icon-color !default;
|
|
360
|
+
$msg-success-close-icon-color-alt2: $cool-gray-800 !default;
|
|
361
|
+
|
|
362
|
+
$msg-warning-color: $orange-100 !default;
|
|
363
|
+
$msg-warning-bg-color: $orange-900 !default;
|
|
364
|
+
$msg-warning-border-color: $orange-800 !default;
|
|
365
|
+
$msg-warning-color-alt1: $orange-500 !default;
|
|
366
|
+
$msg-warning-bg-color-alt1: $transparent !default;
|
|
367
|
+
$msg-warning-border-color-alt1: $orange-500 !default;
|
|
368
|
+
$msg-warning-color-alt2: $cool-gray-800 !default;
|
|
369
|
+
$msg-warning-bg-color-alt2: $orange-500 !default;
|
|
370
|
+
$msg-warning-border-color-alt2: $orange-500 !default;
|
|
371
|
+
|
|
372
|
+
$msg-warning-icon-color: $orange-500 !default;
|
|
373
|
+
$msg-warning-icon-color-alt1: $orange-500 !default;
|
|
374
|
+
$msg-warning-icon-color-alt2: $cool-gray-800 !default;
|
|
375
|
+
|
|
376
|
+
$msg-warning-close-icon-color: $icon-color !default;
|
|
377
|
+
$msg-warning-close-icon-color-alt1: $icon-color !default;
|
|
378
|
+
$msg-warning-close-icon-color-alt2: $cool-gray-800 !default;
|
|
379
|
+
|
|
380
|
+
$msg-info-color: $cyan-100 !default;
|
|
381
|
+
$msg-info-bg-color: $cyan-900 !default;
|
|
382
|
+
$msg-info-border-color: $cyan-800 !default;
|
|
383
|
+
$msg-info-color-alt1: $cyan-500 !default;
|
|
384
|
+
$msg-info-bg-color-alt1: $transparent !default;
|
|
385
|
+
$msg-info-border-color-alt1: $cyan-500 !default;
|
|
386
|
+
$msg-info-color-alt2: $cool-gray-800 !default;
|
|
387
|
+
$msg-info-bg-color-alt2: $cyan-500 !default;
|
|
388
|
+
$msg-info-border-color-alt2: $cyan-500 !default;
|
|
389
|
+
|
|
390
|
+
$msg-info-icon-color: $cyan-500 !default;
|
|
391
|
+
$msg-info-icon-color-alt1: $cyan-500 !default;
|
|
392
|
+
$msg-info-icon-color-alt2: $cool-gray-800 !default;
|
|
393
|
+
|
|
394
|
+
$msg-info-close-icon-color: $icon-color !default;
|
|
395
|
+
$msg-info-close-icon-color-alt1: $icon-color !default;
|
|
396
|
+
$msg-info-close-icon-color-alt2: $cool-gray-800 !default;
|
|
397
|
+
|
|
398
|
+
$appbar-bg-color-alt1: $cool-gray-700 !default;
|
|
399
|
+
$appbar-color-alt1: $white !default;
|
|
400
|
+
$appbar-border-color-alt1: $cool-gray-700 !default;
|
|
401
|
+
$appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
|
|
402
|
+
|
|
403
|
+
$appbar-bg-color-alt2: $cool-gray-200 !default;
|
|
404
|
+
$appbar-color-alt2: $cool-gray-900 !default;
|
|
405
|
+
$appbar-border-color-alt2: $cool-gray-200 !default;
|
|
406
|
+
$appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
407
|
+
|
|
408
|
+
$appbar-bottom-shadow: 0 1px 3px 0 rgba($black, .1), 0 1px 2px 0 rgba($black, .06) !default;
|
|
409
|
+
$appbar-top-shadow: 0 -1px 3px 0 rgba($black, .1), 0 -1px 2px 0 rgba($black, .06) !default;
|
|
410
|
+
|
|
411
|
+
$rating-selected-color: $cool-gray-300 !default;
|
|
412
|
+
$rating-unrated-color: $cool-gray-700 !default;
|
|
413
|
+
$rating-selected-disabled-color: $cool-gray-500 !default;
|
|
414
|
+
$rating-unrated-disabled-color: $cool-gray-700 !default;
|
|
415
|
+
$rating-selected-hover-color: $primary !default;
|
|
416
|
+
$rating-unrated-hover-color: $cool-gray-400 !default;
|
|
417
|
+
$rating-pressed-color: color.adjust($primary, $lightness: -15%) !default;
|
|
418
|
+
|
|
419
|
+
$font-icon-8: 8px !default;
|
|
420
|
+
$font-icon-9: 9px !default;
|
|
421
|
+
$font-icon-10: 10px !default;
|
|
422
|
+
$font-icon-12: 12px !default;
|
|
423
|
+
$font-icon-13: 13px !default;
|
|
424
|
+
$font-icon-14: 14px !default;
|
|
425
|
+
$font-icon-15: 15px !default;
|
|
426
|
+
$font-icon-16: 16px !default;
|
|
427
|
+
$font-icon-17: 17px !default;
|
|
428
|
+
$font-icon-18: 18px !default;
|
|
429
|
+
$font-icon-20: 20px !default;
|
|
430
|
+
$font-icon-22: 22px !default;
|
|
431
|
+
$font-icon-24: 24px !default;
|
|
432
|
+
$font-icon-26: 26px !default;
|
|
433
|
+
$font-icon-28: 28px !default;
|
|
434
|
+
$font-icon-32: 32px !default;
|
|
435
|
+
|
|
436
|
+
$font-size: 12px !default;
|
|
437
|
+
$font-weight: normal !default;
|
|
438
|
+
$error-font-color: $danger !default;
|
|
439
|
+
$overlay-bg-color: rgba($cool-gray-500, .75) !default;
|
|
440
|
+
$warning-font-color: $orange-700 !default;
|
|
441
|
+
$success-font-color: $green-700 !default;
|
|
442
|
+
$information-font-color: $cyan-700 !default;
|
|
443
|
+
|
|
444
|
+
$frozen-shadow: rgba(0, 0, 0, .25) !default;
|
|
445
|
+
$frozen-shadow-2: rgba(0, 0, 0, .25) !default;
|