@rescui/input 0.11.9 → 0.11.10-RUI-226-Update-card-cn-baacc2f1.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_virtual/close.js +84 -14
- package/lib/_virtual/index.css.js +12 -7
- package/lib/_virtual/loading.js +100 -22
- package/lib/_virtual/warning.js +84 -14
- package/lib/index.css +203 -152
- package/lib/input.js +3 -2
- package/lib/input.p.module.css.js +28 -28
- package/lib/parts/custom-icon.js +1 -0
- package/lib/parts/right-icons.js +4 -2
- package/lib/public-api.p.css +40 -25
- package/lib/public-api.pcss +40 -25
- package/package.json +10 -9
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_1bfqf1a_4{
|
|
2
2
|
--_rs-theme-dark:var(
|
|
3
3
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
4
4
|
var(--rs-theme-dark, 0)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
9
9
|
}
|
|
10
10
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
11
|
-
.
|
|
11
|
+
._icon_1bfqf1a_4{
|
|
12
12
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
13
13
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
14
14
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
20
|
-
.
|
|
20
|
+
._icon_1bfqf1a_4{
|
|
21
21
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
22
22
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
23
23
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -25,30 +25,30 @@
|
|
|
25
25
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._icon_1bfqf1a_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:auto;
|
|
33
33
|
height:var(--_rs-icons-height);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_1bfqf1a_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_1bfqf1a_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_1bfqf1a_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_1bfqf1a_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_1bfqf1a_30{
|
|
48
48
|
--rs-theme-dark:0;
|
|
49
49
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._dark_1bfqf1a_34{
|
|
52
52
|
--rs-theme-dark:1;
|
|
53
53
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
54
54
|
}
|
|
@@ -60,21 +60,57 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._allVariants_1bfqf1a_48{
|
|
64
|
+
aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
|
|
65
|
+
container:rs-icon / size;
|
|
66
|
+
}
|
|
67
|
+
._variant16_1bfqf1a_53,
|
|
68
|
+
._variant20_1bfqf1a_54,
|
|
69
|
+
._variant24_1bfqf1a_55{
|
|
70
|
+
display:none;
|
|
71
|
+
}
|
|
72
|
+
._variant28_1bfqf1a_58{
|
|
73
|
+
display:block;
|
|
74
|
+
}
|
|
75
|
+
@container rs-icon (max-height: 24px){
|
|
76
|
+
._variant24_1bfqf1a_55{
|
|
77
|
+
display:block;
|
|
78
|
+
}
|
|
79
|
+
._variant28_1bfqf1a_58{
|
|
80
|
+
display:none;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
@container rs-icon (max-height: 20px){
|
|
84
|
+
._variant20_1bfqf1a_54{
|
|
85
|
+
display:block;
|
|
86
|
+
}
|
|
87
|
+
._variant24_1bfqf1a_55{
|
|
88
|
+
display:none;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
@container rs-icon (max-height: 16px){
|
|
92
|
+
._variant16_1bfqf1a_53{
|
|
93
|
+
display:block;
|
|
94
|
+
}
|
|
95
|
+
._variant20_1bfqf1a_54{
|
|
96
|
+
display:none;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
._light_1pvq70e_8{
|
|
64
100
|
--rs-theme-dark:0;
|
|
65
101
|
}
|
|
66
|
-
.
|
|
102
|
+
._dark_1pvq70e_11{
|
|
67
103
|
--rs-theme-dark:1;
|
|
68
104
|
}
|
|
69
|
-
.
|
|
105
|
+
._sizeS_1pvq70e_15{
|
|
70
106
|
--_rs-input-vertical-padding:6px;
|
|
71
107
|
--_rs-input-horizontal-padding:8px;
|
|
72
108
|
--_rs-input-parts-offset:4px;
|
|
73
109
|
--_rs-input-icon-offset:8px;
|
|
74
110
|
--_rs-input-icon-size:20px;
|
|
75
111
|
}
|
|
76
|
-
.
|
|
77
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
112
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
113
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
78
114
|
--_rs-typography-text-transform:initial;
|
|
79
115
|
--_rs-typography-font-variant-numeric:initial;
|
|
80
116
|
--_rs-typography-font-family:var(
|
|
@@ -107,11 +143,11 @@
|
|
|
107
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
108
144
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
109
145
|
}
|
|
110
|
-
.
|
|
111
|
-
.
|
|
112
|
-
.
|
|
113
|
-
.
|
|
114
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
146
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__label'],
|
|
147
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__inner'],
|
|
148
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__inner']::placeholder,
|
|
149
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__suffix']{
|
|
150
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
115
151
|
--_rs-typography-text-transform:initial;
|
|
116
152
|
--_rs-typography-font-variant-numeric:initial;
|
|
117
153
|
--_rs-typography-font-family:var(
|
|
@@ -144,8 +180,8 @@
|
|
|
144
180
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
145
181
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
146
182
|
}
|
|
147
|
-
.
|
|
148
|
-
--_rs-typography-letter-spacing:normal;
|
|
183
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__bold-label']{
|
|
184
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
149
185
|
--_rs-typography-text-transform:initial;
|
|
150
186
|
--_rs-typography-font-variant-numeric:initial;
|
|
151
187
|
--_rs-typography-font-family:var(
|
|
@@ -175,8 +211,8 @@
|
|
|
175
211
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
176
212
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
177
213
|
}
|
|
178
|
-
.
|
|
179
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
214
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__note']{
|
|
215
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
180
216
|
--_rs-typography-text-transform:initial;
|
|
181
217
|
--_rs-typography-font-variant-numeric:initial;
|
|
182
218
|
--_rs-typography-font-family:var(
|
|
@@ -209,8 +245,8 @@
|
|
|
209
245
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
210
246
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
211
247
|
}
|
|
212
|
-
.
|
|
213
|
-
--_rs-typography-letter-spacing:normal;
|
|
248
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__error-message']{
|
|
249
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
214
250
|
--_rs-typography-text-transform:initial;
|
|
215
251
|
--_rs-typography-font-variant-numeric:initial;
|
|
216
252
|
--_rs-typography-font-family:var(
|
|
@@ -240,18 +276,18 @@
|
|
|
240
276
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
241
277
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
242
278
|
}
|
|
243
|
-
.
|
|
279
|
+
._sizeS_1pvq70e_15 [data-rs-internal='input__error-icon']:not(html){
|
|
244
280
|
--_rs-icons-height:20px;
|
|
245
281
|
}
|
|
246
|
-
.
|
|
282
|
+
._sizeM_1pvq70e_18{
|
|
247
283
|
--_rs-input-vertical-padding:8px;
|
|
248
284
|
--_rs-input-horizontal-padding:8px;
|
|
249
285
|
--_rs-input-parts-offset:8px;
|
|
250
286
|
--_rs-input-icon-offset:8px;
|
|
251
287
|
--_rs-input-icon-size:24px;
|
|
252
288
|
}
|
|
253
|
-
.
|
|
254
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
289
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
290
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
255
291
|
--_rs-typography-text-transform:initial;
|
|
256
292
|
--_rs-typography-font-variant-numeric:initial;
|
|
257
293
|
--_rs-typography-font-family:var(
|
|
@@ -279,21 +315,24 @@
|
|
|
279
315
|
--_rs-typography-text-auto-offset:16px;
|
|
280
316
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
281
317
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
282
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
318
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
319
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
320
|
+
16px
|
|
321
|
+
);
|
|
283
322
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
284
323
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
285
324
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
286
325
|
}
|
|
287
326
|
@media screen and (max-width: 640px){
|
|
288
|
-
.
|
|
289
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
327
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
328
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
290
329
|
}
|
|
291
330
|
}
|
|
292
|
-
.
|
|
293
|
-
.
|
|
294
|
-
.
|
|
295
|
-
.
|
|
296
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
331
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__label'],
|
|
332
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__inner'],
|
|
333
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__inner']::placeholder,
|
|
334
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__suffix']{
|
|
335
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
297
336
|
--_rs-typography-text-transform:initial;
|
|
298
337
|
--_rs-typography-font-variant-numeric:initial;
|
|
299
338
|
--_rs-typography-font-family:var(
|
|
@@ -321,21 +360,24 @@
|
|
|
321
360
|
--_rs-typography-text-auto-offset:16px;
|
|
322
361
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
323
362
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
324
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
363
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
364
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
365
|
+
16px
|
|
366
|
+
);
|
|
325
367
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
326
368
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
327
369
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
328
370
|
}
|
|
329
371
|
@media screen and (max-width: 640px){
|
|
330
|
-
.
|
|
331
|
-
.
|
|
332
|
-
.
|
|
333
|
-
.
|
|
334
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
372
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__label'],
|
|
373
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__inner'],
|
|
374
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__inner']::placeholder,
|
|
375
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__suffix']{
|
|
376
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
335
377
|
}
|
|
336
378
|
}
|
|
337
|
-
.
|
|
338
|
-
--_rs-typography-letter-spacing:normal;
|
|
379
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__bold-label']{
|
|
380
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
339
381
|
--_rs-typography-text-transform:initial;
|
|
340
382
|
--_rs-typography-font-variant-numeric:initial;
|
|
341
383
|
--_rs-typography-font-family:var(
|
|
@@ -365,8 +407,8 @@
|
|
|
365
407
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
366
408
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
367
409
|
}
|
|
368
|
-
.
|
|
369
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
410
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__note']{
|
|
411
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
370
412
|
--_rs-typography-text-transform:initial;
|
|
371
413
|
--_rs-typography-font-variant-numeric:initial;
|
|
372
414
|
--_rs-typography-font-family:var(
|
|
@@ -399,8 +441,8 @@
|
|
|
399
441
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
400
442
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
401
443
|
}
|
|
402
|
-
.
|
|
403
|
-
--_rs-typography-letter-spacing:normal;
|
|
444
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__error-message']{
|
|
445
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
404
446
|
--_rs-typography-text-transform:initial;
|
|
405
447
|
--_rs-typography-font-variant-numeric:initial;
|
|
406
448
|
--_rs-typography-font-family:var(
|
|
@@ -430,18 +472,18 @@
|
|
|
430
472
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
431
473
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
432
474
|
}
|
|
433
|
-
.
|
|
475
|
+
._sizeM_1pvq70e_18 [data-rs-internal='input__error-icon']:not(html){
|
|
434
476
|
--_rs-icons-height:20px;
|
|
435
477
|
}
|
|
436
|
-
.
|
|
478
|
+
._sizeL_1pvq70e_21{
|
|
437
479
|
--_rs-input-vertical-padding:12px;
|
|
438
480
|
--_rs-input-horizontal-padding:16px;
|
|
439
481
|
--_rs-input-parts-offset:8px;
|
|
440
482
|
--_rs-input-icon-offset:16px;
|
|
441
483
|
--_rs-input-icon-size:28px;
|
|
442
484
|
}
|
|
443
|
-
.
|
|
444
|
-
--_rs-typography-letter-spacing:normal;
|
|
485
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
486
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
445
487
|
--_rs-typography-text-transform:initial;
|
|
446
488
|
--_rs-typography-font-variant-numeric:initial;
|
|
447
489
|
--_rs-typography-font-family:var(
|
|
@@ -469,21 +511,24 @@
|
|
|
469
511
|
--_rs-typography-text-auto-offset:32px;
|
|
470
512
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
471
513
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
472
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
514
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
515
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
516
|
+
24px
|
|
517
|
+
);
|
|
473
518
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
474
519
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
475
520
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
476
521
|
}
|
|
477
522
|
@media screen and (max-width: 640px){
|
|
478
|
-
.
|
|
479
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
523
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
524
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
480
525
|
}
|
|
481
526
|
}
|
|
482
|
-
.
|
|
483
|
-
.
|
|
484
|
-
.
|
|
485
|
-
.
|
|
486
|
-
--_rs-typography-letter-spacing:normal;
|
|
527
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__label'],
|
|
528
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__inner'],
|
|
529
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__inner']::placeholder,
|
|
530
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__suffix']{
|
|
531
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
487
532
|
--_rs-typography-text-transform:initial;
|
|
488
533
|
--_rs-typography-font-variant-numeric:initial;
|
|
489
534
|
--_rs-typography-font-family:var(
|
|
@@ -511,21 +556,24 @@
|
|
|
511
556
|
--_rs-typography-text-auto-offset:32px;
|
|
512
557
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
513
558
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
514
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
559
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
560
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
561
|
+
24px
|
|
562
|
+
);
|
|
515
563
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
516
564
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
517
565
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
518
566
|
}
|
|
519
567
|
@media screen and (max-width: 640px){
|
|
520
|
-
.
|
|
521
|
-
.
|
|
522
|
-
.
|
|
523
|
-
.
|
|
524
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
568
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__label'],
|
|
569
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__inner'],
|
|
570
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__inner']::placeholder,
|
|
571
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__suffix']{
|
|
572
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
525
573
|
}
|
|
526
574
|
}
|
|
527
|
-
.
|
|
528
|
-
--_rs-typography-letter-spacing:normal;
|
|
575
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__bold-label']{
|
|
576
|
+
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
529
577
|
--_rs-typography-text-transform:initial;
|
|
530
578
|
--_rs-typography-font-variant-numeric:initial;
|
|
531
579
|
--_rs-typography-font-family:var(
|
|
@@ -555,8 +603,8 @@
|
|
|
555
603
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
556
604
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
557
605
|
}
|
|
558
|
-
.
|
|
559
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
606
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__note']{
|
|
607
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
560
608
|
--_rs-typography-text-transform:initial;
|
|
561
609
|
--_rs-typography-font-variant-numeric:initial;
|
|
562
610
|
--_rs-typography-font-family:var(
|
|
@@ -584,18 +632,21 @@
|
|
|
584
632
|
--_rs-typography-text-auto-offset:16px;
|
|
585
633
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
586
634
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
587
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
635
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
636
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
637
|
+
16px
|
|
638
|
+
);
|
|
588
639
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
589
640
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
590
641
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
591
642
|
}
|
|
592
643
|
@media screen and (max-width: 640px){
|
|
593
|
-
.
|
|
594
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
644
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__note']{
|
|
645
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
595
646
|
}
|
|
596
647
|
}
|
|
597
|
-
.
|
|
598
|
-
--_rs-typography-letter-spacing:normal;
|
|
648
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__error-message']{
|
|
649
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
599
650
|
--_rs-typography-text-transform:initial;
|
|
600
651
|
--_rs-typography-font-variant-numeric:initial;
|
|
601
652
|
--_rs-typography-font-family:var(
|
|
@@ -625,10 +676,10 @@
|
|
|
625
676
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
626
677
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
627
678
|
}
|
|
628
|
-
.
|
|
679
|
+
._sizeL_1pvq70e_21 [data-rs-internal='input__error-icon']:not(html){
|
|
629
680
|
--_rs-icons-height:24px;
|
|
630
681
|
}
|
|
631
|
-
.
|
|
682
|
+
._classic_1pvq70e_25{
|
|
632
683
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
633
684
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
634
685
|
calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
|
|
@@ -678,7 +729,7 @@
|
|
|
678
729
|
0.5
|
|
679
730
|
);
|
|
680
731
|
}
|
|
681
|
-
.
|
|
732
|
+
._rock_1pvq70e_28{
|
|
682
733
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
683
734
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
684
735
|
calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
|
|
@@ -710,7 +761,7 @@
|
|
|
710
761
|
);
|
|
711
762
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
712
763
|
}
|
|
713
|
-
.
|
|
764
|
+
._container_1pvq70e_32{
|
|
714
765
|
--_rs-theme-dark:var(
|
|
715
766
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
716
767
|
var(--rs-theme-dark, 0)
|
|
@@ -720,7 +771,7 @@
|
|
|
720
771
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
721
772
|
}
|
|
722
773
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
723
|
-
.
|
|
774
|
+
._container_1pvq70e_32{
|
|
724
775
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
725
776
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
726
777
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -729,7 +780,7 @@
|
|
|
729
780
|
}
|
|
730
781
|
}
|
|
731
782
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
732
|
-
.
|
|
783
|
+
._container_1pvq70e_32{
|
|
733
784
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
734
785
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
735
786
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -737,11 +788,11 @@
|
|
|
737
788
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
738
789
|
}
|
|
739
790
|
}
|
|
740
|
-
.
|
|
791
|
+
._container_1pvq70e_32 {
|
|
741
792
|
|
|
742
793
|
display:block;
|
|
743
794
|
}
|
|
744
|
-
.
|
|
795
|
+
._wrapper_1pvq70e_39{
|
|
745
796
|
--_rs-input-border-width:1px;
|
|
746
797
|
|
|
747
798
|
display:flex;
|
|
@@ -752,27 +803,27 @@
|
|
|
752
803
|
|
|
753
804
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
|
|
754
805
|
}
|
|
755
|
-
.
|
|
806
|
+
._disabled_1pvq70e_51 ._wrapper_1pvq70e_39{
|
|
756
807
|
cursor:auto;
|
|
757
808
|
|
|
758
809
|
background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
|
|
759
810
|
}
|
|
760
|
-
.
|
|
811
|
+
._error_1pvq70e_57 ._wrapper_1pvq70e_39{
|
|
761
812
|
--_rs-input-border-width:2px;
|
|
762
813
|
|
|
763
814
|
border-color:#F45C4A;
|
|
764
815
|
}
|
|
765
|
-
.
|
|
816
|
+
._enabled_1pvq70e_63._filled_1pvq70e_63 ._wrapper_1pvq70e_39{
|
|
766
817
|
border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
|
|
767
818
|
}
|
|
768
819
|
@media (hover: hover){
|
|
769
|
-
.
|
|
820
|
+
._enabled_1pvq70e_63:hover ._wrapper_1pvq70e_39{
|
|
770
821
|
border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
771
822
|
|
|
772
823
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
|
|
773
824
|
}
|
|
774
825
|
}
|
|
775
|
-
.
|
|
826
|
+
._enabled_1pvq70e_63._focused_1pvq70e_75 ._wrapper_1pvq70e_39{
|
|
776
827
|
--_rs-input-border-width:var(
|
|
777
828
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
778
829
|
);
|
|
@@ -782,18 +833,18 @@
|
|
|
782
833
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
783
834
|
}
|
|
784
835
|
@media (hover: hover){
|
|
785
|
-
.
|
|
836
|
+
._error_1pvq70e_57._enabled_1pvq70e_63:hover ._wrapper_1pvq70e_39{
|
|
786
837
|
border-color:#F45C4A;
|
|
787
838
|
}
|
|
788
839
|
}
|
|
789
|
-
.
|
|
790
|
-
.
|
|
840
|
+
._error_1pvq70e_57._enabled_1pvq70e_63._focused_1pvq70e_75 ._wrapper_1pvq70e_39,
|
|
841
|
+
._error_1pvq70e_57._enabled_1pvq70e_63._filled_1pvq70e_63 ._wrapper_1pvq70e_39{
|
|
791
842
|
border-color:#F45C4A;
|
|
792
843
|
}
|
|
793
|
-
.
|
|
844
|
+
._error_1pvq70e_57._enabled_1pvq70e_63._focused_1pvq70e_75 ._wrapper_1pvq70e_39{
|
|
794
845
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
795
846
|
}
|
|
796
|
-
.
|
|
847
|
+
._field_1pvq70e_101{
|
|
797
848
|
display:flex;
|
|
798
849
|
|
|
799
850
|
flex:1 1 auto;
|
|
@@ -802,7 +853,7 @@
|
|
|
802
853
|
|
|
803
854
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
804
855
|
}
|
|
805
|
-
.
|
|
856
|
+
._inner_1pvq70e_114{
|
|
806
857
|
letter-spacing:var(
|
|
807
858
|
--rs-text-base-letter-spacing,
|
|
808
859
|
var(--_rs-typography-letter-spacing)
|
|
@@ -815,26 +866,26 @@
|
|
|
815
866
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
816
867
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
817
868
|
}
|
|
818
|
-
.
|
|
869
|
+
._inner_1pvq70e_114::-ms-clear{
|
|
819
870
|
display:none;
|
|
820
871
|
|
|
821
872
|
width:0;
|
|
822
873
|
height:0;
|
|
823
874
|
}
|
|
824
|
-
.
|
|
875
|
+
._dark_1pvq70e_11 ._inner_1pvq70e_114{
|
|
825
876
|
color-scheme:dark;
|
|
826
877
|
}
|
|
827
878
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
828
|
-
.
|
|
879
|
+
._inner_1pvq70e_114{
|
|
829
880
|
color-scheme:dark
|
|
830
881
|
}
|
|
831
882
|
}
|
|
832
883
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
833
|
-
.
|
|
884
|
+
._inner_1pvq70e_114{
|
|
834
885
|
color-scheme:light
|
|
835
886
|
}
|
|
836
887
|
}
|
|
837
|
-
.
|
|
888
|
+
._inner_1pvq70e_114 {
|
|
838
889
|
|
|
839
890
|
display:block;
|
|
840
891
|
|
|
@@ -856,20 +907,20 @@
|
|
|
856
907
|
-moz-appearance:none;
|
|
857
908
|
appearance:none;
|
|
858
909
|
}
|
|
859
|
-
.
|
|
910
|
+
._inner_1pvq70e_114:focus{
|
|
860
911
|
outline:none;
|
|
861
912
|
}
|
|
862
|
-
.
|
|
863
|
-
.
|
|
913
|
+
._disabled_1pvq70e_51 ._inner_1pvq70e_114,
|
|
914
|
+
._inner_1pvq70e_114:disabled{
|
|
864
915
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
|
|
865
916
|
}
|
|
866
|
-
.
|
|
917
|
+
._focused_1pvq70e_75 ._inner_1pvq70e_114{
|
|
867
918
|
color:var(--_rs-input-focused-inner-color);
|
|
868
919
|
}
|
|
869
|
-
.
|
|
920
|
+
._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114{
|
|
870
921
|
color:var(--_rs-input-error-focused-inner-color);
|
|
871
922
|
}
|
|
872
|
-
.
|
|
923
|
+
._inner_1pvq70e_114::-moz-placeholder{
|
|
873
924
|
letter-spacing:var(
|
|
874
925
|
--rs-text-base-letter-spacing,
|
|
875
926
|
var(--_rs-typography-letter-spacing)
|
|
@@ -885,13 +936,13 @@
|
|
|
885
936
|
|
|
886
937
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
887
938
|
}
|
|
888
|
-
.
|
|
939
|
+
._focused_1pvq70e_75 ._inner_1pvq70e_114::-moz-placeholder{
|
|
889
940
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
890
941
|
}
|
|
891
|
-
.
|
|
942
|
+
._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114::-moz-placeholder{
|
|
892
943
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
893
944
|
}
|
|
894
|
-
.
|
|
945
|
+
._inner_1pvq70e_114::placeholder{
|
|
895
946
|
letter-spacing:var(
|
|
896
947
|
--rs-text-base-letter-spacing,
|
|
897
948
|
var(--_rs-typography-letter-spacing)
|
|
@@ -907,45 +958,45 @@
|
|
|
907
958
|
|
|
908
959
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
909
960
|
}
|
|
910
|
-
.
|
|
961
|
+
._focused_1pvq70e_75 ._inner_1pvq70e_114::placeholder{
|
|
911
962
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
912
963
|
}
|
|
913
|
-
.
|
|
964
|
+
._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114::placeholder{
|
|
914
965
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
915
966
|
}
|
|
916
|
-
.
|
|
967
|
+
._inner_1pvq70e_114:-moz-ui-invalid{
|
|
917
968
|
box-shadow:none;
|
|
918
969
|
}
|
|
919
|
-
.
|
|
970
|
+
._inner_1pvq70e_114:-moz-ui-invalid:-moz-focusring{
|
|
920
971
|
box-shadow:none;
|
|
921
972
|
}
|
|
922
|
-
.
|
|
923
|
-
.
|
|
924
|
-
.
|
|
925
|
-
.
|
|
973
|
+
._inner_1pvq70e_114:-webkit-autofill,
|
|
974
|
+
._inner_1pvq70e_114:-webkit-autofill:hover,
|
|
975
|
+
._inner_1pvq70e_114:-webkit-autofill:active,
|
|
976
|
+
._inner_1pvq70e_114:-webkit-autofill:focus{
|
|
926
977
|
-webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
|
|
927
978
|
|
|
928
979
|
transition-delay:9999s;
|
|
929
980
|
-webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
930
981
|
}
|
|
931
|
-
.
|
|
982
|
+
._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill, ._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill:hover, ._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill:active, ._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill:focus{
|
|
932
983
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
933
984
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
934
985
|
}
|
|
935
|
-
.
|
|
986
|
+
._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill, ._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill:hover, ._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill:active, ._error_1pvq70e_57._focused_1pvq70e_75 ._inner_1pvq70e_114:-webkit-autofill:focus{
|
|
936
987
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
937
988
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
938
989
|
}
|
|
939
|
-
.
|
|
990
|
+
._offSystemMicroelements_1pvq70e_229 ._inner_1pvq70e_114{
|
|
940
991
|
-moz-appearance:textfield;
|
|
941
992
|
}
|
|
942
|
-
.
|
|
943
|
-
.
|
|
993
|
+
._offSystemMicroelements_1pvq70e_229 ._inner_1pvq70e_114::-webkit-outer-spin-button,
|
|
994
|
+
._offSystemMicroelements_1pvq70e_229 ._inner_1pvq70e_114::-webkit-inner-spin-button{
|
|
944
995
|
margin:0;
|
|
945
996
|
-webkit-appearance:none;
|
|
946
997
|
appearance:none;
|
|
947
998
|
}
|
|
948
|
-
.
|
|
999
|
+
._iconWrapper_1pvq70e_239{
|
|
949
1000
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
950
1001
|
|
|
951
1002
|
display:inline-flex;
|
|
@@ -958,15 +1009,15 @@
|
|
|
958
1009
|
|
|
959
1010
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
|
|
960
1011
|
}
|
|
961
|
-
.
|
|
1012
|
+
._iconWrapper_1pvq70e_239._action_1pvq70e_254{
|
|
962
1013
|
position:relative;
|
|
963
1014
|
|
|
964
1015
|
cursor:pointer;
|
|
965
1016
|
}
|
|
966
|
-
.
|
|
1017
|
+
._iconWrapper_1pvq70e_239._action_1pvq70e_254:focus{
|
|
967
1018
|
outline:none;
|
|
968
1019
|
}
|
|
969
|
-
.
|
|
1020
|
+
._iconWrapper_1pvq70e_239._action_1pvq70e_254::before{
|
|
970
1021
|
position:absolute;
|
|
971
1022
|
top:-4px;
|
|
972
1023
|
right:-4px;
|
|
@@ -981,56 +1032,56 @@
|
|
|
981
1032
|
content:'';
|
|
982
1033
|
pointer-events:none;
|
|
983
1034
|
}
|
|
984
|
-
.
|
|
1035
|
+
._iconWrapper_1pvq70e_239._action_1pvq70e_254:focus[data-focus-method='key']::before{
|
|
985
1036
|
display:block;
|
|
986
1037
|
}
|
|
987
|
-
.
|
|
1038
|
+
._disabled_1pvq70e_51 ._iconWrapper_1pvq70e_239{
|
|
988
1039
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
989
1040
|
}
|
|
990
|
-
.
|
|
1041
|
+
._disabled_1pvq70e_51 ._iconWrapper_1pvq70e_239._action_1pvq70e_254{
|
|
991
1042
|
pointer-events:none;
|
|
992
1043
|
}
|
|
993
|
-
.
|
|
1044
|
+
._iconWrapper_1pvq70e_239._right_1pvq70e_292{
|
|
994
1045
|
margin-left:var(--_rs-input-icon-offset);
|
|
995
1046
|
}
|
|
996
|
-
.
|
|
1047
|
+
._iconWrapper_1pvq70e_239._left_1pvq70e_296{
|
|
997
1048
|
margin-right:var(--_rs-input-icon-offset);
|
|
998
1049
|
}
|
|
999
|
-
.
|
|
1050
|
+
._focused_1pvq70e_75 ._iconWrapper_1pvq70e_239{
|
|
1000
1051
|
color:var(--_rs-input-focused-icon-color);
|
|
1001
1052
|
}
|
|
1002
|
-
.
|
|
1053
|
+
._error_1pvq70e_57._focused_1pvq70e_75 ._iconWrapper_1pvq70e_239{
|
|
1003
1054
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1004
1055
|
}
|
|
1005
1056
|
@media (hover: hover){
|
|
1006
|
-
.
|
|
1057
|
+
._enabled_1pvq70e_63 ._iconWrapper_1pvq70e_239._action_1pvq70e_254:hover{
|
|
1007
1058
|
color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1008
1059
|
}
|
|
1009
1060
|
|
|
1010
|
-
.
|
|
1061
|
+
._enabled_1pvq70e_63._focused_1pvq70e_75 ._iconWrapper_1pvq70e_239._action_1pvq70e_254:hover{
|
|
1011
1062
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1012
1063
|
}
|
|
1013
1064
|
|
|
1014
|
-
.
|
|
1065
|
+
._enabled_1pvq70e_63._error_1pvq70e_57._focused_1pvq70e_75 ._iconWrapper_1pvq70e_239._action_1pvq70e_254:hover{
|
|
1015
1066
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1016
1067
|
}
|
|
1017
1068
|
}
|
|
1018
|
-
.
|
|
1069
|
+
._enabled_1pvq70e_63 ._iconWrapper_1pvq70e_239._action_1pvq70e_254:focus[data-focus-method='key']{
|
|
1019
1070
|
color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1020
1071
|
}
|
|
1021
|
-
.
|
|
1072
|
+
._enabled_1pvq70e_63._focused_1pvq70e_75 ._iconWrapper_1pvq70e_239._action_1pvq70e_254:focus[data-focus-method='key']{
|
|
1022
1073
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1023
1074
|
}
|
|
1024
|
-
.
|
|
1075
|
+
._enabled_1pvq70e_63._error_1pvq70e_57._focused_1pvq70e_75 ._iconWrapper_1pvq70e_239._action_1pvq70e_254:focus[data-focus-method='key']{
|
|
1025
1076
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1026
1077
|
}
|
|
1027
|
-
.
|
|
1078
|
+
._iconWrapper_1pvq70e_239 ._icon_1pvq70e_239{
|
|
1028
1079
|
fill:currentColor;
|
|
1029
1080
|
|
|
1030
1081
|
width:auto;
|
|
1031
1082
|
height:var(--_rs-input-icon-size);
|
|
1032
1083
|
}
|
|
1033
|
-
.
|
|
1084
|
+
._divider_1pvq70e_342{
|
|
1034
1085
|
display:block;
|
|
1035
1086
|
|
|
1036
1087
|
width:1px;
|
|
@@ -1039,10 +1090,10 @@
|
|
|
1039
1090
|
|
|
1040
1091
|
background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
|
|
1041
1092
|
}
|
|
1042
|
-
.
|
|
1093
|
+
._focused_1pvq70e_75 ._divider_1pvq70e_342{
|
|
1043
1094
|
background:var(--_rs-input-focused-divider-background);
|
|
1044
1095
|
}
|
|
1045
|
-
.
|
|
1096
|
+
._suffix_1pvq70e_356{
|
|
1046
1097
|
letter-spacing:var(
|
|
1047
1098
|
--rs-text-base-letter-spacing,
|
|
1048
1099
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1061,13 +1112,13 @@
|
|
|
1061
1112
|
|
|
1062
1113
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1063
1114
|
}
|
|
1064
|
-
.
|
|
1115
|
+
._focused_1pvq70e_75 ._suffix_1pvq70e_356{
|
|
1065
1116
|
color:var(--_rs-input-focused-suffix-color);
|
|
1066
1117
|
}
|
|
1067
|
-
.
|
|
1118
|
+
._error_1pvq70e_57._focused_1pvq70e_75 ._suffix_1pvq70e_356{
|
|
1068
1119
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1069
1120
|
}
|
|
1070
|
-
.
|
|
1121
|
+
._errorMessage_1pvq70e_376{
|
|
1071
1122
|
letter-spacing:var(
|
|
1072
1123
|
--rs-text-base-letter-spacing,
|
|
1073
1124
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1089,12 +1140,12 @@
|
|
|
1089
1140
|
-moz-column-gap:8px;
|
|
1090
1141
|
column-gap:8px;
|
|
1091
1142
|
}
|
|
1092
|
-
.
|
|
1143
|
+
._errorIcon_1pvq70e_388{
|
|
1093
1144
|
flex:0 0 auto;
|
|
1094
1145
|
|
|
1095
1146
|
color:#F45C4A;
|
|
1096
1147
|
}
|
|
1097
|
-
.
|
|
1148
|
+
._note_1pvq70e_394{
|
|
1098
1149
|
letter-spacing:var(
|
|
1099
1150
|
--rs-text-base-letter-spacing,
|
|
1100
1151
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1113,13 +1164,13 @@
|
|
|
1113
1164
|
|
|
1114
1165
|
margin-top:var(--_rs-input-parts-offset);
|
|
1115
1166
|
}
|
|
1116
|
-
.
|
|
1167
|
+
._disabled_1pvq70e_51 ._note_1pvq70e_394{
|
|
1117
1168
|
color:var(
|
|
1118
1169
|
--rs-color-pale,
|
|
1119
1170
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
1120
1171
|
);
|
|
1121
1172
|
}
|
|
1122
|
-
.
|
|
1173
|
+
._label_1pvq70e_405{
|
|
1123
1174
|
letter-spacing:var(
|
|
1124
1175
|
--rs-text-base-letter-spacing,
|
|
1125
1176
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1138,7 +1189,7 @@
|
|
|
1138
1189
|
|
|
1139
1190
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1140
1191
|
}
|
|
1141
|
-
.
|
|
1192
|
+
._disabled_1pvq70e_51 ._label_1pvq70e_405{
|
|
1142
1193
|
color:var(
|
|
1143
1194
|
--rs-color-pale,
|
|
1144
1195
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|