@commercetools-frontend/ui-kit 19.1.0 → 19.2.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/dist/commercetools-frontend-ui-kit.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-ui-kit.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-ui-kit.esm.js +1 -1
- package/materials/custom-properties.css +68 -158
- package/materials/custom-properties.json +68 -126
- package/materials/custom-properties_default.css +68 -158
- package/materials/custom-properties_recolouring.css +9 -83
- package/materials/internals/definition.yaml +71 -457
- package/package.json +37 -37
|
@@ -6,54 +6,54 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
|
9
|
-
--color-primary: hsl(
|
|
10
|
-
--color-primary-10: hsl(
|
|
11
|
-
--color-primary-20: hsl(
|
|
12
|
-
--color-primary-25: hsl(
|
|
13
|
-
--color-primary-30: hsl(
|
|
14
|
-
--color-primary-40: hsl(
|
|
15
|
-
--color-primary-85: hsl(
|
|
16
|
-
--color-primary-90: hsl(
|
|
17
|
-
--color-primary-95: hsl(
|
|
18
|
-
--color-primary-98: hsl(
|
|
9
|
+
--color-primary: hsl(240, 64%, 58%);
|
|
10
|
+
--color-primary-10: hsl(240, 66%, 19%);
|
|
11
|
+
--color-primary-20: hsl(240, 45%, 33%);
|
|
12
|
+
--color-primary-25: hsl(240, 46%, 48%);
|
|
13
|
+
--color-primary-30: hsl(240, 46%, 53%);
|
|
14
|
+
--color-primary-40: hsl(240, 100%, 67%);
|
|
15
|
+
--color-primary-85: hsl(244, 100%, 84%);
|
|
16
|
+
--color-primary-90: hsl(243, 100%, 93%);
|
|
17
|
+
--color-primary-95: hsl(244, 100%, 97%);
|
|
18
|
+
--color-primary-98: hsl(244, 100%, 99%);
|
|
19
19
|
--color-accent: #213c45;
|
|
20
|
-
--color-accent-10: hsl(195,
|
|
21
|
-
--color-accent-20: hsl(195,
|
|
22
|
-
--color-accent-30: hsl(195,
|
|
23
|
-
--color-accent-40: hsl(195,
|
|
24
|
-
--color-accent-50: hsl(195,
|
|
25
|
-
--color-accent-60: hsl(195,
|
|
26
|
-
--color-accent-85: hsl(195,
|
|
27
|
-
--color-accent-90: hsl(195,
|
|
28
|
-
--color-accent-95: hsl(195,
|
|
29
|
-
--color-accent-98: hsl(195,
|
|
30
|
-
--color-brown-10: hsl(
|
|
31
|
-
--color-brown-20: hsl(
|
|
32
|
-
--color-brown-35: hsl(
|
|
33
|
-
--color-brown-50: hsl(
|
|
34
|
-
--color-brown-70: hsl(
|
|
35
|
-
--color-brown-85: hsl(
|
|
36
|
-
--color-brown-90: hsl(
|
|
37
|
-
--color-brown-95: hsl(
|
|
38
|
-
--color-brown-98: hsl(
|
|
39
|
-
--color-purple-10: hsl(248,
|
|
20
|
+
--color-accent-10: hsl(195, 100%, 10%);
|
|
21
|
+
--color-accent-20: hsl(195, 80%, 20%);
|
|
22
|
+
--color-accent-30: hsl(195, 70%, 30%);
|
|
23
|
+
--color-accent-40: hsl(195, 70%, 40%);
|
|
24
|
+
--color-accent-50: hsl(195, 70%, 50%);
|
|
25
|
+
--color-accent-60: hsl(195, 70%, 60%);
|
|
26
|
+
--color-accent-85: hsl(195, 85%, 85%);
|
|
27
|
+
--color-accent-90: hsl(195, 90%, 90%);
|
|
28
|
+
--color-accent-95: hsl(195, 95%, 95%);
|
|
29
|
+
--color-accent-98: hsl(195, 100%, 98%);
|
|
30
|
+
--color-brown-10: hsl(41, 100%, 10%);
|
|
31
|
+
--color-brown-20: hsl(41, 100%, 20%);
|
|
32
|
+
--color-brown-35: hsl(41, 96%, 35%);
|
|
33
|
+
--color-brown-50: hsl(41, 95%, 44%);
|
|
34
|
+
--color-brown-70: hsl(47, 95%, 70%);
|
|
35
|
+
--color-brown-85: hsl(47, 100%, 85%);
|
|
36
|
+
--color-brown-90: hsl(47, 100%, 90%);
|
|
37
|
+
--color-brown-95: hsl(47, 100%, 95%);
|
|
38
|
+
--color-brown-98: hsl(48, 100%, 97%);
|
|
39
|
+
--color-purple-10: hsl(248, 88%, 10%);
|
|
40
40
|
--color-purple-20: hsl(248, 50%, 20%);
|
|
41
41
|
--color-purple-35: hsl(248, 25%, 35%);
|
|
42
|
-
--color-purple-50: hsl(248,
|
|
43
|
-
--color-purple-70: hsl(248,
|
|
44
|
-
--color-purple-85: hsl(
|
|
45
|
-
--color-purple-90: hsl(248,
|
|
46
|
-
--color-purple-95: hsl(248,
|
|
47
|
-
--color-purple-98: hsl(
|
|
48
|
-
--color-turquoise-10: hsl(180,
|
|
49
|
-
--color-turquoise-20: hsl(180,
|
|
50
|
-
--color-turquoise-35: hsl(
|
|
51
|
-
--color-turquoise-50: hsl(
|
|
52
|
-
--color-turquoise-70: hsl(180,
|
|
53
|
-
--color-turquoise-85: hsl(180,
|
|
54
|
-
--color-turquoise-90: hsl(180,
|
|
55
|
-
--color-turquoise-95: hsl(180,
|
|
56
|
-
--color-turquoise-98: hsl(180,
|
|
42
|
+
--color-purple-50: hsl(248, 64%, 58%);
|
|
43
|
+
--color-purple-70: hsl(248, 80%, 70%);
|
|
44
|
+
--color-purple-85: hsl(249, 100%, 85%);
|
|
45
|
+
--color-purple-90: hsl(248, 100%, 90%);
|
|
46
|
+
--color-purple-95: hsl(248, 100%, 95%);
|
|
47
|
+
--color-purple-98: hsl(246, 100%, 98%);
|
|
48
|
+
--color-turquoise-10: hsl(180, 88%, 10%);
|
|
49
|
+
--color-turquoise-20: hsl(180, 90%, 20%);
|
|
50
|
+
--color-turquoise-35: hsl(178, 88%, 35%);
|
|
51
|
+
--color-turquoise-50: hsl(178, 67%, 50%);
|
|
52
|
+
--color-turquoise-70: hsl(180, 75%, 70%);
|
|
53
|
+
--color-turquoise-85: hsl(180, 90%, 85%);
|
|
54
|
+
--color-turquoise-90: hsl(180, 88%, 90%);
|
|
55
|
+
--color-turquoise-95: hsl(180, 88%, 95%);
|
|
56
|
+
--color-turquoise-98: hsl(180, 100%, 98%);
|
|
57
57
|
--color-neutral: hsl(232, 18%, 80%);
|
|
58
58
|
--color-neutral-05: hsl(0deg 0% 80% / 5%);
|
|
59
59
|
--color-neutral-10: hsl(0deg 0% 80% / 10%);
|
|
@@ -69,17 +69,17 @@
|
|
|
69
69
|
--color-info-85: hsl(203.05555555555554, 93.9130434783%, 85%);
|
|
70
70
|
--color-info-90: #ceebfd;
|
|
71
71
|
--color-info-95: hsl(203.05555555555554, 93.9130434783%, 95%);
|
|
72
|
-
--color-warning:
|
|
73
|
-
--color-warning-25: hsl(
|
|
74
|
-
--color-warning-40: hsl(
|
|
75
|
-
--color-warning-60: hsl(
|
|
76
|
-
--color-warning-85: hsl(
|
|
77
|
-
--color-warning-95: hsl(
|
|
78
|
-
--color-error:
|
|
79
|
-
--color-error-25: hsl(
|
|
80
|
-
--color-error-40: hsl(
|
|
81
|
-
--color-error-85: hsl(
|
|
82
|
-
--color-error-95: hsl(
|
|
72
|
+
--color-warning: hsl(35, 90%, 45%);
|
|
73
|
+
--color-warning-25: hsl(33, 83%, 25%);
|
|
74
|
+
--color-warning-40: hsl(33, 80%, 34%);
|
|
75
|
+
--color-warning-60: hsl(35, 90%, 55%);
|
|
76
|
+
--color-warning-85: hsl(33, 90%, 80%);
|
|
77
|
+
--color-warning-95: hsl(45, 100%, 92%);
|
|
78
|
+
--color-error: hsl(3, 65%, 58%);
|
|
79
|
+
--color-error-25: hsl(4, 69%, 37%);
|
|
80
|
+
--color-error-40: hsl(3, 60%, 46%);
|
|
81
|
+
--color-error-85: hsl(1, 55%, 74%);
|
|
82
|
+
--color-error-95: hsl(349, 66%, 92%);
|
|
83
83
|
--color-solid: #1a1a1a;
|
|
84
84
|
--color-solid-02: hsl(0deg 0% 10% / 2%);
|
|
85
85
|
--color-solid-05: hsl(0deg 0% 10% / 5%);
|
|
@@ -193,27 +193,10 @@
|
|
|
193
193
|
--break-point-biggerdesktop: 1280px;
|
|
194
194
|
--break-point-giantdesktop: 1680px;
|
|
195
195
|
--break-point-jumbodesktop: 1920px;
|
|
196
|
-
--background-color-for-button-when-active: hsl(232, 18%, 95%);
|
|
197
|
-
--background-color-for-button-when-hovered: hsl(232, 18%, 98%);
|
|
198
|
-
--background-color-for-button-when-disabled: hsl(195, 35.2941176471%, 95%);
|
|
199
|
-
--background-color-for-icon-button-when-disabled: hsl(
|
|
200
|
-
195,
|
|
201
|
-
35.2941176471%,
|
|
202
|
-
95%
|
|
203
|
-
);
|
|
204
196
|
--background-color-for-input: #fff;
|
|
205
|
-
--background-color-for-input-when-selected: hsl(195, 35.2941176471%, 95%);
|
|
206
197
|
--background-color-for-input-when-disabled: hsl(232, 18%, 95%);
|
|
207
|
-
--background-color-for-input-when-hovered: hsl(232, 18%, 98%);
|
|
208
|
-
--background-color-for-input-when-focused: #fff;
|
|
209
198
|
--background-color-for-input-when-readonly: hsl(232, 18%, 95%);
|
|
210
|
-
--background-color-for-input-when-
|
|
211
|
-
203.05555555555554,
|
|
212
|
-
93.9130434783%,
|
|
213
|
-
95%
|
|
214
|
-
);
|
|
215
|
-
--background-color-for-input-as-quiet: transparent;
|
|
216
|
-
--background-color-for-input-as-quiet-when-hovered: hsl(0deg 0% 10% / 2%);
|
|
199
|
+
--background-color-for-input-when-hovered: hsl(244, 100%, 99%);
|
|
217
200
|
--background-color-for-localized-input-label: #fff;
|
|
218
201
|
--background-color-for-localized-input-label-when-readonly: hsl(
|
|
219
202
|
232,
|
|
@@ -225,102 +208,29 @@
|
|
|
225
208
|
18%,
|
|
226
209
|
95%
|
|
227
210
|
);
|
|
228
|
-
--background-color-for-button-
|
|
229
|
-
--background-color-for-button-
|
|
230
|
-
--background-color-for-button-
|
|
231
|
-
--background-color-for-button-as-primary-as-default-when-active: #15a390;
|
|
232
|
-
--background-color-for-button-as-primary-as-urgent: #f16d0e;
|
|
233
|
-
--background-color-for-stamp-as-primary: hsl(175, 70%, 90%);
|
|
234
|
-
--background-color-for-stamp-as-positive: hsl(175, 70%, 90%);
|
|
235
|
-
--background-color-for-toggle-thumb-when-active: hsl(175, 55%, 25%);
|
|
236
|
-
--background-color-for-toggle-track-when-active: hsl(175, 55%, 40%);
|
|
237
|
-
--background-color-for-toggle-thumb-when-disabled: hsl(
|
|
238
|
-
195,
|
|
239
|
-
35.2941176471%,
|
|
240
|
-
60%
|
|
241
|
-
);
|
|
242
|
-
--background-color-for-toggle-track-when-disabled: hsl(
|
|
243
|
-
195,
|
|
244
|
-
35.2941176471%,
|
|
245
|
-
90%
|
|
246
|
-
);
|
|
247
|
-
--background-color-for-toggle-thumb-when-active-when-disabled: hsl(
|
|
248
|
-
232,
|
|
249
|
-
18%,
|
|
250
|
-
60%
|
|
251
|
-
);
|
|
252
|
-
--background-color-for-toggle-track-when-active-when-disabled: hsl(
|
|
253
|
-
232,
|
|
254
|
-
18%,
|
|
255
|
-
90%
|
|
256
|
-
);
|
|
257
|
-
--background-color-for-toggle-thumb-when-hovered: rgba(0, 0, 0, 0.1);
|
|
258
|
-
--background-color-for-loading-spinner-track: #213c45;
|
|
259
|
-
--background-color-for-loading-spinner-dot: #213c45;
|
|
260
|
-
--background-color-for-content-notification-when-success: hsl(175, 90%, 95%);
|
|
261
|
-
--background-color-for-view-switcher-button-when-active: hsl(232, 18%, 95%);
|
|
262
|
-
--background-color-for-checkbox-input-when-hovered: hsl(232, 18%, 90%);
|
|
263
|
-
--background-color-for-radio-option-when-hovered: hsl(232, 18%, 90%);
|
|
264
|
-
--background-color-for-tag: hsl(232, 18%, 95%);
|
|
265
|
-
--background-color-for-tag-when-hovered: hsl(232, 18%, 90%);
|
|
266
|
-
--background-color-for-dropdown-when-hovered: hsl(232, 18%, 95%);
|
|
267
|
-
--background-color-for-dropdown-when-active: hsl(232, 18%, 90%);
|
|
268
|
-
--background-color-for-dropdown-option-when-active: hsl(
|
|
269
|
-
203.05555555555554,
|
|
270
|
-
93.9130434783%,
|
|
271
|
-
95%
|
|
272
|
-
);
|
|
211
|
+
--background-color-for-button-when-active: hsl(243, 100%, 93%);
|
|
212
|
+
--background-color-for-button-when-hovered: hsl(244, 100%, 97%);
|
|
213
|
+
--background-color-for-button-when-disabled: hsl(232, 18%, 95%);
|
|
273
214
|
--border-color-for-input: hsl(232, 18%, 80%);
|
|
274
|
-
--border-color-for-input-when-focused: hsl(175, 55%, 45%);
|
|
275
215
|
--border-color-for-input-when-disabled: hsl(232, 18%, 80%);
|
|
276
216
|
--border-color-for-input-when-readonly: #fff;
|
|
277
|
-
--border-color-for-input-when-error:
|
|
278
|
-
--border-color-for-input-when-warning:
|
|
217
|
+
--border-color-for-input-when-error: hsl(3, 65%, 58%);
|
|
218
|
+
--border-color-for-input-when-warning: hsl(35, 90%, 45%);
|
|
279
219
|
--border-color-for-input-when-hovered: hsl(232, 18%, 80%);
|
|
280
|
-
--border-color-for-input-
|
|
281
|
-
--border-color-for-button-as-secondary: hsl(
|
|
282
|
-
--border-color-for-dropdown: hsl(232, 18%, 80%);
|
|
283
|
-
--border-color-for-content-notification-when-success: hsl(175, 70%, 85%);
|
|
284
|
-
--border-color-for-checkbox-input: hsl(175, 55%, 45%);
|
|
285
|
-
--border-color-for-checkbox-input-when-active: hsl(175, 55%, 45%);
|
|
286
|
-
--border-color-for-tag: hsl(232, 18%, 85%);
|
|
287
|
-
--border-radius-for-button-as-big: 4px;
|
|
288
|
-
--border-radius-for-button-as-medium: 4px;
|
|
220
|
+
--border-color-for-input-when-focused: hsl(240, 100%, 67%);
|
|
221
|
+
--border-color-for-button-as-secondary: hsl(244, 100%, 84%);
|
|
289
222
|
--border-radius-for-input: 4px;
|
|
290
|
-
--border-width-for-input: 1px;
|
|
291
|
-
--border-width-for-input-when-warning: 1px;
|
|
292
|
-
--border-width-for-input-when-error: 1px;
|
|
293
|
-
--border-width-for-input-when-focused: 1px;
|
|
294
223
|
--font-color-for-input: #1a1a1a;
|
|
295
224
|
--font-color-for-input-when-disabled: hsl(232, 18%, 60%);
|
|
296
|
-
--font-color-for-input-when-error:
|
|
225
|
+
--font-color-for-input-when-error: hsl(3, 60%, 46%);
|
|
297
226
|
--font-color-for-input-when-readonly: hsl(232, 18%, 40%);
|
|
298
|
-
--font-color-for-input-when-warning:
|
|
299
|
-
--font-color-for-button-as-secondary:
|
|
300
|
-
--font-color-for-button-as-flat-when-hovered: hsl(175, 55%, 45%);
|
|
301
|
-
--font-color-for-button-as-flat-as-critical: #e60050;
|
|
302
|
-
--font-color-for-button-as-flat-as-critical-when-hovered: hsl(
|
|
303
|
-
339.1304347826087,
|
|
304
|
-
100%,
|
|
305
|
-
25%
|
|
306
|
-
);
|
|
307
|
-
--font-color-for-view-switcher-button: hsl(232, 18%, 40%);
|
|
308
|
-
--font-color-for-stamp-as-positive: hsl(175, 55%, 25%);
|
|
309
|
-
--font-color-for-content-notification-when-success: hsl(175, 55%, 45%);
|
|
310
|
-
--font-color-for-avatar-as-turquoise: hsl(180, 30%, 45%);
|
|
311
|
-
--font-color-for-leading-icon-as-turquoise: hsl(180, 30%, 45%);
|
|
312
|
-
--font-color-for-text-as-positive: hsl(175, 55%, 25%);
|
|
227
|
+
--font-color-for-input-when-warning: hsl(35, 90%, 45%);
|
|
228
|
+
--font-color-for-button-as-secondary: hsl(240, 64%, 58%);
|
|
313
229
|
--height-for-button-as-big: 40px;
|
|
314
|
-
--height-for-button-as-medium: 32px;
|
|
315
230
|
--height-for-button-as-small: 16px;
|
|
231
|
+
--height-for-button-as-medium: 32px;
|
|
316
232
|
--height-for-input: 40px;
|
|
317
233
|
--height-for-input-as-small: 32px;
|
|
318
|
-
--placeholder-font-color-for-input: hsl(232, 18%, 60%);
|
|
319
|
-
--font-size-for-button: 0.875rem;
|
|
320
|
-
--font-size-for-input: 1rem;
|
|
321
|
-
--padding-for-input: 0 var(--spacing-30);
|
|
322
|
-
--padding-for-input-as-quiet: 0 var(--spacing-20);
|
|
323
|
-
--padding-for-button: 0 var(--spacing-30);
|
|
324
234
|
--shadow-for-input: none;
|
|
325
235
|
--shadow-for-input-when-focused: inset 0 0 0 1px var(--color-primary);
|
|
326
236
|
--shadow-for-input-when-error: inset 0 0 0 1px var(--color-error);
|
|
@@ -193,19 +193,10 @@
|
|
|
193
193
|
--break-point-biggerdesktop: 1280px;
|
|
194
194
|
--break-point-giantdesktop: 1680px;
|
|
195
195
|
--break-point-jumbodesktop: 1920px;
|
|
196
|
-
--background-color-for-button-when-active: hsl(243, 100%, 93%);
|
|
197
|
-
--background-color-for-button-when-hovered: hsl(244, 100%, 97%);
|
|
198
|
-
--background-color-for-button-when-disabled: hsl(195, 35.2941176471%, 95%);
|
|
199
|
-
--background-color-for-icon-button-when-disabled: transparent;
|
|
200
196
|
--background-color-for-input: #fff;
|
|
201
|
-
--background-color-for-input-when-selected: hsl(244, 100%, 97%);
|
|
202
197
|
--background-color-for-input-when-disabled: hsl(232, 18%, 95%);
|
|
203
|
-
--background-color-for-input-when-hovered: hsl(244, 100%, 99%);
|
|
204
|
-
--background-color-for-input-when-focused: #fff;
|
|
205
198
|
--background-color-for-input-when-readonly: hsl(232, 18%, 95%);
|
|
206
|
-
--background-color-for-input-when-
|
|
207
|
-
--background-color-for-input-as-quiet: transparent;
|
|
208
|
-
--background-color-for-input-as-quiet-when-hovered: hsla(240, 64%, 58%, 4%);
|
|
199
|
+
--background-color-for-input-when-hovered: hsl(244, 100%, 99%);
|
|
209
200
|
--background-color-for-localized-input-label: #fff;
|
|
210
201
|
--background-color-for-localized-input-label-when-readonly: hsl(
|
|
211
202
|
232,
|
|
@@ -217,94 +208,29 @@
|
|
|
217
208
|
18%,
|
|
218
209
|
95%
|
|
219
210
|
);
|
|
220
|
-
--background-color-for-button-
|
|
221
|
-
--background-color-for-button-
|
|
222
|
-
--background-color-for-button-
|
|
223
|
-
240,
|
|
224
|
-
100%,
|
|
225
|
-
67%
|
|
226
|
-
);
|
|
227
|
-
--background-color-for-button-as-primary-as-default-when-active: hsl(
|
|
228
|
-
240,
|
|
229
|
-
46%,
|
|
230
|
-
48%
|
|
231
|
-
);
|
|
232
|
-
--background-color-for-button-as-primary-as-urgent: hsl(35, 90%, 55%);
|
|
233
|
-
--background-color-for-stamp-as-primary: hsl(244, 100%, 97%);
|
|
234
|
-
--background-color-for-stamp-as-positive: hsl(141, 76%, 92%);
|
|
235
|
-
--background-color-for-toggle-thumb-when-active: hsl(240, 100%, 67%);
|
|
236
|
-
--background-color-for-toggle-track-when-active: hsl(244, 100%, 84%);
|
|
237
|
-
--background-color-for-toggle-thumb-when-disabled: hsl(232, 18%, 60%);
|
|
238
|
-
--background-color-for-toggle-track-when-disabled: hsl(232, 18%, 90%);
|
|
239
|
-
--background-color-for-toggle-thumb-when-active-when-disabled: hsl(
|
|
240
|
-
244,
|
|
241
|
-
100%,
|
|
242
|
-
84%
|
|
243
|
-
);
|
|
244
|
-
--background-color-for-toggle-track-when-active-when-disabled: hsl(
|
|
245
|
-
243,
|
|
246
|
-
100%,
|
|
247
|
-
93%
|
|
248
|
-
);
|
|
249
|
-
--background-color-for-toggle-thumb-when-hovered: hsla(240, 64%, 58%, 4%);
|
|
250
|
-
--background-color-for-loading-spinner-track: hsl(243, 100%, 93%);
|
|
251
|
-
--background-color-for-loading-spinner-dot: hsl(240, 64%, 58%);
|
|
252
|
-
--background-color-for-content-notification-when-success: hsl(141, 76%, 92%);
|
|
253
|
-
--background-color-for-view-switcher-button-when-active: hsl(244, 100%, 97%);
|
|
254
|
-
--background-color-for-checkbox-input-when-hovered: hsl(244, 100%, 97%);
|
|
255
|
-
--background-color-for-radio-option-when-hovered: hsl(244, 100%, 97%);
|
|
256
|
-
--background-color-for-tag: hsl(244, 100%, 97%);
|
|
257
|
-
--background-color-for-tag-when-hovered: hsl(243, 100%, 93%);
|
|
258
|
-
--background-color-for-dropdown-when-hovered: hsl(244, 100%, 97%);
|
|
259
|
-
--background-color-for-dropdown-when-active: hsl(243, 100%, 93%);
|
|
260
|
-
--background-color-for-dropdown-option-when-active: hsl(244, 100%, 97%);
|
|
211
|
+
--background-color-for-button-when-active: hsl(243, 100%, 93%);
|
|
212
|
+
--background-color-for-button-when-hovered: hsl(244, 100%, 97%);
|
|
213
|
+
--background-color-for-button-when-disabled: hsl(232, 18%, 95%);
|
|
261
214
|
--border-color-for-input: hsl(232, 18%, 80%);
|
|
262
|
-
--border-color-for-input-when-focused: hsl(240, 100%, 67%);
|
|
263
215
|
--border-color-for-input-when-disabled: hsl(232, 18%, 80%);
|
|
264
216
|
--border-color-for-input-when-readonly: #fff;
|
|
265
|
-
--border-color-for-input-when-error:
|
|
266
|
-
--border-color-for-input-when-warning:
|
|
217
|
+
--border-color-for-input-when-error: hsl(3, 65%, 58%);
|
|
218
|
+
--border-color-for-input-when-warning: hsl(35, 90%, 45%);
|
|
267
219
|
--border-color-for-input-when-hovered: hsl(232, 18%, 80%);
|
|
268
|
-
--border-color-for-input-
|
|
220
|
+
--border-color-for-input-when-focused: hsl(240, 100%, 67%);
|
|
269
221
|
--border-color-for-button-as-secondary: hsl(244, 100%, 84%);
|
|
270
|
-
--border-color-for-dropdown: hsl(244, 100%, 84%);
|
|
271
|
-
--border-color-for-content-notification-when-success: hsl(144, 69%, 80%);
|
|
272
|
-
--border-color-for-checkbox-input: hsl(232, 18%, 60%);
|
|
273
|
-
--border-color-for-checkbox-input-when-active: hsl(240, 64%, 58%);
|
|
274
|
-
--border-color-for-tag: hsl(243, 100%, 93%);
|
|
275
|
-
--border-radius-for-button-as-big: 4px;
|
|
276
|
-
--border-radius-for-button-as-medium: 4px;
|
|
277
222
|
--border-radius-for-input: 4px;
|
|
278
|
-
--border-width-for-input: 1px;
|
|
279
|
-
--border-width-for-input-when-warning: 1px;
|
|
280
|
-
--border-width-for-input-when-error: 1px;
|
|
281
|
-
--border-width-for-input-when-focused: 1px;
|
|
282
223
|
--font-color-for-input: #1a1a1a;
|
|
283
224
|
--font-color-for-input-when-disabled: hsl(232, 18%, 60%);
|
|
284
225
|
--font-color-for-input-when-error: hsl(3, 60%, 46%);
|
|
285
226
|
--font-color-for-input-when-readonly: hsl(232, 18%, 40%);
|
|
286
|
-
--font-color-for-input-when-warning:
|
|
227
|
+
--font-color-for-input-when-warning: hsl(35, 90%, 45%);
|
|
287
228
|
--font-color-for-button-as-secondary: hsl(240, 64%, 58%);
|
|
288
|
-
--font-color-for-button-as-flat-when-hovered: hsl(240, 100%, 67%);
|
|
289
|
-
--font-color-for-button-as-flat-as-critical: hsl(3, 60%, 46%);
|
|
290
|
-
--font-color-for-button-as-flat-as-critical-when-hovered: hsl(3, 65%, 58%);
|
|
291
|
-
--font-color-for-view-switcher-button: hsl(240, 64%, 58%);
|
|
292
|
-
--font-color-for-stamp-as-positive: hsl(155, 90%, 24%);
|
|
293
|
-
--font-color-for-content-notification-when-success: hsl(152, 77%, 39%);
|
|
294
|
-
--font-color-for-avatar-as-turquoise: hsl(178, 88%, 35%);
|
|
295
|
-
--font-color-for-leading-icon-as-turquoise: hsl(178, 88%, 35%);
|
|
296
|
-
--font-color-for-text-as-positive: hsl(155, 90%, 24%);
|
|
297
229
|
--height-for-button-as-big: 40px;
|
|
298
|
-
--height-for-button-as-medium: 32px;
|
|
299
230
|
--height-for-button-as-small: 16px;
|
|
231
|
+
--height-for-button-as-medium: 32px;
|
|
300
232
|
--height-for-input: 40px;
|
|
301
233
|
--height-for-input-as-small: 32px;
|
|
302
|
-
--placeholder-font-color-for-input: hsl(232, 18%, 60%);
|
|
303
|
-
--font-size-for-button: 0.875rem;
|
|
304
|
-
--font-size-for-input: 1rem;
|
|
305
|
-
--padding-for-input: 0 var(--spacing-30);
|
|
306
|
-
--padding-for-input-as-quiet: 0 var(--spacing-20);
|
|
307
|
-
--padding-for-button: 0 var(--spacing-30);
|
|
308
234
|
--shadow-for-input: none;
|
|
309
235
|
--shadow-for-input-when-focused: inset 0 0 0 1px var(--color-primary);
|
|
310
236
|
--shadow-for-input-when-error: inset 0 0 0 1px var(--color-error);
|