@rescui/input 0.14.5 → 0.15.1-RUI-280-Update-select-component-026338d06.52
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 +12 -12
- package/lib/index.css +226 -394
- package/lib/index.d.ts +2 -0
- package/lib/input.d.ts +5 -0
- package/lib/input.js +17 -11
- package/lib/input.p.module.css.js +28 -28
- package/lib/parts/use-backward-compatible-id.d.ts +4 -0
- package/lib/parts/use-backward-compatible-id.js +14 -0
- package/lib/public-api.p.css +27 -233
- package/lib/public-api.pcss +27 -233
- package/package.json +10 -9
- package/lib/_virtual/warning.js +0 -106
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_10fdwmx_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,16 +8,16 @@
|
|
|
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
|
-
.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
._icon_10fdwmx_4{
|
|
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
|
+
--_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
|
+
--_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)));
|
|
15
|
+
--_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
16
|
+
--_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
20
|
-
.
|
|
20
|
+
._icon_10fdwmx_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_10fdwmx_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:var(--rs-icons-width, auto);
|
|
33
33
|
height:var(--rs-icons-height, var(--_rs-icons-height));
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_10fdwmx_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_10fdwmx_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_10fdwmx_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_10fdwmx_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_10fdwmx_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_10fdwmx_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,56 +60,55 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._allVariants_10fdwmx_48{
|
|
64
64
|
aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
|
|
65
65
|
container:rs-icon / size;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
68
|
-
.
|
|
69
|
-
.
|
|
67
|
+
._variant16_10fdwmx_53,
|
|
68
|
+
._variant20_10fdwmx_54,
|
|
69
|
+
._variant24_10fdwmx_55{
|
|
70
70
|
display:none;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
._variant28_10fdwmx_58{
|
|
73
73
|
display:block;
|
|
74
74
|
}
|
|
75
75
|
@container rs-icon (max-height: 24px){
|
|
76
|
-
.
|
|
76
|
+
._variant24_10fdwmx_55{
|
|
77
77
|
display:block;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._variant28_10fdwmx_58{
|
|
80
80
|
display:none;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
@container rs-icon (max-height: 20px){
|
|
84
|
-
.
|
|
84
|
+
._variant20_10fdwmx_54{
|
|
85
85
|
display:block;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
._variant24_10fdwmx_55{
|
|
88
88
|
display:none;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
@container rs-icon (max-height: 16px){
|
|
92
|
-
.
|
|
92
|
+
._variant16_10fdwmx_53{
|
|
93
93
|
display:block;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._variant20_10fdwmx_54{
|
|
96
96
|
display:none;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._light_1mjpwu_7{
|
|
100
100
|
--rs-theme-dark:0;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._dark_1mjpwu_10{
|
|
103
103
|
--rs-theme-dark:1;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._sizeS_1mjpwu_14{
|
|
106
106
|
--_rs-input-vertical-padding:6px;
|
|
107
107
|
--_rs-input-horizontal-padding:8px;
|
|
108
|
-
--_rs-input-parts-offset:4px;
|
|
109
108
|
--_rs-input-icon-offset:8px;
|
|
110
109
|
--_rs-input-icon-size:20px;
|
|
111
110
|
}
|
|
112
|
-
.
|
|
111
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
113
112
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
114
113
|
--_rs-typography-text-transform:initial;
|
|
115
114
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -136,17 +135,18 @@
|
|
|
136
135
|
)
|
|
137
136
|
);
|
|
138
137
|
--_rs-typography-text-auto-offset:8px;
|
|
139
|
-
--_rs-typography-ul-
|
|
140
|
-
--_rs-typography-
|
|
138
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
139
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
140
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
141
141
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
142
142
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
143
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
144
144
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
146
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__label'],
|
|
147
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__inner'],
|
|
148
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__inner']::placeholder,
|
|
149
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__suffix']{
|
|
150
150
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
151
151
|
--_rs-typography-text-transform:initial;
|
|
152
152
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -173,14 +173,15 @@
|
|
|
173
173
|
)
|
|
174
174
|
);
|
|
175
175
|
--_rs-typography-text-auto-offset:8px;
|
|
176
|
-
--_rs-typography-ul-
|
|
177
|
-
--_rs-typography-
|
|
176
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
177
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
178
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
178
179
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
179
180
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
180
181
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
181
182
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
182
183
|
}
|
|
183
|
-
.
|
|
184
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__bold-label']{
|
|
184
185
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
185
186
|
--_rs-typography-text-transform:initial;
|
|
186
187
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -204,89 +205,21 @@
|
|
|
204
205
|
)
|
|
205
206
|
);
|
|
206
207
|
--_rs-typography-text-auto-offset:0;
|
|
207
|
-
--_rs-typography-ul-
|
|
208
|
-
--_rs-typography-
|
|
208
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
209
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
210
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
209
211
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
210
212
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
211
213
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
212
214
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
213
215
|
}
|
|
214
|
-
.
|
|
215
|
-
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
216
|
-
--_rs-typography-text-transform:initial;
|
|
217
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
218
|
-
--_rs-typography-font-family:var(
|
|
219
|
-
--rs-font-family-ui,
|
|
220
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
221
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
222
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
223
|
-
);
|
|
224
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
225
|
-
--_rs-typography-font-weight:var(
|
|
226
|
-
--rs-font-weight-regular,
|
|
227
|
-
400
|
|
228
|
-
);
|
|
229
|
-
--_rs-typography-line-height:var(
|
|
230
|
-
--rs-text-3-line-height,
|
|
231
|
-
20px
|
|
232
|
-
);
|
|
233
|
-
--_rs-typography-base-color:var(
|
|
234
|
-
--_rs-typography-hardness-color,
|
|
235
|
-
var(
|
|
236
|
-
--rs-color-average,
|
|
237
|
-
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)
|
|
238
|
-
)
|
|
239
|
-
);
|
|
240
|
-
--_rs-typography-text-auto-offset:8px;
|
|
241
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
242
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
243
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
244
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
245
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
246
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
247
|
-
}
|
|
248
|
-
._sizeS_1q33nls_15 [data-rs-internal='input__error-message']{
|
|
249
|
-
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
250
|
-
--_rs-typography-text-transform:initial;
|
|
251
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
252
|
-
--_rs-typography-font-family:var(
|
|
253
|
-
--rs-font-family-ui,
|
|
254
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
255
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
256
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
257
|
-
);
|
|
258
|
-
--_rs-typography-font-size:var(--rs-h5-font-size, 13px);
|
|
259
|
-
--_rs-typography-font-weight:var(
|
|
260
|
-
--rs-font-weight-semi-bold,
|
|
261
|
-
600
|
|
262
|
-
);
|
|
263
|
-
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
264
|
-
--_rs-typography-base-color:var(
|
|
265
|
-
--_rs-typography-heading-hardness-color,
|
|
266
|
-
var(
|
|
267
|
-
--rs-color-hard,
|
|
268
|
-
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))
|
|
269
|
-
)
|
|
270
|
-
);
|
|
271
|
-
--_rs-typography-text-auto-offset:0;
|
|
272
|
-
--_rs-typography-ul-list-li-padding-left:initial;
|
|
273
|
-
--_rs-typography-ol-list-li-padding-left:initial;
|
|
274
|
-
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
275
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
276
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
277
|
-
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
278
|
-
}
|
|
279
|
-
._sizeS_1q33nls_15 [data-rs-internal='input__error-icon']:not(html){
|
|
280
|
-
--_rs-icons-height:20px;
|
|
281
|
-
}
|
|
282
|
-
._sizeM_1q33nls_18{
|
|
216
|
+
._sizeM_1mjpwu_17{
|
|
283
217
|
--_rs-input-vertical-padding:8px;
|
|
284
218
|
--_rs-input-horizontal-padding:8px;
|
|
285
|
-
--_rs-input-parts-offset:8px;
|
|
286
219
|
--_rs-input-icon-offset:8px;
|
|
287
220
|
--_rs-input-icon-size:24px;
|
|
288
221
|
}
|
|
289
|
-
.
|
|
222
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
290
223
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
291
224
|
--_rs-typography-text-transform:initial;
|
|
292
225
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -313,8 +246,9 @@
|
|
|
313
246
|
)
|
|
314
247
|
);
|
|
315
248
|
--_rs-typography-text-auto-offset:16px;
|
|
316
|
-
--_rs-typography-ul-
|
|
317
|
-
--_rs-typography-
|
|
249
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
250
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
251
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
318
252
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
319
253
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
320
254
|
16px
|
|
@@ -324,14 +258,14 @@
|
|
|
324
258
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
325
259
|
}
|
|
326
260
|
@media screen and (max-width: 640px){
|
|
327
|
-
.
|
|
261
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
328
262
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
329
263
|
}
|
|
330
264
|
}
|
|
331
|
-
.
|
|
332
|
-
.
|
|
333
|
-
.
|
|
334
|
-
.
|
|
265
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__label'],
|
|
266
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner'],
|
|
267
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::placeholder,
|
|
268
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__suffix']{
|
|
335
269
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
336
270
|
--_rs-typography-text-transform:initial;
|
|
337
271
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -358,8 +292,9 @@
|
|
|
358
292
|
)
|
|
359
293
|
);
|
|
360
294
|
--_rs-typography-text-auto-offset:16px;
|
|
361
|
-
--_rs-typography-ul-
|
|
362
|
-
--_rs-typography-
|
|
295
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
296
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
297
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
363
298
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
364
299
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
365
300
|
16px
|
|
@@ -369,14 +304,14 @@
|
|
|
369
304
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
370
305
|
}
|
|
371
306
|
@media screen and (max-width: 640px){
|
|
372
|
-
.
|
|
373
|
-
.
|
|
374
|
-
.
|
|
375
|
-
.
|
|
307
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__label'],
|
|
308
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner'],
|
|
309
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::placeholder,
|
|
310
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__suffix']{
|
|
376
311
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
377
312
|
}
|
|
378
313
|
}
|
|
379
|
-
.
|
|
314
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__bold-label']{
|
|
380
315
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
381
316
|
--_rs-typography-text-transform:initial;
|
|
382
317
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -400,89 +335,21 @@
|
|
|
400
335
|
)
|
|
401
336
|
);
|
|
402
337
|
--_rs-typography-text-auto-offset:0;
|
|
403
|
-
--_rs-typography-ul-
|
|
404
|
-
--_rs-typography-
|
|
405
|
-
--_rs-typography-list-li-
|
|
406
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
407
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
408
|
-
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
409
|
-
}
|
|
410
|
-
._sizeM_1q33nls_18 [data-rs-internal='input__note']{
|
|
411
|
-
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
412
|
-
--_rs-typography-text-transform:initial;
|
|
413
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
414
|
-
--_rs-typography-font-family:var(
|
|
415
|
-
--rs-font-family-ui,
|
|
416
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
417
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
418
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
419
|
-
);
|
|
420
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
421
|
-
--_rs-typography-font-weight:var(
|
|
422
|
-
--rs-font-weight-regular,
|
|
423
|
-
400
|
|
424
|
-
);
|
|
425
|
-
--_rs-typography-line-height:var(
|
|
426
|
-
--rs-text-3-line-height,
|
|
427
|
-
20px
|
|
428
|
-
);
|
|
429
|
-
--_rs-typography-base-color:var(
|
|
430
|
-
--_rs-typography-hardness-color,
|
|
431
|
-
var(
|
|
432
|
-
--rs-color-average,
|
|
433
|
-
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)
|
|
434
|
-
)
|
|
435
|
-
);
|
|
436
|
-
--_rs-typography-text-auto-offset:8px;
|
|
437
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
438
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
439
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
440
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
441
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
442
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
443
|
-
}
|
|
444
|
-
._sizeM_1q33nls_18 [data-rs-internal='input__error-message']{
|
|
445
|
-
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
446
|
-
--_rs-typography-text-transform:initial;
|
|
447
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
448
|
-
--_rs-typography-font-family:var(
|
|
449
|
-
--rs-font-family-ui,
|
|
450
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
451
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
452
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
453
|
-
);
|
|
454
|
-
--_rs-typography-font-size:var(--rs-h5-font-size, 13px);
|
|
455
|
-
--_rs-typography-font-weight:var(
|
|
456
|
-
--rs-font-weight-semi-bold,
|
|
457
|
-
600
|
|
458
|
-
);
|
|
459
|
-
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
460
|
-
--_rs-typography-base-color:var(
|
|
461
|
-
--_rs-typography-heading-hardness-color,
|
|
462
|
-
var(
|
|
463
|
-
--rs-color-hard,
|
|
464
|
-
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))
|
|
465
|
-
)
|
|
466
|
-
);
|
|
467
|
-
--_rs-typography-text-auto-offset:0;
|
|
468
|
-
--_rs-typography-ul-list-li-padding-left:initial;
|
|
469
|
-
--_rs-typography-ol-list-li-padding-left:initial;
|
|
338
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
339
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
340
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
470
341
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
471
342
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
472
343
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
473
344
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
474
345
|
}
|
|
475
|
-
.
|
|
476
|
-
--_rs-icons-height:20px;
|
|
477
|
-
}
|
|
478
|
-
._sizeL_1q33nls_21{
|
|
346
|
+
._sizeL_1mjpwu_20{
|
|
479
347
|
--_rs-input-vertical-padding:12px;
|
|
480
348
|
--_rs-input-horizontal-padding:16px;
|
|
481
|
-
--_rs-input-parts-offset:8px;
|
|
482
349
|
--_rs-input-icon-offset:16px;
|
|
483
350
|
--_rs-input-icon-size:28px;
|
|
484
351
|
}
|
|
485
|
-
.
|
|
352
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
486
353
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
487
354
|
--_rs-typography-text-transform:initial;
|
|
488
355
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -509,8 +376,9 @@
|
|
|
509
376
|
)
|
|
510
377
|
);
|
|
511
378
|
--_rs-typography-text-auto-offset:32px;
|
|
512
|
-
--_rs-typography-ul-
|
|
513
|
-
--_rs-typography-
|
|
379
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
380
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
381
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
514
382
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
515
383
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
516
384
|
24px
|
|
@@ -520,14 +388,14 @@
|
|
|
520
388
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
521
389
|
}
|
|
522
390
|
@media screen and (max-width: 640px){
|
|
523
|
-
.
|
|
391
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
524
392
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
525
393
|
}
|
|
526
394
|
}
|
|
527
|
-
.
|
|
528
|
-
.
|
|
529
|
-
.
|
|
530
|
-
.
|
|
395
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__label'],
|
|
396
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner'],
|
|
397
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::placeholder,
|
|
398
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__suffix']{
|
|
531
399
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
532
400
|
--_rs-typography-text-transform:initial;
|
|
533
401
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -554,8 +422,9 @@
|
|
|
554
422
|
)
|
|
555
423
|
);
|
|
556
424
|
--_rs-typography-text-auto-offset:32px;
|
|
557
|
-
--_rs-typography-ul-
|
|
558
|
-
--_rs-typography-
|
|
425
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
426
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
427
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
559
428
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
560
429
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
561
430
|
24px
|
|
@@ -565,14 +434,14 @@
|
|
|
565
434
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
566
435
|
}
|
|
567
436
|
@media screen and (max-width: 640px){
|
|
568
|
-
.
|
|
569
|
-
.
|
|
570
|
-
.
|
|
571
|
-
.
|
|
437
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__label'],
|
|
438
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner'],
|
|
439
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::placeholder,
|
|
440
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__suffix']{
|
|
572
441
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
573
442
|
}
|
|
574
443
|
}
|
|
575
|
-
.
|
|
444
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__bold-label']{
|
|
576
445
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
577
446
|
--_rs-typography-text-transform:initial;
|
|
578
447
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -596,90 +465,15 @@
|
|
|
596
465
|
)
|
|
597
466
|
);
|
|
598
467
|
--_rs-typography-text-auto-offset:0;
|
|
599
|
-
--_rs-typography-ul-
|
|
600
|
-
--_rs-typography-
|
|
601
|
-
--_rs-typography-list-li-
|
|
602
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
603
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
604
|
-
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
605
|
-
}
|
|
606
|
-
._sizeL_1q33nls_21 [data-rs-internal='input__note']{
|
|
607
|
-
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
608
|
-
--_rs-typography-text-transform:initial;
|
|
609
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
610
|
-
--_rs-typography-font-family:var(
|
|
611
|
-
--rs-font-family-ui,
|
|
612
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
613
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
614
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
615
|
-
);
|
|
616
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
617
|
-
--_rs-typography-font-weight:var(
|
|
618
|
-
--rs-font-weight-regular,
|
|
619
|
-
400
|
|
620
|
-
);
|
|
621
|
-
--_rs-typography-line-height:var(
|
|
622
|
-
--rs-text-2-line-height,
|
|
623
|
-
24px
|
|
624
|
-
);
|
|
625
|
-
--_rs-typography-base-color:var(
|
|
626
|
-
--_rs-typography-hardness-color,
|
|
627
|
-
var(
|
|
628
|
-
--rs-color-average,
|
|
629
|
-
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)
|
|
630
|
-
)
|
|
631
|
-
);
|
|
632
|
-
--_rs-typography-text-auto-offset:16px;
|
|
633
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
634
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
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
|
-
);
|
|
639
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
640
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
641
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
642
|
-
}
|
|
643
|
-
@media screen and (max-width: 640px){
|
|
644
|
-
._sizeL_1q33nls_21 [data-rs-internal='input__note']{
|
|
645
|
-
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
._sizeL_1q33nls_21 [data-rs-internal='input__error-message']{
|
|
649
|
-
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
650
|
-
--_rs-typography-text-transform:initial;
|
|
651
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
652
|
-
--_rs-typography-font-family:var(
|
|
653
|
-
--rs-font-family-ui,
|
|
654
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
655
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
656
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
657
|
-
);
|
|
658
|
-
--_rs-typography-font-size:var(--rs-h4-font-size, 16px);
|
|
659
|
-
--_rs-typography-font-weight:var(
|
|
660
|
-
--rs-font-weight-semi-bold,
|
|
661
|
-
600
|
|
662
|
-
);
|
|
663
|
-
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
664
|
-
--_rs-typography-base-color:var(
|
|
665
|
-
--_rs-typography-heading-hardness-color,
|
|
666
|
-
var(
|
|
667
|
-
--rs-color-hard,
|
|
668
|
-
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))
|
|
669
|
-
)
|
|
670
|
-
);
|
|
671
|
-
--_rs-typography-text-auto-offset:0;
|
|
672
|
-
--_rs-typography-ul-list-li-padding-left:initial;
|
|
673
|
-
--_rs-typography-ol-list-li-padding-left:initial;
|
|
468
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
469
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
470
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
674
471
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
675
472
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
676
473
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
677
474
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
678
475
|
}
|
|
679
|
-
.
|
|
680
|
-
--_rs-icons-height:24px;
|
|
681
|
-
}
|
|
682
|
-
._classic_1q33nls_25{
|
|
476
|
+
._classic_1mjpwu_24{
|
|
683
477
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
684
478
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
685
479
|
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)
|
|
@@ -704,7 +498,7 @@
|
|
|
704
498
|
0.5
|
|
705
499
|
);
|
|
706
500
|
}
|
|
707
|
-
.
|
|
501
|
+
._rock_1mjpwu_27{
|
|
708
502
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
709
503
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
710
504
|
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)
|
|
@@ -728,7 +522,7 @@
|
|
|
728
522
|
0.7
|
|
729
523
|
);
|
|
730
524
|
}
|
|
731
|
-
.
|
|
525
|
+
._container_1mjpwu_31{
|
|
732
526
|
--_rs-theme-dark:var(
|
|
733
527
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
734
528
|
var(--rs-theme-dark, 0)
|
|
@@ -738,16 +532,16 @@
|
|
|
738
532
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
739
533
|
}
|
|
740
534
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
741
|
-
.
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
535
|
+
._container_1mjpwu_31{
|
|
536
|
+
--_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)));
|
|
537
|
+
--_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)));
|
|
538
|
+
--_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)));
|
|
539
|
+
--_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
540
|
+
--_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
747
541
|
}
|
|
748
542
|
}
|
|
749
543
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
750
|
-
.
|
|
544
|
+
._container_1mjpwu_31{
|
|
751
545
|
--_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);
|
|
752
546
|
--_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));
|
|
753
547
|
--_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));
|
|
@@ -755,11 +549,23 @@
|
|
|
755
549
|
--_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));
|
|
756
550
|
}
|
|
757
551
|
}
|
|
758
|
-
|
|
552
|
+
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
553
|
+
._container_1mjpwu_31{
|
|
554
|
+
--_rs-color-danger:color-mix(in srgb, #CC1400 calc(100%*var(--_rs-theme-light-coefficient, 1)), #FF6553 calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
555
|
+
--_rs-color-danger-bg:color-mix(in srgb, rgba(204,20,0, 0.2) calc(100%*var(--_rs-theme-light-coefficient, 1)), rgba(255,101,83, 0.2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
559
|
+
._container_1mjpwu_31{
|
|
560
|
+
--_rs-color-danger:rgb(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83));
|
|
561
|
+
--_rs-color-danger-bg:rgba(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83), 0.2);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
._container_1mjpwu_31 {
|
|
759
565
|
|
|
760
566
|
display:block;
|
|
761
567
|
}
|
|
762
|
-
.
|
|
568
|
+
._wrapper_1mjpwu_39{
|
|
763
569
|
--_rs-input-border-width:1px;
|
|
764
570
|
--_rs-input-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.2);
|
|
765
571
|
--_rs-input-background-color: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));
|
|
@@ -774,36 +580,36 @@
|
|
|
774
580
|
|
|
775
581
|
box-shadow:inset 0 0 0 var(--_rs-input-border-width) var(--_rs-input-border-color);
|
|
776
582
|
}
|
|
777
|
-
.
|
|
583
|
+
._error_1mjpwu_55 ._wrapper_1mjpwu_39{
|
|
778
584
|
--_rs-input-border-width:2px;
|
|
779
|
-
--_rs-input-border-color
|
|
585
|
+
--_rs-input-border-color:var(--_rs-color-danger);
|
|
780
586
|
--_rs-input-background-color: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));
|
|
781
587
|
}
|
|
782
|
-
.
|
|
588
|
+
._disabled_1mjpwu_61 ._wrapper_1mjpwu_39{
|
|
783
589
|
--_rs-input-background-color:rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181));
|
|
784
590
|
|
|
785
591
|
cursor:auto;
|
|
786
592
|
}
|
|
787
|
-
.
|
|
593
|
+
._enabled_1mjpwu_67._focused_1mjpwu_67 ._wrapper_1mjpwu_39{
|
|
788
594
|
--_rs-input-background-color:var(
|
|
789
595
|
--_rs-input-focused-enabled-wrapper-background
|
|
790
596
|
);
|
|
791
597
|
}
|
|
792
|
-
.
|
|
598
|
+
._enabled_1mjpwu_67:not(._error_1mjpwu_55)._filled_1mjpwu_73 ._wrapper_1mjpwu_39{
|
|
793
599
|
--_rs-input-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);
|
|
794
600
|
}
|
|
795
601
|
@media (hover: hover){
|
|
796
|
-
.
|
|
602
|
+
._enabled_1mjpwu_67:not(._error_1mjpwu_55):hover ._wrapper_1mjpwu_39{
|
|
797
603
|
--_rs-input-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);
|
|
798
604
|
}
|
|
799
605
|
}
|
|
800
|
-
.
|
|
606
|
+
._enabled_1mjpwu_67:not(._error_1mjpwu_55)._focused_1mjpwu_67 ._wrapper_1mjpwu_39{
|
|
801
607
|
--_rs-input-border-width:var(
|
|
802
608
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
803
609
|
);
|
|
804
610
|
--_rs-input-border-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));
|
|
805
611
|
}
|
|
806
|
-
.
|
|
612
|
+
._field_1mjpwu_91{
|
|
807
613
|
display:flex;
|
|
808
614
|
|
|
809
615
|
flex:1 1 auto;
|
|
@@ -812,7 +618,7 @@
|
|
|
812
618
|
|
|
813
619
|
padding:var(--_rs-input-vertical-padding) var(--_rs-input-horizontal-padding);
|
|
814
620
|
}
|
|
815
|
-
.
|
|
621
|
+
._inner_1mjpwu_101{
|
|
816
622
|
letter-spacing:var(
|
|
817
623
|
--rs-text-base-letter-spacing,
|
|
818
624
|
var(--_rs-typography-letter-spacing)
|
|
@@ -825,26 +631,26 @@
|
|
|
825
631
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
826
632
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
827
633
|
}
|
|
828
|
-
.
|
|
634
|
+
._inner_1mjpwu_101::-ms-clear{
|
|
829
635
|
display:none;
|
|
830
636
|
|
|
831
637
|
width:0;
|
|
832
638
|
height:0;
|
|
833
639
|
}
|
|
834
|
-
.
|
|
640
|
+
._dark_1mjpwu_10 ._inner_1mjpwu_101{
|
|
835
641
|
color-scheme:dark;
|
|
836
642
|
}
|
|
837
643
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
838
|
-
.
|
|
644
|
+
._inner_1mjpwu_101{
|
|
839
645
|
color-scheme:dark
|
|
840
646
|
}
|
|
841
647
|
}
|
|
842
648
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
843
|
-
.
|
|
649
|
+
._inner_1mjpwu_101{
|
|
844
650
|
color-scheme:light
|
|
845
651
|
}
|
|
846
652
|
}
|
|
847
|
-
.
|
|
653
|
+
._inner_1mjpwu_101 {
|
|
848
654
|
|
|
849
655
|
display:block;
|
|
850
656
|
|
|
@@ -866,17 +672,17 @@
|
|
|
866
672
|
-moz-appearance:none;
|
|
867
673
|
appearance:none;
|
|
868
674
|
}
|
|
869
|
-
.
|
|
675
|
+
._inner_1mjpwu_101:focus{
|
|
870
676
|
outline:none;
|
|
871
677
|
}
|
|
872
|
-
.
|
|
873
|
-
.
|
|
678
|
+
._disabled_1mjpwu_61 ._inner_1mjpwu_101,
|
|
679
|
+
._inner_1mjpwu_101:disabled{
|
|
874
680
|
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);
|
|
875
681
|
}
|
|
876
|
-
.
|
|
682
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101{
|
|
877
683
|
color:var(--_rs-input-focused-inner-color);
|
|
878
684
|
}
|
|
879
|
-
.
|
|
685
|
+
._inner_1mjpwu_101::-moz-placeholder{
|
|
880
686
|
letter-spacing:var(
|
|
881
687
|
--rs-text-base-letter-spacing,
|
|
882
688
|
var(--_rs-typography-letter-spacing)
|
|
@@ -892,10 +698,10 @@
|
|
|
892
698
|
|
|
893
699
|
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);
|
|
894
700
|
}
|
|
895
|
-
.
|
|
701
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101::-moz-placeholder{
|
|
896
702
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
897
703
|
}
|
|
898
|
-
.
|
|
704
|
+
._inner_1mjpwu_101::placeholder{
|
|
899
705
|
letter-spacing:var(
|
|
900
706
|
--rs-text-base-letter-spacing,
|
|
901
707
|
var(--_rs-typography-letter-spacing)
|
|
@@ -911,38 +717,38 @@
|
|
|
911
717
|
|
|
912
718
|
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);
|
|
913
719
|
}
|
|
914
|
-
.
|
|
720
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101::placeholder{
|
|
915
721
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
916
722
|
}
|
|
917
|
-
.
|
|
723
|
+
._inner_1mjpwu_101:-moz-ui-invalid{
|
|
918
724
|
box-shadow:none;
|
|
919
725
|
}
|
|
920
|
-
.
|
|
726
|
+
._inner_1mjpwu_101:-moz-ui-invalid:-moz-focusring{
|
|
921
727
|
box-shadow:none;
|
|
922
728
|
}
|
|
923
|
-
.
|
|
924
|
-
.
|
|
925
|
-
.
|
|
926
|
-
.
|
|
729
|
+
._inner_1mjpwu_101:-webkit-autofill,
|
|
730
|
+
._inner_1mjpwu_101:-webkit-autofill:hover,
|
|
731
|
+
._inner_1mjpwu_101:-webkit-autofill:active,
|
|
732
|
+
._inner_1mjpwu_101:-webkit-autofill:focus{
|
|
927
733
|
-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;
|
|
928
734
|
|
|
929
735
|
transition-delay:9999s;
|
|
930
736
|
-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));
|
|
931
737
|
}
|
|
932
|
-
.
|
|
738
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill, ._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill:hover, ._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill:active, ._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill:focus{
|
|
933
739
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
934
740
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
935
741
|
}
|
|
936
|
-
.
|
|
742
|
+
._offSystemMicroelements_1mjpwu_202 ._inner_1mjpwu_101{
|
|
937
743
|
-moz-appearance:textfield;
|
|
938
744
|
}
|
|
939
|
-
.
|
|
940
|
-
.
|
|
745
|
+
._offSystemMicroelements_1mjpwu_202 ._inner_1mjpwu_101::-webkit-outer-spin-button,
|
|
746
|
+
._offSystemMicroelements_1mjpwu_202 ._inner_1mjpwu_101::-webkit-inner-spin-button{
|
|
941
747
|
margin:0;
|
|
942
748
|
-webkit-appearance:none;
|
|
943
749
|
appearance:none;
|
|
944
750
|
}
|
|
945
|
-
.
|
|
751
|
+
._iconWrapper_1mjpwu_212{
|
|
946
752
|
display:inline-flex;
|
|
947
753
|
flex:0 0 auto;
|
|
948
754
|
|
|
@@ -953,15 +759,15 @@
|
|
|
953
759
|
|
|
954
760
|
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);
|
|
955
761
|
}
|
|
956
|
-
.
|
|
762
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223{
|
|
957
763
|
position:relative;
|
|
958
764
|
|
|
959
765
|
cursor:pointer;
|
|
960
766
|
}
|
|
961
|
-
.
|
|
767
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus{
|
|
962
768
|
outline:none;
|
|
963
769
|
}
|
|
964
|
-
.
|
|
770
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223::before{
|
|
965
771
|
position:absolute;
|
|
966
772
|
top:-4px;
|
|
967
773
|
right:-4px;
|
|
@@ -976,46 +782,46 @@
|
|
|
976
782
|
content:'';
|
|
977
783
|
pointer-events:none;
|
|
978
784
|
}
|
|
979
|
-
.
|
|
785
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus[data-focus-method='key']::before{
|
|
980
786
|
display:block;
|
|
981
787
|
}
|
|
982
|
-
.
|
|
788
|
+
._disabled_1mjpwu_61 ._iconWrapper_1mjpwu_212{
|
|
983
789
|
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);
|
|
984
790
|
}
|
|
985
|
-
.
|
|
791
|
+
._disabled_1mjpwu_61 ._iconWrapper_1mjpwu_212._action_1mjpwu_223{
|
|
986
792
|
pointer-events:none;
|
|
987
793
|
}
|
|
988
|
-
.
|
|
794
|
+
._iconWrapper_1mjpwu_212._right_1mjpwu_261{
|
|
989
795
|
margin-left:var(--_rs-input-icon-offset);
|
|
990
796
|
}
|
|
991
|
-
.
|
|
797
|
+
._iconWrapper_1mjpwu_212._left_1mjpwu_265{
|
|
992
798
|
margin-right:var(--_rs-input-icon-offset);
|
|
993
799
|
}
|
|
994
|
-
.
|
|
800
|
+
._focused_1mjpwu_67 ._iconWrapper_1mjpwu_212{
|
|
995
801
|
color:var(--_rs-input-focused-icon-color);
|
|
996
802
|
}
|
|
997
803
|
@media (hover: hover){
|
|
998
|
-
.
|
|
804
|
+
._enabled_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:hover{
|
|
999
805
|
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));
|
|
1000
806
|
}
|
|
1001
807
|
|
|
1002
|
-
.
|
|
808
|
+
._enabled_1mjpwu_67._focused_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:hover{
|
|
1003
809
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1004
810
|
}
|
|
1005
811
|
}
|
|
1006
|
-
.
|
|
812
|
+
._enabled_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus[data-focus-method='key']{
|
|
1007
813
|
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
814
|
}
|
|
1009
|
-
.
|
|
815
|
+
._enabled_1mjpwu_67._focused_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus[data-focus-method='key']{
|
|
1010
816
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1011
817
|
}
|
|
1012
|
-
.
|
|
818
|
+
._iconWrapper_1mjpwu_212 ._icon_1mjpwu_212{
|
|
1013
819
|
fill:currentColor;
|
|
1014
820
|
|
|
1015
821
|
width:auto;
|
|
1016
822
|
height:var(--_rs-input-icon-size);
|
|
1017
823
|
}
|
|
1018
|
-
.
|
|
824
|
+
._divider_1mjpwu_299{
|
|
1019
825
|
--_rs-input-divider-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.2);
|
|
1020
826
|
|
|
1021
827
|
display:block;
|
|
@@ -1026,10 +832,10 @@
|
|
|
1026
832
|
|
|
1027
833
|
background:var(--_rs-input-divider-color);
|
|
1028
834
|
}
|
|
1029
|
-
.
|
|
835
|
+
._focused_1mjpwu_67 ._divider_1mjpwu_299{
|
|
1030
836
|
--_rs-input-divider-color:var(--_rs-input-focused-divider-background);
|
|
1031
837
|
}
|
|
1032
|
-
.
|
|
838
|
+
._suffix_1mjpwu_315{
|
|
1033
839
|
letter-spacing:var(
|
|
1034
840
|
--rs-text-base-letter-spacing,
|
|
1035
841
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1048,37 +854,10 @@
|
|
|
1048
854
|
|
|
1049
855
|
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);
|
|
1050
856
|
}
|
|
1051
|
-
.
|
|
857
|
+
._focused_1mjpwu_67 ._suffix_1mjpwu_315{
|
|
1052
858
|
color:var(--_rs-input-focused-suffix-color);
|
|
1053
859
|
}
|
|
1054
|
-
.
|
|
1055
|
-
letter-spacing:var(
|
|
1056
|
-
--rs-text-base-letter-spacing,
|
|
1057
|
-
var(--_rs-typography-letter-spacing)
|
|
1058
|
-
);
|
|
1059
|
-
text-transform:var(--_rs-typography-text-transform);
|
|
1060
|
-
font-family:var(--_rs-typography-font-family);
|
|
1061
|
-
font-size:var(--_rs-typography-font-size);
|
|
1062
|
-
font-weight:var(--_rs-typography-font-weight);
|
|
1063
|
-
line-height:var(--_rs-typography-line-height);
|
|
1064
|
-
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1065
|
-
font-feature-settings:'kern', 'liga', 'calt';
|
|
1066
|
-
|
|
1067
|
-
display:flex;
|
|
1068
|
-
flex-wrap:nowrap;
|
|
1069
|
-
|
|
1070
|
-
margin-top:var(--_rs-input-parts-offset);
|
|
1071
|
-
|
|
1072
|
-
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));
|
|
1073
|
-
-moz-column-gap:8px;
|
|
1074
|
-
column-gap:8px;
|
|
1075
|
-
}
|
|
1076
|
-
._errorIcon_1q33nls_341{
|
|
1077
|
-
flex:0 0 auto;
|
|
1078
|
-
|
|
1079
|
-
color:#F45C4A;
|
|
1080
|
-
}
|
|
1081
|
-
._note_1q33nls_347{
|
|
860
|
+
._label_1mjpwu_329{
|
|
1082
861
|
letter-spacing:var(
|
|
1083
862
|
--rs-text-base-letter-spacing,
|
|
1084
863
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1091,19 +870,71 @@
|
|
|
1091
870
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1092
871
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1093
872
|
color:var(
|
|
1094
|
-
--rs-color-
|
|
1095
|
-
|
|
873
|
+
--rs-color-hard,
|
|
874
|
+
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))
|
|
1096
875
|
);
|
|
1097
876
|
|
|
1098
|
-
margin-
|
|
877
|
+
margin-bottom:4px;
|
|
1099
878
|
}
|
|
1100
|
-
.
|
|
879
|
+
._disabled_1mjpwu_61 ._label_1mjpwu_329{
|
|
1101
880
|
color:var(
|
|
1102
881
|
--rs-color-pale,
|
|
1103
882
|
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)
|
|
1104
883
|
);
|
|
1105
884
|
}
|
|
1106
|
-
.
|
|
885
|
+
._footer_1mjpwu_340{
|
|
886
|
+
display:flex;
|
|
887
|
+
flex-direction:column;
|
|
888
|
+
|
|
889
|
+
margin-top:4px;
|
|
890
|
+
}
|
|
891
|
+
._errorMessage_1mjpwu_347{
|
|
892
|
+
order:99;
|
|
893
|
+
}
|
|
894
|
+
._error_1mjpwu_55 ._errorMessage_1mjpwu_347{
|
|
895
|
+
order:0;
|
|
896
|
+
}
|
|
897
|
+
._note_1mjpwu_356{
|
|
898
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
899
|
+
--_rs-typography-text-transform:initial;
|
|
900
|
+
--_rs-typography-font-variant-numeric:initial;
|
|
901
|
+
--_rs-typography-font-family:var(
|
|
902
|
+
--rs-font-family-ui,
|
|
903
|
+
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
904
|
+
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
905
|
+
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
906
|
+
);
|
|
907
|
+
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
908
|
+
--_rs-typography-font-weight:var(
|
|
909
|
+
--rs-font-weight-regular,
|
|
910
|
+
400
|
|
911
|
+
);
|
|
912
|
+
--_rs-typography-line-height:var(
|
|
913
|
+
--rs-text-3-line-height,
|
|
914
|
+
20px
|
|
915
|
+
);
|
|
916
|
+
--_rs-typography-base-color:var(
|
|
917
|
+
--_rs-typography-hardness-color,
|
|
918
|
+
var(
|
|
919
|
+
--rs-color-average,
|
|
920
|
+
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)
|
|
921
|
+
)
|
|
922
|
+
);
|
|
923
|
+
--_rs-typography-text-auto-offset:8px;
|
|
924
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
925
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
926
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
927
|
+
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
928
|
+
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
929
|
+
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
930
|
+
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
931
|
+
--_rs-theme-dark:var(
|
|
932
|
+
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
933
|
+
var(--rs-theme-dark, 0)
|
|
934
|
+
);
|
|
935
|
+
--_rs-theme-flip:var(--rs-theme-flip, 0);
|
|
936
|
+
--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));
|
|
937
|
+
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
1107
938
|
letter-spacing:var(
|
|
1108
939
|
--rs-text-base-letter-spacing,
|
|
1109
940
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1115,15 +946,16 @@
|
|
|
1115
946
|
line-height:var(--_rs-typography-line-height);
|
|
1116
947
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1117
948
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1118
|
-
color:var(
|
|
1119
|
-
--
|
|
1120
|
-
|
|
949
|
+
color:var(--_rs-typography-base-color);
|
|
950
|
+
--_rs-typography-hardness-color:var(
|
|
951
|
+
--rs-color-average,
|
|
952
|
+
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)
|
|
1121
953
|
);
|
|
1122
954
|
|
|
1123
|
-
|
|
955
|
+
order:1;
|
|
1124
956
|
}
|
|
1125
|
-
.
|
|
1126
|
-
color:var(
|
|
957
|
+
._disabled_1mjpwu_61 ._note_1mjpwu_356{
|
|
958
|
+
--_rs-typography-hardness-color:var(
|
|
1127
959
|
--rs-color-pale,
|
|
1128
960
|
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)
|
|
1129
961
|
);
|