@rescui/input 0.11.0 → 0.11.2
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/index.css.js +7 -7
- package/lib/index.css +183 -227
- package/lib/input.p.module.css.js +28 -28
- package/lib/public-api.p.css +24 -6
- package/lib/public-api.pcss +24 -6
- package/package.json +7 -7
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_19gc9kz_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_19gc9kz_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_19gc9kz_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_19gc9kz_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_19gc9kz_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_19gc9kz_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_19gc9kz_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_19gc9kz_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_19gc9kz_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_19gc9kz_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
|
}
|
|
@@ -72,20 +72,20 @@
|
|
|
72
72
|
transform:rotate(360deg);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
._light_gpqat6_8{
|
|
76
76
|
--rs-theme-dark:0;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._dark_gpqat6_11{
|
|
79
79
|
--rs-theme-dark:1;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._sizeS_gpqat6_15{
|
|
82
82
|
--_rs-input-vertical-padding:6px;
|
|
83
83
|
--_rs-input-horizontal-padding:8px;
|
|
84
84
|
--_rs-input-parts-offset:4px;
|
|
85
85
|
--_rs-input-icon-offset:8px;
|
|
86
86
|
--_rs-input-icon-size:20px;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
89
89
|
--_rs-typography-letter-spacing:0.0045em;
|
|
90
90
|
--_rs-typography-text-transform:initial;
|
|
91
91
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
120
120
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
123
123
|
--_rs-typography-letter-spacing:0.0045em;
|
|
124
124
|
--_rs-typography-text-transform:initial;
|
|
125
125
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
154
154
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
155
155
|
}
|
|
156
|
-
.
|
|
156
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
157
157
|
--_rs-typography-letter-spacing:0.0045em;
|
|
158
158
|
--_rs-typography-text-transform:initial;
|
|
159
159
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
188
188
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
189
189
|
}
|
|
190
|
-
.
|
|
190
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
191
191
|
--_rs-typography-letter-spacing:0.0045em;
|
|
192
192
|
--_rs-typography-text-transform:initial;
|
|
193
193
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
222
222
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
225
|
-
.
|
|
226
|
-
.
|
|
227
|
-
.
|
|
224
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__label'],
|
|
225
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner'],
|
|
226
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner']::placeholder,
|
|
227
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__suffix']{
|
|
228
228
|
--_rs-typography-letter-spacing:0.0045em;
|
|
229
229
|
--_rs-typography-text-transform:initial;
|
|
230
230
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
259
259
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
260
260
|
}
|
|
261
|
-
.
|
|
261
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__bold-label']{
|
|
262
262
|
--_rs-typography-letter-spacing:normal;
|
|
263
263
|
--_rs-typography-text-transform:initial;
|
|
264
264
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -275,9 +275,12 @@
|
|
|
275
275
|
);
|
|
276
276
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
277
277
|
--_rs-typography-base-color:var(
|
|
278
|
+
--_rs-typography-heading-hardness-color,
|
|
279
|
+
var(
|
|
278
280
|
--rs-color-hard,
|
|
279
281
|
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))
|
|
280
|
-
)
|
|
282
|
+
)
|
|
283
|
+
);
|
|
281
284
|
--_rs-typography-text-auto-offset:0;
|
|
282
285
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
283
286
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -286,7 +289,7 @@
|
|
|
286
289
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
287
290
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
288
291
|
}
|
|
289
|
-
.
|
|
292
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__note']{
|
|
290
293
|
--_rs-typography-letter-spacing:0.0045em;
|
|
291
294
|
--_rs-typography-text-transform:initial;
|
|
292
295
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -320,7 +323,7 @@
|
|
|
320
323
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
321
324
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
322
325
|
}
|
|
323
|
-
.
|
|
326
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__error-message']{
|
|
324
327
|
--_rs-typography-letter-spacing:normal;
|
|
325
328
|
--_rs-typography-text-transform:initial;
|
|
326
329
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -337,9 +340,12 @@
|
|
|
337
340
|
);
|
|
338
341
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
339
342
|
--_rs-typography-base-color:var(
|
|
343
|
+
--_rs-typography-heading-hardness-color,
|
|
344
|
+
var(
|
|
340
345
|
--rs-color-hard,
|
|
341
346
|
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))
|
|
342
|
-
)
|
|
347
|
+
)
|
|
348
|
+
);
|
|
343
349
|
--_rs-typography-text-auto-offset:0;
|
|
344
350
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
345
351
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -348,17 +354,17 @@
|
|
|
348
354
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
349
355
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
350
356
|
}
|
|
351
|
-
.
|
|
357
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__error-icon']:not(html){
|
|
352
358
|
--_rs-icons-height:20px;
|
|
353
359
|
}
|
|
354
|
-
.
|
|
360
|
+
._sizeM_gpqat6_18{
|
|
355
361
|
--_rs-input-vertical-padding:8px;
|
|
356
362
|
--_rs-input-horizontal-padding:8px;
|
|
357
363
|
--_rs-input-parts-offset:8px;
|
|
358
364
|
--_rs-input-icon-offset:8px;
|
|
359
365
|
--_rs-input-icon-size:24px;
|
|
360
366
|
}
|
|
361
|
-
.
|
|
367
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
362
368
|
--_rs-typography-letter-spacing:0.0015em;
|
|
363
369
|
--_rs-typography-text-transform:initial;
|
|
364
370
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -393,11 +399,11 @@
|
|
|
393
399
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
394
400
|
}
|
|
395
401
|
@media screen and (max-width: 640px){
|
|
396
|
-
.
|
|
402
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
397
403
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
398
404
|
}
|
|
399
405
|
}
|
|
400
|
-
.
|
|
406
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
401
407
|
--_rs-typography-letter-spacing:0.0015em;
|
|
402
408
|
--_rs-typography-text-transform:initial;
|
|
403
409
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -432,11 +438,11 @@
|
|
|
432
438
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
433
439
|
}
|
|
434
440
|
@media screen and (max-width: 640px){
|
|
435
|
-
.
|
|
441
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
436
442
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
437
443
|
}
|
|
438
444
|
}
|
|
439
|
-
.
|
|
445
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
440
446
|
--_rs-typography-letter-spacing:0.0015em;
|
|
441
447
|
--_rs-typography-text-transform:initial;
|
|
442
448
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -471,11 +477,11 @@
|
|
|
471
477
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
472
478
|
}
|
|
473
479
|
@media screen and (max-width: 640px){
|
|
474
|
-
.
|
|
480
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
475
481
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
476
482
|
}
|
|
477
483
|
}
|
|
478
|
-
.
|
|
484
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
479
485
|
--_rs-typography-letter-spacing:0.0015em;
|
|
480
486
|
--_rs-typography-text-transform:initial;
|
|
481
487
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -510,14 +516,14 @@
|
|
|
510
516
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
511
517
|
}
|
|
512
518
|
@media screen and (max-width: 640px){
|
|
513
|
-
.
|
|
519
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
514
520
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
515
521
|
}
|
|
516
522
|
}
|
|
517
|
-
.
|
|
518
|
-
.
|
|
519
|
-
.
|
|
520
|
-
.
|
|
523
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__label'],
|
|
524
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner'],
|
|
525
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::placeholder,
|
|
526
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__suffix']{
|
|
521
527
|
--_rs-typography-letter-spacing:0.0015em;
|
|
522
528
|
--_rs-typography-text-transform:initial;
|
|
523
529
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -552,14 +558,14 @@
|
|
|
552
558
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
553
559
|
}
|
|
554
560
|
@media screen and (max-width: 640px){
|
|
555
|
-
.
|
|
556
|
-
.
|
|
557
|
-
.
|
|
558
|
-
.
|
|
561
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__label'],
|
|
562
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner'],
|
|
563
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::placeholder,
|
|
564
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__suffix']{
|
|
559
565
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
560
566
|
}
|
|
561
567
|
}
|
|
562
|
-
.
|
|
568
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__bold-label']{
|
|
563
569
|
--_rs-typography-letter-spacing:normal;
|
|
564
570
|
--_rs-typography-text-transform:initial;
|
|
565
571
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -576,9 +582,12 @@
|
|
|
576
582
|
);
|
|
577
583
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
578
584
|
--_rs-typography-base-color:var(
|
|
585
|
+
--_rs-typography-heading-hardness-color,
|
|
586
|
+
var(
|
|
579
587
|
--rs-color-hard,
|
|
580
588
|
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))
|
|
581
|
-
)
|
|
589
|
+
)
|
|
590
|
+
);
|
|
582
591
|
--_rs-typography-text-auto-offset:0;
|
|
583
592
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
584
593
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -587,7 +596,7 @@
|
|
|
587
596
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
588
597
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
589
598
|
}
|
|
590
|
-
.
|
|
599
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__note']{
|
|
591
600
|
--_rs-typography-letter-spacing:0.0045em;
|
|
592
601
|
--_rs-typography-text-transform:initial;
|
|
593
602
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -621,7 +630,7 @@
|
|
|
621
630
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
622
631
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
623
632
|
}
|
|
624
|
-
.
|
|
633
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__error-message']{
|
|
625
634
|
--_rs-typography-letter-spacing:normal;
|
|
626
635
|
--_rs-typography-text-transform:initial;
|
|
627
636
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -638,9 +647,12 @@
|
|
|
638
647
|
);
|
|
639
648
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
640
649
|
--_rs-typography-base-color:var(
|
|
650
|
+
--_rs-typography-heading-hardness-color,
|
|
651
|
+
var(
|
|
641
652
|
--rs-color-hard,
|
|
642
653
|
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))
|
|
643
|
-
)
|
|
654
|
+
)
|
|
655
|
+
);
|
|
644
656
|
--_rs-typography-text-auto-offset:0;
|
|
645
657
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
646
658
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -649,17 +661,17 @@
|
|
|
649
661
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
650
662
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
651
663
|
}
|
|
652
|
-
.
|
|
664
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__error-icon']:not(html){
|
|
653
665
|
--_rs-icons-height:20px;
|
|
654
666
|
}
|
|
655
|
-
.
|
|
667
|
+
._sizeL_gpqat6_21{
|
|
656
668
|
--_rs-input-vertical-padding:12px;
|
|
657
669
|
--_rs-input-horizontal-padding:16px;
|
|
658
670
|
--_rs-input-parts-offset:8px;
|
|
659
671
|
--_rs-input-icon-offset:16px;
|
|
660
672
|
--_rs-input-icon-size:28px;
|
|
661
673
|
}
|
|
662
|
-
.
|
|
674
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
663
675
|
--_rs-typography-letter-spacing:normal;
|
|
664
676
|
--_rs-typography-text-transform:initial;
|
|
665
677
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -694,11 +706,11 @@
|
|
|
694
706
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
695
707
|
}
|
|
696
708
|
@media screen and (max-width: 640px){
|
|
697
|
-
.
|
|
709
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
698
710
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
699
711
|
}
|
|
700
712
|
}
|
|
701
|
-
.
|
|
713
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
702
714
|
--_rs-typography-letter-spacing:normal;
|
|
703
715
|
--_rs-typography-text-transform:initial;
|
|
704
716
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -733,11 +745,11 @@
|
|
|
733
745
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
734
746
|
}
|
|
735
747
|
@media screen and (max-width: 640px){
|
|
736
|
-
.
|
|
748
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
737
749
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
738
750
|
}
|
|
739
751
|
}
|
|
740
|
-
.
|
|
752
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
741
753
|
--_rs-typography-letter-spacing:normal;
|
|
742
754
|
--_rs-typography-text-transform:initial;
|
|
743
755
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -772,11 +784,11 @@
|
|
|
772
784
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
773
785
|
}
|
|
774
786
|
@media screen and (max-width: 640px){
|
|
775
|
-
.
|
|
787
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
776
788
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
777
789
|
}
|
|
778
790
|
}
|
|
779
|
-
.
|
|
791
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
780
792
|
--_rs-typography-letter-spacing:normal;
|
|
781
793
|
--_rs-typography-text-transform:initial;
|
|
782
794
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -811,14 +823,14 @@
|
|
|
811
823
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
812
824
|
}
|
|
813
825
|
@media screen and (max-width: 640px){
|
|
814
|
-
.
|
|
826
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
815
827
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
816
828
|
}
|
|
817
829
|
}
|
|
818
|
-
.
|
|
819
|
-
.
|
|
820
|
-
.
|
|
821
|
-
.
|
|
830
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__label'],
|
|
831
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner'],
|
|
832
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::placeholder,
|
|
833
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__suffix']{
|
|
822
834
|
--_rs-typography-letter-spacing:normal;
|
|
823
835
|
--_rs-typography-text-transform:initial;
|
|
824
836
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -853,14 +865,14 @@
|
|
|
853
865
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
854
866
|
}
|
|
855
867
|
@media screen and (max-width: 640px){
|
|
856
|
-
.
|
|
857
|
-
.
|
|
858
|
-
.
|
|
859
|
-
.
|
|
868
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__label'],
|
|
869
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner'],
|
|
870
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::placeholder,
|
|
871
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__suffix']{
|
|
860
872
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
861
873
|
}
|
|
862
874
|
}
|
|
863
|
-
.
|
|
875
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__bold-label']{
|
|
864
876
|
--_rs-typography-letter-spacing:normal;
|
|
865
877
|
--_rs-typography-text-transform:initial;
|
|
866
878
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -877,9 +889,12 @@
|
|
|
877
889
|
);
|
|
878
890
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
879
891
|
--_rs-typography-base-color:var(
|
|
892
|
+
--_rs-typography-heading-hardness-color,
|
|
893
|
+
var(
|
|
880
894
|
--rs-color-hard,
|
|
881
895
|
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))
|
|
882
|
-
)
|
|
896
|
+
)
|
|
897
|
+
);
|
|
883
898
|
--_rs-typography-text-auto-offset:0;
|
|
884
899
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
885
900
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -888,7 +903,7 @@
|
|
|
888
903
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
889
904
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
890
905
|
}
|
|
891
|
-
.
|
|
906
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__note']{
|
|
892
907
|
--_rs-typography-letter-spacing:0.0015em;
|
|
893
908
|
--_rs-typography-text-transform:initial;
|
|
894
909
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -923,11 +938,11 @@
|
|
|
923
938
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
924
939
|
}
|
|
925
940
|
@media screen and (max-width: 640px){
|
|
926
|
-
.
|
|
941
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__note']{
|
|
927
942
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
928
943
|
}
|
|
929
944
|
}
|
|
930
|
-
.
|
|
945
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__error-message']{
|
|
931
946
|
--_rs-typography-letter-spacing:normal;
|
|
932
947
|
--_rs-typography-text-transform:initial;
|
|
933
948
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -944,9 +959,12 @@
|
|
|
944
959
|
);
|
|
945
960
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
946
961
|
--_rs-typography-base-color:var(
|
|
962
|
+
--_rs-typography-heading-hardness-color,
|
|
963
|
+
var(
|
|
947
964
|
--rs-color-hard,
|
|
948
965
|
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))
|
|
949
|
-
)
|
|
966
|
+
)
|
|
967
|
+
);
|
|
950
968
|
--_rs-typography-text-auto-offset:0;
|
|
951
969
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
952
970
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -955,10 +973,10 @@
|
|
|
955
973
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
956
974
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
957
975
|
}
|
|
958
|
-
.
|
|
976
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__error-icon']:not(html){
|
|
959
977
|
--_rs-icons-height:24px;
|
|
960
978
|
}
|
|
961
|
-
.
|
|
979
|
+
._classic_gpqat6_25{
|
|
962
980
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
963
981
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
964
982
|
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)
|
|
@@ -1008,7 +1026,7 @@
|
|
|
1008
1026
|
0.5
|
|
1009
1027
|
);
|
|
1010
1028
|
}
|
|
1011
|
-
.
|
|
1029
|
+
._rock_gpqat6_28{
|
|
1012
1030
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
1013
1031
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
1014
1032
|
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)
|
|
@@ -1040,7 +1058,7 @@
|
|
|
1040
1058
|
);
|
|
1041
1059
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
1042
1060
|
}
|
|
1043
|
-
.
|
|
1061
|
+
._container_gpqat6_32{
|
|
1044
1062
|
--_rs-theme-dark:var(
|
|
1045
1063
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
1046
1064
|
var(--rs-theme-dark, 0)
|
|
@@ -1050,7 +1068,7 @@
|
|
|
1050
1068
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
1051
1069
|
}
|
|
1052
1070
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1053
|
-
.
|
|
1071
|
+
._container_gpqat6_32{
|
|
1054
1072
|
--_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)));
|
|
1055
1073
|
--_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)));
|
|
1056
1074
|
--_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)));
|
|
@@ -1059,7 +1077,7 @@
|
|
|
1059
1077
|
}
|
|
1060
1078
|
}
|
|
1061
1079
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1062
|
-
.
|
|
1080
|
+
._container_gpqat6_32{
|
|
1063
1081
|
--_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);
|
|
1064
1082
|
--_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));
|
|
1065
1083
|
--_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));
|
|
@@ -1067,11 +1085,11 @@
|
|
|
1067
1085
|
--_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));
|
|
1068
1086
|
}
|
|
1069
1087
|
}
|
|
1070
|
-
.
|
|
1088
|
+
._container_gpqat6_32 {
|
|
1071
1089
|
|
|
1072
1090
|
display:block;
|
|
1073
1091
|
}
|
|
1074
|
-
.
|
|
1092
|
+
._wrapper_gpqat6_39{
|
|
1075
1093
|
--_rs-input-border-width:1px;
|
|
1076
1094
|
|
|
1077
1095
|
display:-webkit-box;
|
|
@@ -1086,27 +1104,27 @@
|
|
|
1086
1104
|
|
|
1087
1105
|
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));
|
|
1088
1106
|
}
|
|
1089
|
-
.
|
|
1107
|
+
._disabled_gpqat6_51 ._wrapper_gpqat6_39{
|
|
1090
1108
|
cursor:auto;
|
|
1091
1109
|
|
|
1092
1110
|
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));
|
|
1093
1111
|
}
|
|
1094
|
-
.
|
|
1112
|
+
._error_gpqat6_57 ._wrapper_gpqat6_39{
|
|
1095
1113
|
--_rs-input-border-width:2px;
|
|
1096
1114
|
|
|
1097
1115
|
border-color:#F45C4A;
|
|
1098
1116
|
}
|
|
1099
|
-
.
|
|
1117
|
+
._enabled_gpqat6_63._filled_gpqat6_63 ._wrapper_gpqat6_39{
|
|
1100
1118
|
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);
|
|
1101
1119
|
}
|
|
1102
1120
|
@media (hover: hover){
|
|
1103
|
-
.
|
|
1121
|
+
._enabled_gpqat6_63:hover ._wrapper_gpqat6_39{
|
|
1104
1122
|
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);
|
|
1105
1123
|
|
|
1106
1124
|
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));
|
|
1107
1125
|
}
|
|
1108
1126
|
}
|
|
1109
|
-
.
|
|
1127
|
+
._enabled_gpqat6_63._focused_gpqat6_75 ._wrapper_gpqat6_39{
|
|
1110
1128
|
--_rs-input-border-width:var(
|
|
1111
1129
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
1112
1130
|
);
|
|
@@ -1116,18 +1134,18 @@
|
|
|
1116
1134
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
1117
1135
|
}
|
|
1118
1136
|
@media (hover: hover){
|
|
1119
|
-
.
|
|
1137
|
+
._error_gpqat6_57._enabled_gpqat6_63:hover ._wrapper_gpqat6_39{
|
|
1120
1138
|
border-color:#F45C4A;
|
|
1121
1139
|
}
|
|
1122
1140
|
}
|
|
1123
|
-
.
|
|
1124
|
-
.
|
|
1141
|
+
._error_gpqat6_57._enabled_gpqat6_63._focused_gpqat6_75 ._wrapper_gpqat6_39,
|
|
1142
|
+
._error_gpqat6_57._enabled_gpqat6_63._filled_gpqat6_63 ._wrapper_gpqat6_39{
|
|
1125
1143
|
border-color:#F45C4A;
|
|
1126
1144
|
}
|
|
1127
|
-
.
|
|
1145
|
+
._error_gpqat6_57._enabled_gpqat6_63._focused_gpqat6_75 ._wrapper_gpqat6_39{
|
|
1128
1146
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
1129
1147
|
}
|
|
1130
|
-
.
|
|
1148
|
+
._field_gpqat6_101{
|
|
1131
1149
|
display:-webkit-box;
|
|
1132
1150
|
display:-ms-flexbox;
|
|
1133
1151
|
display:flex;
|
|
@@ -1142,7 +1160,7 @@
|
|
|
1142
1160
|
|
|
1143
1161
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
1144
1162
|
}
|
|
1145
|
-
.
|
|
1163
|
+
._inner_gpqat6_114{
|
|
1146
1164
|
letter-spacing:var(
|
|
1147
1165
|
--rs-text-base-letter-spacing,
|
|
1148
1166
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1156,26 +1174,22 @@
|
|
|
1156
1174
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1157
1175
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1158
1176
|
}
|
|
1159
|
-
.
|
|
1160
|
-
._inner_ko8994_114 > pre:not(:nth-child(1)){
|
|
1161
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1162
|
-
}
|
|
1163
|
-
._inner_ko8994_114::-ms-clear{
|
|
1177
|
+
._inner_gpqat6_114::-ms-clear{
|
|
1164
1178
|
display:none;
|
|
1165
1179
|
|
|
1166
1180
|
width:0;
|
|
1167
1181
|
height:0;
|
|
1168
1182
|
}
|
|
1169
|
-
.
|
|
1183
|
+
._dark_gpqat6_11 ._inner_gpqat6_114{
|
|
1170
1184
|
color-scheme:dark;
|
|
1171
1185
|
}
|
|
1172
|
-
.
|
|
1186
|
+
._inner_gpqat6_114 {
|
|
1173
1187
|
|
|
1174
1188
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
1175
1189
|
color-scheme:dark;
|
|
1176
1190
|
}
|
|
1177
1191
|
}
|
|
1178
|
-
.
|
|
1192
|
+
._inner_gpqat6_114 {
|
|
1179
1193
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
1180
1194
|
color-scheme:light;
|
|
1181
1195
|
}
|
|
@@ -1206,20 +1220,20 @@
|
|
|
1206
1220
|
-moz-appearance:none;
|
|
1207
1221
|
appearance:none;
|
|
1208
1222
|
}
|
|
1209
|
-
.
|
|
1223
|
+
._inner_gpqat6_114:focus{
|
|
1210
1224
|
outline:none;
|
|
1211
1225
|
}
|
|
1212
|
-
.
|
|
1213
|
-
.
|
|
1226
|
+
._disabled_gpqat6_51 ._inner_gpqat6_114,
|
|
1227
|
+
._inner_gpqat6_114:disabled{
|
|
1214
1228
|
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);
|
|
1215
1229
|
}
|
|
1216
|
-
.
|
|
1230
|
+
._focused_gpqat6_75 ._inner_gpqat6_114{
|
|
1217
1231
|
color:var(--_rs-input-focused-inner-color);
|
|
1218
1232
|
}
|
|
1219
|
-
.
|
|
1233
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114{
|
|
1220
1234
|
color:var(--_rs-input-error-focused-inner-color);
|
|
1221
1235
|
}
|
|
1222
|
-
.
|
|
1236
|
+
._inner_gpqat6_114::-webkit-input-placeholder{
|
|
1223
1237
|
letter-spacing:var(
|
|
1224
1238
|
--rs-text-base-letter-spacing,
|
|
1225
1239
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1232,23 +1246,17 @@
|
|
|
1232
1246
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1233
1247
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1234
1248
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1235
|
-
}
|
|
1236
|
-
._inner_ko8994_114::-webkit-input-placeholder > p:not(:nth-child(1)),
|
|
1237
|
-
._inner_ko8994_114::-webkit-input-placeholder > pre:not(:nth-child(1)){
|
|
1238
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1239
|
-
}
|
|
1240
|
-
._inner_ko8994_114::-webkit-input-placeholder {
|
|
1241
1249
|
opacity:1;
|
|
1242
1250
|
|
|
1243
1251
|
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);
|
|
1244
|
-
}
|
|
1245
|
-
.
|
|
1252
|
+
}
|
|
1253
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::-webkit-input-placeholder{
|
|
1246
1254
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1247
1255
|
}
|
|
1248
|
-
.
|
|
1256
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::-webkit-input-placeholder{
|
|
1249
1257
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1250
1258
|
}
|
|
1251
|
-
.
|
|
1259
|
+
._inner_gpqat6_114::-moz-placeholder{
|
|
1252
1260
|
letter-spacing:var(
|
|
1253
1261
|
--rs-text-base-letter-spacing,
|
|
1254
1262
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1261,23 +1269,17 @@
|
|
|
1261
1269
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1262
1270
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1263
1271
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1264
|
-
}
|
|
1265
|
-
._inner_ko8994_114::-moz-placeholder > p:not(:nth-child(1)),
|
|
1266
|
-
._inner_ko8994_114::-moz-placeholder > pre:not(:nth-child(1)){
|
|
1267
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1268
|
-
}
|
|
1269
|
-
._inner_ko8994_114::-moz-placeholder {
|
|
1270
1272
|
opacity:1;
|
|
1271
1273
|
|
|
1272
1274
|
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);
|
|
1273
|
-
}
|
|
1274
|
-
.
|
|
1275
|
+
}
|
|
1276
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::-moz-placeholder{
|
|
1275
1277
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1276
1278
|
}
|
|
1277
|
-
.
|
|
1279
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::-moz-placeholder{
|
|
1278
1280
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1279
1281
|
}
|
|
1280
|
-
.
|
|
1282
|
+
._inner_gpqat6_114:-ms-input-placeholder{
|
|
1281
1283
|
letter-spacing:var(
|
|
1282
1284
|
--rs-text-base-letter-spacing,
|
|
1283
1285
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1290,23 +1292,17 @@
|
|
|
1290
1292
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1291
1293
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1292
1294
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1293
|
-
}
|
|
1294
|
-
._inner_ko8994_114:-ms-input-placeholder > p:not(:nth-child(1)),
|
|
1295
|
-
._inner_ko8994_114:-ms-input-placeholder > pre:not(:nth-child(1)){
|
|
1296
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1297
|
-
}
|
|
1298
|
-
._inner_ko8994_114:-ms-input-placeholder {
|
|
1299
1295
|
opacity:1;
|
|
1300
1296
|
|
|
1301
1297
|
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);
|
|
1302
|
-
}
|
|
1303
|
-
.
|
|
1298
|
+
}
|
|
1299
|
+
._focused_gpqat6_75 ._inner_gpqat6_114:-ms-input-placeholder{
|
|
1304
1300
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1305
1301
|
}
|
|
1306
|
-
.
|
|
1302
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-ms-input-placeholder{
|
|
1307
1303
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1308
1304
|
}
|
|
1309
|
-
.
|
|
1305
|
+
._inner_gpqat6_114::-ms-input-placeholder{
|
|
1310
1306
|
letter-spacing:var(
|
|
1311
1307
|
--rs-text-base-letter-spacing,
|
|
1312
1308
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1319,23 +1315,17 @@
|
|
|
1319
1315
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1320
1316
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1321
1317
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1322
|
-
}
|
|
1323
|
-
._inner_ko8994_114::-ms-input-placeholder > p:not(:nth-child(1)),
|
|
1324
|
-
._inner_ko8994_114::-ms-input-placeholder > pre:not(:nth-child(1)){
|
|
1325
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1326
|
-
}
|
|
1327
|
-
._inner_ko8994_114::-ms-input-placeholder {
|
|
1328
1318
|
opacity:1;
|
|
1329
1319
|
|
|
1330
1320
|
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);
|
|
1331
|
-
}
|
|
1332
|
-
.
|
|
1321
|
+
}
|
|
1322
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::-ms-input-placeholder{
|
|
1333
1323
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1334
1324
|
}
|
|
1335
|
-
.
|
|
1325
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::-ms-input-placeholder{
|
|
1336
1326
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1337
1327
|
}
|
|
1338
|
-
.
|
|
1328
|
+
._inner_gpqat6_114::placeholder{
|
|
1339
1329
|
letter-spacing:var(
|
|
1340
1330
|
--rs-text-base-letter-spacing,
|
|
1341
1331
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1348,32 +1338,26 @@
|
|
|
1348
1338
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1349
1339
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1350
1340
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1351
|
-
}
|
|
1352
|
-
._inner_ko8994_114::placeholder > p:not(:nth-child(1)),
|
|
1353
|
-
._inner_ko8994_114::placeholder > pre:not(:nth-child(1)){
|
|
1354
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1355
|
-
}
|
|
1356
|
-
._inner_ko8994_114::placeholder {
|
|
1357
1341
|
opacity:1;
|
|
1358
1342
|
|
|
1359
1343
|
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);
|
|
1360
|
-
}
|
|
1361
|
-
.
|
|
1344
|
+
}
|
|
1345
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::placeholder{
|
|
1362
1346
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1363
1347
|
}
|
|
1364
|
-
.
|
|
1348
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::placeholder{
|
|
1365
1349
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1366
1350
|
}
|
|
1367
|
-
.
|
|
1351
|
+
._inner_gpqat6_114:-moz-ui-invalid{
|
|
1368
1352
|
box-shadow:none;
|
|
1369
1353
|
}
|
|
1370
|
-
.
|
|
1354
|
+
._inner_gpqat6_114:-moz-ui-invalid:-moz-focusring{
|
|
1371
1355
|
box-shadow:none;
|
|
1372
1356
|
}
|
|
1373
|
-
.
|
|
1374
|
-
.
|
|
1375
|
-
.
|
|
1376
|
-
.
|
|
1357
|
+
._inner_gpqat6_114:-webkit-autofill,
|
|
1358
|
+
._inner_gpqat6_114:-webkit-autofill:hover,
|
|
1359
|
+
._inner_gpqat6_114:-webkit-autofill:active,
|
|
1360
|
+
._inner_gpqat6_114:-webkit-autofill:focus{
|
|
1377
1361
|
-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;
|
|
1378
1362
|
|
|
1379
1363
|
-webkit-transition-delay:9999s;
|
|
@@ -1381,24 +1365,24 @@
|
|
|
1381
1365
|
transition-delay:9999s;
|
|
1382
1366
|
-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));
|
|
1383
1367
|
}
|
|
1384
|
-
.
|
|
1368
|
+
._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill, ._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:hover, ._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:active, ._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:focus{
|
|
1385
1369
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
1386
1370
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
1387
1371
|
}
|
|
1388
|
-
.
|
|
1372
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill, ._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:hover, ._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:active, ._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:focus{
|
|
1389
1373
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
1390
1374
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
1391
1375
|
}
|
|
1392
|
-
.
|
|
1376
|
+
._offSystemMicroelements_gpqat6_229 ._inner_gpqat6_114{
|
|
1393
1377
|
-moz-appearance:textfield;
|
|
1394
1378
|
}
|
|
1395
|
-
.
|
|
1396
|
-
.
|
|
1379
|
+
._offSystemMicroelements_gpqat6_229 ._inner_gpqat6_114::-webkit-outer-spin-button,
|
|
1380
|
+
._offSystemMicroelements_gpqat6_229 ._inner_gpqat6_114::-webkit-inner-spin-button{
|
|
1397
1381
|
margin:0;
|
|
1398
1382
|
-webkit-appearance:none;
|
|
1399
1383
|
appearance:none;
|
|
1400
1384
|
}
|
|
1401
|
-
.
|
|
1385
|
+
._iconWrapper_gpqat6_239{
|
|
1402
1386
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
1403
1387
|
|
|
1404
1388
|
display:-webkit-inline-box;
|
|
@@ -1417,15 +1401,15 @@
|
|
|
1417
1401
|
|
|
1418
1402
|
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);
|
|
1419
1403
|
}
|
|
1420
|
-
.
|
|
1404
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254{
|
|
1421
1405
|
position:relative;
|
|
1422
1406
|
|
|
1423
1407
|
cursor:pointer;
|
|
1424
1408
|
}
|
|
1425
|
-
.
|
|
1409
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254:focus{
|
|
1426
1410
|
outline:none;
|
|
1427
1411
|
}
|
|
1428
|
-
.
|
|
1412
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254::before{
|
|
1429
1413
|
position:absolute;
|
|
1430
1414
|
top:-4px;
|
|
1431
1415
|
right:-4px;
|
|
@@ -1440,56 +1424,56 @@
|
|
|
1440
1424
|
content:'';
|
|
1441
1425
|
pointer-events:none;
|
|
1442
1426
|
}
|
|
1443
|
-
.
|
|
1427
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']::before{
|
|
1444
1428
|
display:block;
|
|
1445
1429
|
}
|
|
1446
|
-
.
|
|
1430
|
+
._disabled_gpqat6_51 ._iconWrapper_gpqat6_239{
|
|
1447
1431
|
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);
|
|
1448
1432
|
}
|
|
1449
|
-
.
|
|
1433
|
+
._disabled_gpqat6_51 ._iconWrapper_gpqat6_239._action_gpqat6_254{
|
|
1450
1434
|
pointer-events:none;
|
|
1451
1435
|
}
|
|
1452
|
-
.
|
|
1436
|
+
._iconWrapper_gpqat6_239._right_gpqat6_292{
|
|
1453
1437
|
margin-left:var(--_rs-input-icon-offset);
|
|
1454
1438
|
}
|
|
1455
|
-
.
|
|
1439
|
+
._iconWrapper_gpqat6_239._left_gpqat6_296{
|
|
1456
1440
|
margin-right:var(--_rs-input-icon-offset);
|
|
1457
1441
|
}
|
|
1458
|
-
.
|
|
1442
|
+
._focused_gpqat6_75 ._iconWrapper_gpqat6_239{
|
|
1459
1443
|
color:var(--_rs-input-focused-icon-color);
|
|
1460
1444
|
}
|
|
1461
|
-
.
|
|
1445
|
+
._error_gpqat6_57._focused_gpqat6_75 ._iconWrapper_gpqat6_239{
|
|
1462
1446
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1463
1447
|
}
|
|
1464
1448
|
@media (hover: hover){
|
|
1465
|
-
.
|
|
1449
|
+
._enabled_gpqat6_63 ._iconWrapper_gpqat6_239._action_gpqat6_254:hover{
|
|
1466
1450
|
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));
|
|
1467
1451
|
}
|
|
1468
1452
|
|
|
1469
|
-
.
|
|
1453
|
+
._enabled_gpqat6_63._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:hover{
|
|
1470
1454
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1471
1455
|
}
|
|
1472
1456
|
|
|
1473
|
-
.
|
|
1457
|
+
._enabled_gpqat6_63._error_gpqat6_57._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:hover{
|
|
1474
1458
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1475
1459
|
}
|
|
1476
1460
|
}
|
|
1477
|
-
.
|
|
1461
|
+
._enabled_gpqat6_63 ._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']{
|
|
1478
1462
|
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));
|
|
1479
1463
|
}
|
|
1480
|
-
.
|
|
1464
|
+
._enabled_gpqat6_63._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']{
|
|
1481
1465
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1482
1466
|
}
|
|
1483
|
-
.
|
|
1467
|
+
._enabled_gpqat6_63._error_gpqat6_57._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']{
|
|
1484
1468
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1485
1469
|
}
|
|
1486
|
-
.
|
|
1470
|
+
._iconWrapper_gpqat6_239 ._icon_gpqat6_239{
|
|
1487
1471
|
fill:currentColor;
|
|
1488
1472
|
|
|
1489
1473
|
width:auto;
|
|
1490
1474
|
height:var(--_rs-input-icon-size);
|
|
1491
1475
|
}
|
|
1492
|
-
.
|
|
1476
|
+
._divider_gpqat6_342{
|
|
1493
1477
|
display:block;
|
|
1494
1478
|
|
|
1495
1479
|
width:1px;
|
|
@@ -1498,10 +1482,10 @@
|
|
|
1498
1482
|
|
|
1499
1483
|
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);
|
|
1500
1484
|
}
|
|
1501
|
-
.
|
|
1485
|
+
._focused_gpqat6_75 ._divider_gpqat6_342{
|
|
1502
1486
|
background:var(--_rs-input-focused-divider-background);
|
|
1503
1487
|
}
|
|
1504
|
-
.
|
|
1488
|
+
._suffix_gpqat6_356{
|
|
1505
1489
|
letter-spacing:var(
|
|
1506
1490
|
--rs-text-base-letter-spacing,
|
|
1507
1491
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1514,12 +1498,6 @@
|
|
|
1514
1498
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1515
1499
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1516
1500
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1517
|
-
}
|
|
1518
|
-
._suffix_ko8994_356 > p:not(:nth-child(1)),
|
|
1519
|
-
._suffix_ko8994_356 > pre:not(:nth-child(1)){
|
|
1520
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1521
|
-
}
|
|
1522
|
-
._suffix_ko8994_356 {
|
|
1523
1501
|
|
|
1524
1502
|
-webkit-box-flex:0;
|
|
1525
1503
|
|
|
@@ -1531,13 +1509,13 @@
|
|
|
1531
1509
|
|
|
1532
1510
|
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);
|
|
1533
1511
|
}
|
|
1534
|
-
.
|
|
1512
|
+
._focused_gpqat6_75 ._suffix_gpqat6_356{
|
|
1535
1513
|
color:var(--_rs-input-focused-suffix-color);
|
|
1536
1514
|
}
|
|
1537
|
-
.
|
|
1515
|
+
._error_gpqat6_57._focused_gpqat6_75 ._suffix_gpqat6_356{
|
|
1538
1516
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1539
1517
|
}
|
|
1540
|
-
.
|
|
1518
|
+
._errorMessage_gpqat6_376{
|
|
1541
1519
|
letter-spacing:var(
|
|
1542
1520
|
--rs-text-base-letter-spacing,
|
|
1543
1521
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1550,12 +1528,6 @@
|
|
|
1550
1528
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1551
1529
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1552
1530
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1553
|
-
}
|
|
1554
|
-
._errorMessage_ko8994_376 > p:not(:nth-child(1)),
|
|
1555
|
-
._errorMessage_ko8994_376 > pre:not(:nth-child(1)){
|
|
1556
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1557
|
-
}
|
|
1558
|
-
._errorMessage_ko8994_376 {
|
|
1559
1531
|
|
|
1560
1532
|
display:-webkit-box;
|
|
1561
1533
|
|
|
@@ -1572,14 +1544,14 @@
|
|
|
1572
1544
|
-moz-column-gap:8px;
|
|
1573
1545
|
column-gap:8px;
|
|
1574
1546
|
}
|
|
1575
|
-
.
|
|
1547
|
+
._errorIcon_gpqat6_388{
|
|
1576
1548
|
-webkit-box-flex:0;
|
|
1577
1549
|
-ms-flex:0 0 auto;
|
|
1578
1550
|
flex:0 0 auto;
|
|
1579
1551
|
|
|
1580
1552
|
color:#F45C4A;
|
|
1581
1553
|
}
|
|
1582
|
-
.
|
|
1554
|
+
._note_gpqat6_394{
|
|
1583
1555
|
letter-spacing:var(
|
|
1584
1556
|
--rs-text-base-letter-spacing,
|
|
1585
1557
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1592,28 +1564,20 @@
|
|
|
1592
1564
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1593
1565
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1594
1566
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1595
|
-
|
|
1596
|
-
._note_ko8994_394 > p:not(:nth-child(1)),
|
|
1597
|
-
._note_ko8994_394 > pre:not(:nth-child(1)){
|
|
1598
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1599
|
-
}
|
|
1600
|
-
._note_ko8994_394 {
|
|
1601
|
-
--_rs-typography-hardness-color:var(
|
|
1567
|
+
color:var(
|
|
1602
1568
|
--rs-color-average,
|
|
1603
1569
|
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)
|
|
1604
1570
|
);
|
|
1605
1571
|
|
|
1606
1572
|
margin-top:var(--_rs-input-parts-offset);
|
|
1607
|
-
|
|
1608
|
-
color:var(--_rs-typography-hardness-color);
|
|
1609
1573
|
}
|
|
1610
|
-
.
|
|
1611
|
-
|
|
1574
|
+
._disabled_gpqat6_51 ._note_gpqat6_394{
|
|
1575
|
+
color:var(
|
|
1612
1576
|
--rs-color-pale,
|
|
1613
1577
|
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)
|
|
1614
1578
|
);
|
|
1615
1579
|
}
|
|
1616
|
-
.
|
|
1580
|
+
._label_gpqat6_405{
|
|
1617
1581
|
letter-spacing:var(
|
|
1618
1582
|
--rs-text-base-letter-spacing,
|
|
1619
1583
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1626,23 +1590,15 @@
|
|
|
1626
1590
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1627
1591
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1628
1592
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1629
|
-
|
|
1630
|
-
._label_ko8994_407 > p:not(:nth-child(1)),
|
|
1631
|
-
._label_ko8994_407 > pre:not(:nth-child(1)){
|
|
1632
|
-
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
1633
|
-
}
|
|
1634
|
-
._label_ko8994_407 {
|
|
1635
|
-
--_rs-typography-hardness-color:var(
|
|
1593
|
+
color:var(
|
|
1636
1594
|
--rs-color-hard,
|
|
1637
1595
|
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))
|
|
1638
1596
|
);
|
|
1639
1597
|
|
|
1640
1598
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1641
|
-
|
|
1642
|
-
color:var(--_rs-typography-hardness-color);
|
|
1643
1599
|
}
|
|
1644
|
-
.
|
|
1645
|
-
|
|
1600
|
+
._disabled_gpqat6_51 ._label_gpqat6_405{
|
|
1601
|
+
color:var(
|
|
1646
1602
|
--rs-color-pale,
|
|
1647
1603
|
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)
|
|
1648
1604
|
);
|