@rescui/input 0.11.8 → 0.11.9
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 +8 -9
- package/lib/_virtual/index.css.js +7 -7
- package/lib/_virtual/loading.js +8 -9
- package/lib/_virtual/warning.js +8 -9
- package/lib/index.css +139 -599
- package/lib/index.js +1 -1
- package/lib/input.js +72 -91
- package/lib/input.p.module.css.js +28 -28
- package/lib/parts/custom-icon.js +25 -42
- package/lib/parts/right-icons.js +12 -11
- package/lib/public-api.p.css +0 -336
- package/lib/public-api.pcss +0 -336
- package/package.json +9 -10
package/lib/public-api.p.css
CHANGED
|
@@ -5,40 +5,6 @@
|
|
|
5
5
|
--_rs-input-parts-offset:4px;
|
|
6
6
|
--_rs-input-icon-offset:8px;
|
|
7
7
|
--_rs-input-icon-size:20px;
|
|
8
|
-
}
|
|
9
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
10
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
11
|
-
--_rs-typography-text-transform:initial;
|
|
12
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
13
|
-
--_rs-typography-font-family:var(
|
|
14
|
-
--rs-font-family-ui,
|
|
15
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
16
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
17
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
18
|
-
);
|
|
19
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
20
|
-
--_rs-typography-font-weight:var(
|
|
21
|
-
--rs-font-weight-regular,
|
|
22
|
-
400
|
|
23
|
-
);
|
|
24
|
-
--_rs-typography-line-height:var(
|
|
25
|
-
--rs-text-3-line-height,
|
|
26
|
-
20px
|
|
27
|
-
);
|
|
28
|
-
--_rs-typography-base-color:var(
|
|
29
|
-
--_rs-typography-hardness-color,
|
|
30
|
-
var(
|
|
31
|
-
--rs-color-average,
|
|
32
|
-
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)
|
|
33
|
-
)
|
|
34
|
-
);
|
|
35
|
-
--_rs-typography-text-auto-offset:8px;
|
|
36
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
37
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
38
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
39
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
40
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
41
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
42
8
|
}
|
|
43
9
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
44
10
|
--_rs-typography-letter-spacing:0.0045em;
|
|
@@ -64,74 +30,6 @@
|
|
|
64
30
|
var(
|
|
65
31
|
--rs-color-average,
|
|
66
32
|
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)
|
|
67
|
-
)
|
|
68
|
-
);
|
|
69
|
-
--_rs-typography-text-auto-offset:8px;
|
|
70
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
71
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
72
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
73
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
74
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
75
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
76
|
-
}
|
|
77
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
78
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
79
|
-
--_rs-typography-text-transform:initial;
|
|
80
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
81
|
-
--_rs-typography-font-family:var(
|
|
82
|
-
--rs-font-family-ui,
|
|
83
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
84
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
85
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
86
|
-
);
|
|
87
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
88
|
-
--_rs-typography-font-weight:var(
|
|
89
|
-
--rs-font-weight-regular,
|
|
90
|
-
400
|
|
91
|
-
);
|
|
92
|
-
--_rs-typography-line-height:var(
|
|
93
|
-
--rs-text-3-line-height,
|
|
94
|
-
20px
|
|
95
|
-
);
|
|
96
|
-
--_rs-typography-base-color:var(
|
|
97
|
-
--_rs-typography-hardness-color,
|
|
98
|
-
var(
|
|
99
|
-
--rs-color-average,
|
|
100
|
-
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)
|
|
101
|
-
)
|
|
102
|
-
);
|
|
103
|
-
--_rs-typography-text-auto-offset:8px;
|
|
104
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
105
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
106
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
107
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
108
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
109
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
110
|
-
}
|
|
111
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
112
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
113
|
-
--_rs-typography-text-transform:initial;
|
|
114
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
115
|
-
--_rs-typography-font-family:var(
|
|
116
|
-
--rs-font-family-ui,
|
|
117
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
118
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
119
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
120
|
-
);
|
|
121
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
122
|
-
--_rs-typography-font-weight:var(
|
|
123
|
-
--rs-font-weight-regular,
|
|
124
|
-
400
|
|
125
|
-
);
|
|
126
|
-
--_rs-typography-line-height:var(
|
|
127
|
-
--rs-text-3-line-height,
|
|
128
|
-
20px
|
|
129
|
-
);
|
|
130
|
-
--_rs-typography-base-color:var(
|
|
131
|
-
--_rs-typography-hardness-color,
|
|
132
|
-
var(
|
|
133
|
-
--rs-color-average,
|
|
134
|
-
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)
|
|
135
33
|
)
|
|
136
34
|
);
|
|
137
35
|
--_rs-typography-text-auto-offset:8px;
|
|
@@ -286,45 +184,6 @@
|
|
|
286
184
|
--_rs-input-parts-offset:8px;
|
|
287
185
|
--_rs-input-icon-offset:8px;
|
|
288
186
|
--_rs-input-icon-size:24px;
|
|
289
|
-
}
|
|
290
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
291
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
292
|
-
--_rs-typography-text-transform:initial;
|
|
293
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
294
|
-
--_rs-typography-font-family:var(
|
|
295
|
-
--rs-font-family-ui,
|
|
296
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
297
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
298
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
299
|
-
);
|
|
300
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
301
|
-
--_rs-typography-font-weight:var(
|
|
302
|
-
--rs-font-weight-regular,
|
|
303
|
-
400
|
|
304
|
-
);
|
|
305
|
-
--_rs-typography-line-height:var(
|
|
306
|
-
--rs-text-2-line-height,
|
|
307
|
-
24px
|
|
308
|
-
);
|
|
309
|
-
--_rs-typography-base-color:var(
|
|
310
|
-
--_rs-typography-hardness-color,
|
|
311
|
-
var(
|
|
312
|
-
--rs-color-average,
|
|
313
|
-
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)
|
|
314
|
-
)
|
|
315
|
-
);
|
|
316
|
-
--_rs-typography-text-auto-offset:16px;
|
|
317
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
318
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
319
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
320
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
321
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
322
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
323
|
-
}
|
|
324
|
-
@media screen and (max-width: 640px){
|
|
325
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
326
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
327
|
-
}
|
|
328
187
|
}
|
|
329
188
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
330
189
|
--_rs-typography-letter-spacing:0.0015em;
|
|
@@ -364,84 +223,6 @@
|
|
|
364
223
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
365
224
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
366
225
|
}
|
|
367
|
-
}
|
|
368
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
369
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
370
|
-
--_rs-typography-text-transform:initial;
|
|
371
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
372
|
-
--_rs-typography-font-family:var(
|
|
373
|
-
--rs-font-family-ui,
|
|
374
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
375
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
376
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
377
|
-
);
|
|
378
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
379
|
-
--_rs-typography-font-weight:var(
|
|
380
|
-
--rs-font-weight-regular,
|
|
381
|
-
400
|
|
382
|
-
);
|
|
383
|
-
--_rs-typography-line-height:var(
|
|
384
|
-
--rs-text-2-line-height,
|
|
385
|
-
24px
|
|
386
|
-
);
|
|
387
|
-
--_rs-typography-base-color:var(
|
|
388
|
-
--_rs-typography-hardness-color,
|
|
389
|
-
var(
|
|
390
|
-
--rs-color-average,
|
|
391
|
-
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)
|
|
392
|
-
)
|
|
393
|
-
);
|
|
394
|
-
--_rs-typography-text-auto-offset:16px;
|
|
395
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
396
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
397
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
398
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
399
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
400
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
401
|
-
}
|
|
402
|
-
@media screen and (max-width: 640px){
|
|
403
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
404
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
408
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
409
|
-
--_rs-typography-text-transform:initial;
|
|
410
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
411
|
-
--_rs-typography-font-family:var(
|
|
412
|
-
--rs-font-family-ui,
|
|
413
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
414
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
415
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
416
|
-
);
|
|
417
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
418
|
-
--_rs-typography-font-weight:var(
|
|
419
|
-
--rs-font-weight-regular,
|
|
420
|
-
400
|
|
421
|
-
);
|
|
422
|
-
--_rs-typography-line-height:var(
|
|
423
|
-
--rs-text-2-line-height,
|
|
424
|
-
24px
|
|
425
|
-
);
|
|
426
|
-
--_rs-typography-base-color:var(
|
|
427
|
-
--_rs-typography-hardness-color,
|
|
428
|
-
var(
|
|
429
|
-
--rs-color-average,
|
|
430
|
-
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)
|
|
431
|
-
)
|
|
432
|
-
);
|
|
433
|
-
--_rs-typography-text-auto-offset:16px;
|
|
434
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
435
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
436
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
437
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
438
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
439
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
440
|
-
}
|
|
441
|
-
@media screen and (max-width: 640px){
|
|
442
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
443
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
444
|
-
}
|
|
445
226
|
}
|
|
446
227
|
&:not(html) [data-rs-internal='input__label'],
|
|
447
228
|
&:not(html) [data-rs-internal='input__inner'],
|
|
@@ -595,45 +376,6 @@
|
|
|
595
376
|
--_rs-input-parts-offset:8px;
|
|
596
377
|
--_rs-input-icon-offset:16px;
|
|
597
378
|
--_rs-input-icon-size:28px;
|
|
598
|
-
}
|
|
599
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
600
|
-
--_rs-typography-letter-spacing:normal;
|
|
601
|
-
--_rs-typography-text-transform:initial;
|
|
602
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
603
|
-
--_rs-typography-font-family:var(
|
|
604
|
-
--rs-font-family-ui,
|
|
605
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
606
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
607
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
608
|
-
);
|
|
609
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
610
|
-
--_rs-typography-font-weight:var(
|
|
611
|
-
--rs-font-weight-regular,
|
|
612
|
-
400
|
|
613
|
-
);
|
|
614
|
-
--_rs-typography-line-height:var(
|
|
615
|
-
--rs-text-1-line-height,
|
|
616
|
-
28px
|
|
617
|
-
);
|
|
618
|
-
--_rs-typography-base-color:var(
|
|
619
|
-
--_rs-typography-hardness-color,
|
|
620
|
-
var(
|
|
621
|
-
--rs-color-average,
|
|
622
|
-
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)
|
|
623
|
-
)
|
|
624
|
-
);
|
|
625
|
-
--_rs-typography-text-auto-offset:32px;
|
|
626
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
627
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
628
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
629
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
630
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
631
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
632
|
-
}
|
|
633
|
-
@media screen and (max-width: 640px){
|
|
634
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
635
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
636
|
-
}
|
|
637
379
|
}
|
|
638
380
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
639
381
|
--_rs-typography-letter-spacing:normal;
|
|
@@ -673,84 +415,6 @@
|
|
|
673
415
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
674
416
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
675
417
|
}
|
|
676
|
-
}
|
|
677
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
678
|
-
--_rs-typography-letter-spacing:normal;
|
|
679
|
-
--_rs-typography-text-transform:initial;
|
|
680
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
681
|
-
--_rs-typography-font-family:var(
|
|
682
|
-
--rs-font-family-ui,
|
|
683
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
684
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
685
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
686
|
-
);
|
|
687
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
688
|
-
--_rs-typography-font-weight:var(
|
|
689
|
-
--rs-font-weight-regular,
|
|
690
|
-
400
|
|
691
|
-
);
|
|
692
|
-
--_rs-typography-line-height:var(
|
|
693
|
-
--rs-text-1-line-height,
|
|
694
|
-
28px
|
|
695
|
-
);
|
|
696
|
-
--_rs-typography-base-color:var(
|
|
697
|
-
--_rs-typography-hardness-color,
|
|
698
|
-
var(
|
|
699
|
-
--rs-color-average,
|
|
700
|
-
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)
|
|
701
|
-
)
|
|
702
|
-
);
|
|
703
|
-
--_rs-typography-text-auto-offset:32px;
|
|
704
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
705
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
706
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
707
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
708
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
709
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
710
|
-
}
|
|
711
|
-
@media screen and (max-width: 640px){
|
|
712
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
713
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
717
|
-
--_rs-typography-letter-spacing:normal;
|
|
718
|
-
--_rs-typography-text-transform:initial;
|
|
719
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
720
|
-
--_rs-typography-font-family:var(
|
|
721
|
-
--rs-font-family-ui,
|
|
722
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
723
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
724
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
725
|
-
);
|
|
726
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
727
|
-
--_rs-typography-font-weight:var(
|
|
728
|
-
--rs-font-weight-regular,
|
|
729
|
-
400
|
|
730
|
-
);
|
|
731
|
-
--_rs-typography-line-height:var(
|
|
732
|
-
--rs-text-1-line-height,
|
|
733
|
-
28px
|
|
734
|
-
);
|
|
735
|
-
--_rs-typography-base-color:var(
|
|
736
|
-
--_rs-typography-hardness-color,
|
|
737
|
-
var(
|
|
738
|
-
--rs-color-average,
|
|
739
|
-
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)
|
|
740
|
-
)
|
|
741
|
-
);
|
|
742
|
-
--_rs-typography-text-auto-offset:32px;
|
|
743
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
744
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
745
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
746
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
747
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
748
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
749
|
-
}
|
|
750
|
-
@media screen and (max-width: 640px){
|
|
751
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
752
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
753
|
-
}
|
|
754
418
|
}
|
|
755
419
|
&:not(html) [data-rs-internal='input__label'],
|
|
756
420
|
&:not(html) [data-rs-internal='input__inner'],
|