@rescui/input 0.11.8 → 0.11.10-RUI-226-Update-card-cn-6e43cc89.60
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 +90 -21
- package/lib/_virtual/index.css.js +12 -7
- package/lib/_virtual/loading.js +106 -29
- package/lib/_virtual/warning.js +90 -21
- package/lib/index.css +209 -618
- package/lib/index.js +1 -1
- package/lib/input.js +75 -93
- package/lib/input.p.module.css.js +28 -28
- package/lib/parts/custom-icon.js +26 -42
- package/lib/parts/right-icons.js +16 -13
- package/lib/public-api.p.css +40 -361
- package/lib/public-api.pcss +40 -361
- package/package.json +12 -12
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_15yklic_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_15yklic_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_15yklic_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,170 +25,92 @@
|
|
|
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_15yklic_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_15yklic_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_15yklic_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_15yklic_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_15yklic_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_15yklic_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_15yklic_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
|
}
|
|
55
|
-
|
|
55
|
+
@keyframes rs-icon-rotate{
|
|
56
56
|
from{
|
|
57
|
-
|
|
58
|
-
transform:rotate(0deg);
|
|
57
|
+
transform:rotate(0deg);
|
|
59
58
|
}
|
|
60
59
|
to{
|
|
61
|
-
|
|
62
|
-
transform:rotate(360deg);
|
|
60
|
+
transform:rotate(360deg);
|
|
63
61
|
}
|
|
64
62
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
63
|
+
._allVariants_15yklic_48{
|
|
64
|
+
aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
|
|
65
|
+
container:rs-icon / size;
|
|
66
|
+
}
|
|
67
|
+
._variant16_15yklic_53,
|
|
68
|
+
._variant20_15yklic_54,
|
|
69
|
+
._variant24_15yklic_55{
|
|
70
|
+
display:none;
|
|
71
|
+
}
|
|
72
|
+
._variant28_15yklic_58{
|
|
73
|
+
display:block;
|
|
74
|
+
}
|
|
75
|
+
@container rs-icon (max-height: 24px){
|
|
76
|
+
._variant24_15yklic_55{
|
|
77
|
+
display:block;
|
|
69
78
|
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
79
|
+
._variant28_15yklic_58{
|
|
80
|
+
display:none;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
@container rs-icon (max-height: 20px){
|
|
84
|
+
._variant20_15yklic_54{
|
|
85
|
+
display:block;
|
|
86
|
+
}
|
|
87
|
+
._variant24_15yklic_55{
|
|
88
|
+
display:none;
|
|
73
89
|
}
|
|
74
90
|
}
|
|
75
|
-
|
|
91
|
+
@container rs-icon (max-height: 16px){
|
|
92
|
+
._variant16_15yklic_53{
|
|
93
|
+
display:block;
|
|
94
|
+
}
|
|
95
|
+
._variant20_15yklic_54{
|
|
96
|
+
display:none;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
._light_tti70k_8{
|
|
76
100
|
--rs-theme-dark:0;
|
|
77
101
|
}
|
|
78
|
-
.
|
|
102
|
+
._dark_tti70k_11{
|
|
79
103
|
--rs-theme-dark:1;
|
|
80
104
|
}
|
|
81
|
-
.
|
|
105
|
+
._sizeS_tti70k_15{
|
|
82
106
|
--_rs-input-vertical-padding:6px;
|
|
83
107
|
--_rs-input-horizontal-padding:8px;
|
|
84
108
|
--_rs-input-parts-offset:4px;
|
|
85
109
|
--_rs-input-icon-offset:8px;
|
|
86
110
|
--_rs-input-icon-size:20px;
|
|
87
111
|
}
|
|
88
|
-
.
|
|
89
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
90
|
-
--_rs-typography-text-transform:initial;
|
|
91
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
92
|
-
--_rs-typography-font-family:var(
|
|
93
|
-
--rs-font-family-ui,
|
|
94
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
95
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
96
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
97
|
-
);
|
|
98
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
99
|
-
--_rs-typography-font-weight:var(
|
|
100
|
-
--rs-font-weight-regular,
|
|
101
|
-
400
|
|
102
|
-
);
|
|
103
|
-
--_rs-typography-line-height:var(
|
|
104
|
-
--rs-text-3-line-height,
|
|
105
|
-
20px
|
|
106
|
-
);
|
|
107
|
-
--_rs-typography-base-color:var(
|
|
108
|
-
--_rs-typography-hardness-color,
|
|
109
|
-
var(
|
|
110
|
-
--rs-color-average,
|
|
111
|
-
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)
|
|
112
|
-
)
|
|
113
|
-
);
|
|
114
|
-
--_rs-typography-text-auto-offset:8px;
|
|
115
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
116
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
117
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
118
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
119
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
120
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
121
|
-
}
|
|
122
|
-
._sizeS_xzr84l_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
123
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
124
|
-
--_rs-typography-text-transform:initial;
|
|
125
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
126
|
-
--_rs-typography-font-family:var(
|
|
127
|
-
--rs-font-family-ui,
|
|
128
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
129
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
130
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
131
|
-
);
|
|
132
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
133
|
-
--_rs-typography-font-weight:var(
|
|
134
|
-
--rs-font-weight-regular,
|
|
135
|
-
400
|
|
136
|
-
);
|
|
137
|
-
--_rs-typography-line-height:var(
|
|
138
|
-
--rs-text-3-line-height,
|
|
139
|
-
20px
|
|
140
|
-
);
|
|
141
|
-
--_rs-typography-base-color:var(
|
|
142
|
-
--_rs-typography-hardness-color,
|
|
143
|
-
var(
|
|
144
|
-
--rs-color-average,
|
|
145
|
-
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)
|
|
146
|
-
)
|
|
147
|
-
);
|
|
148
|
-
--_rs-typography-text-auto-offset:8px;
|
|
149
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
150
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
151
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
152
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
153
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
154
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
155
|
-
}
|
|
156
|
-
._sizeS_xzr84l_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
157
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
158
|
-
--_rs-typography-text-transform:initial;
|
|
159
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
160
|
-
--_rs-typography-font-family:var(
|
|
161
|
-
--rs-font-family-ui,
|
|
162
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
163
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
164
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
165
|
-
);
|
|
166
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
167
|
-
--_rs-typography-font-weight:var(
|
|
168
|
-
--rs-font-weight-regular,
|
|
169
|
-
400
|
|
170
|
-
);
|
|
171
|
-
--_rs-typography-line-height:var(
|
|
172
|
-
--rs-text-3-line-height,
|
|
173
|
-
20px
|
|
174
|
-
);
|
|
175
|
-
--_rs-typography-base-color:var(
|
|
176
|
-
--_rs-typography-hardness-color,
|
|
177
|
-
var(
|
|
178
|
-
--rs-color-average,
|
|
179
|
-
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)
|
|
180
|
-
)
|
|
181
|
-
);
|
|
182
|
-
--_rs-typography-text-auto-offset:8px;
|
|
183
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
184
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
185
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
186
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
187
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
188
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
189
|
-
}
|
|
190
|
-
._sizeS_xzr84l_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
191
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
112
|
+
._sizeS_tti70k_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
113
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
192
114
|
--_rs-typography-text-transform:initial;
|
|
193
115
|
--_rs-typography-font-variant-numeric:initial;
|
|
194
116
|
--_rs-typography-font-family:var(
|
|
@@ -221,11 +143,11 @@
|
|
|
221
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
222
144
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
223
145
|
}
|
|
224
|
-
.
|
|
225
|
-
.
|
|
226
|
-
.
|
|
227
|
-
.
|
|
228
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
146
|
+
._sizeS_tti70k_15 [data-rs-internal='input__label'],
|
|
147
|
+
._sizeS_tti70k_15 [data-rs-internal='input__inner'],
|
|
148
|
+
._sizeS_tti70k_15 [data-rs-internal='input__inner']::placeholder,
|
|
149
|
+
._sizeS_tti70k_15 [data-rs-internal='input__suffix']{
|
|
150
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
229
151
|
--_rs-typography-text-transform:initial;
|
|
230
152
|
--_rs-typography-font-variant-numeric:initial;
|
|
231
153
|
--_rs-typography-font-family:var(
|
|
@@ -258,8 +180,8 @@
|
|
|
258
180
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
259
181
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
260
182
|
}
|
|
261
|
-
.
|
|
262
|
-
--_rs-typography-letter-spacing:normal;
|
|
183
|
+
._sizeS_tti70k_15 [data-rs-internal='input__bold-label']{
|
|
184
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
263
185
|
--_rs-typography-text-transform:initial;
|
|
264
186
|
--_rs-typography-font-variant-numeric:initial;
|
|
265
187
|
--_rs-typography-font-family:var(
|
|
@@ -289,8 +211,8 @@
|
|
|
289
211
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
290
212
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
291
213
|
}
|
|
292
|
-
.
|
|
293
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
214
|
+
._sizeS_tti70k_15 [data-rs-internal='input__note']{
|
|
215
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
294
216
|
--_rs-typography-text-transform:initial;
|
|
295
217
|
--_rs-typography-font-variant-numeric:initial;
|
|
296
218
|
--_rs-typography-font-family:var(
|
|
@@ -323,8 +245,8 @@
|
|
|
323
245
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
324
246
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
325
247
|
}
|
|
326
|
-
.
|
|
327
|
-
--_rs-typography-letter-spacing:normal;
|
|
248
|
+
._sizeS_tti70k_15 [data-rs-internal='input__error-message']{
|
|
249
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
328
250
|
--_rs-typography-text-transform:initial;
|
|
329
251
|
--_rs-typography-font-variant-numeric:initial;
|
|
330
252
|
--_rs-typography-font-family:var(
|
|
@@ -354,18 +276,18 @@
|
|
|
354
276
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
355
277
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
356
278
|
}
|
|
357
|
-
.
|
|
279
|
+
._sizeS_tti70k_15 [data-rs-internal='input__error-icon']:not(html){
|
|
358
280
|
--_rs-icons-height:20px;
|
|
359
281
|
}
|
|
360
|
-
.
|
|
282
|
+
._sizeM_tti70k_18{
|
|
361
283
|
--_rs-input-vertical-padding:8px;
|
|
362
284
|
--_rs-input-horizontal-padding:8px;
|
|
363
285
|
--_rs-input-parts-offset:8px;
|
|
364
286
|
--_rs-input-icon-offset:8px;
|
|
365
287
|
--_rs-input-icon-size:24px;
|
|
366
288
|
}
|
|
367
|
-
.
|
|
368
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
289
|
+
._sizeM_tti70k_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
290
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
369
291
|
--_rs-typography-text-transform:initial;
|
|
370
292
|
--_rs-typography-font-variant-numeric:initial;
|
|
371
293
|
--_rs-typography-font-family:var(
|
|
@@ -393,57 +315,24 @@
|
|
|
393
315
|
--_rs-typography-text-auto-offset:16px;
|
|
394
316
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
395
317
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
396
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
397
|
-
--_rs-typography-
|
|
398
|
-
|
|
399
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
400
|
-
}
|
|
401
|
-
@media screen and (max-width: 640px){
|
|
402
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
403
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
407
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
408
|
-
--_rs-typography-text-transform:initial;
|
|
409
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
410
|
-
--_rs-typography-font-family:var(
|
|
411
|
-
--rs-font-family-ui,
|
|
412
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
413
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
414
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
415
|
-
);
|
|
416
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
417
|
-
--_rs-typography-font-weight:var(
|
|
418
|
-
--rs-font-weight-regular,
|
|
419
|
-
400
|
|
420
|
-
);
|
|
421
|
-
--_rs-typography-line-height:var(
|
|
422
|
-
--rs-text-2-line-height,
|
|
423
|
-
24px
|
|
424
|
-
);
|
|
425
|
-
--_rs-typography-base-color:var(
|
|
426
|
-
--_rs-typography-hardness-color,
|
|
427
|
-
var(
|
|
428
|
-
--rs-color-average,
|
|
429
|
-
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)
|
|
430
|
-
)
|
|
318
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
319
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
320
|
+
16px
|
|
431
321
|
);
|
|
432
|
-
--_rs-typography-text-auto-offset:16px;
|
|
433
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
434
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
435
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
436
322
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
437
323
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
438
324
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
439
325
|
}
|
|
440
326
|
@media screen and (max-width: 640px){
|
|
441
|
-
.
|
|
442
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
327
|
+
._sizeM_tti70k_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
328
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
443
329
|
}
|
|
444
330
|
}
|
|
445
|
-
.
|
|
446
|
-
|
|
331
|
+
._sizeM_tti70k_18 [data-rs-internal='input__label'],
|
|
332
|
+
._sizeM_tti70k_18 [data-rs-internal='input__inner'],
|
|
333
|
+
._sizeM_tti70k_18 [data-rs-internal='input__inner']::placeholder,
|
|
334
|
+
._sizeM_tti70k_18 [data-rs-internal='input__suffix']{
|
|
335
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
447
336
|
--_rs-typography-text-transform:initial;
|
|
448
337
|
--_rs-typography-font-variant-numeric:initial;
|
|
449
338
|
--_rs-typography-font-family:var(
|
|
@@ -471,102 +360,24 @@
|
|
|
471
360
|
--_rs-typography-text-auto-offset:16px;
|
|
472
361
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
473
362
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
474
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
475
|
-
--_rs-typography-
|
|
476
|
-
|
|
477
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
478
|
-
}
|
|
479
|
-
@media screen and (max-width: 640px){
|
|
480
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
481
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
485
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
486
|
-
--_rs-typography-text-transform:initial;
|
|
487
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
488
|
-
--_rs-typography-font-family:var(
|
|
489
|
-
--rs-font-family-ui,
|
|
490
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
491
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
492
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
493
|
-
);
|
|
494
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
495
|
-
--_rs-typography-font-weight:var(
|
|
496
|
-
--rs-font-weight-regular,
|
|
497
|
-
400
|
|
498
|
-
);
|
|
499
|
-
--_rs-typography-line-height:var(
|
|
500
|
-
--rs-text-2-line-height,
|
|
501
|
-
24px
|
|
502
|
-
);
|
|
503
|
-
--_rs-typography-base-color:var(
|
|
504
|
-
--_rs-typography-hardness-color,
|
|
505
|
-
var(
|
|
506
|
-
--rs-color-average,
|
|
507
|
-
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)
|
|
508
|
-
)
|
|
363
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
364
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
365
|
+
16px
|
|
509
366
|
);
|
|
510
|
-
--_rs-typography-text-auto-offset:16px;
|
|
511
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
512
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
513
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
514
367
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
515
368
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
516
369
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
517
370
|
}
|
|
518
371
|
@media screen and (max-width: 640px){
|
|
519
|
-
.
|
|
520
|
-
|
|
372
|
+
._sizeM_tti70k_18 [data-rs-internal='input__label'],
|
|
373
|
+
._sizeM_tti70k_18 [data-rs-internal='input__inner'],
|
|
374
|
+
._sizeM_tti70k_18 [data-rs-internal='input__inner']::placeholder,
|
|
375
|
+
._sizeM_tti70k_18 [data-rs-internal='input__suffix']{
|
|
376
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
521
377
|
}
|
|
522
378
|
}
|
|
523
|
-
.
|
|
524
|
-
|
|
525
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner']::placeholder,
|
|
526
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__suffix']{
|
|
527
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
528
|
-
--_rs-typography-text-transform:initial;
|
|
529
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
530
|
-
--_rs-typography-font-family:var(
|
|
531
|
-
--rs-font-family-ui,
|
|
532
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
533
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
534
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
535
|
-
);
|
|
536
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
537
|
-
--_rs-typography-font-weight:var(
|
|
538
|
-
--rs-font-weight-regular,
|
|
539
|
-
400
|
|
540
|
-
);
|
|
541
|
-
--_rs-typography-line-height:var(
|
|
542
|
-
--rs-text-2-line-height,
|
|
543
|
-
24px
|
|
544
|
-
);
|
|
545
|
-
--_rs-typography-base-color:var(
|
|
546
|
-
--_rs-typography-hardness-color,
|
|
547
|
-
var(
|
|
548
|
-
--rs-color-average,
|
|
549
|
-
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)
|
|
550
|
-
)
|
|
551
|
-
);
|
|
552
|
-
--_rs-typography-text-auto-offset:16px;
|
|
553
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
554
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
555
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
556
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
557
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
558
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
559
|
-
}
|
|
560
|
-
@media screen and (max-width: 640px){
|
|
561
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__label'],
|
|
562
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner'],
|
|
563
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__inner']::placeholder,
|
|
564
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__suffix']{
|
|
565
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
._sizeM_xzr84l_18 [data-rs-internal='input__bold-label']{
|
|
569
|
-
--_rs-typography-letter-spacing:normal;
|
|
379
|
+
._sizeM_tti70k_18 [data-rs-internal='input__bold-label']{
|
|
380
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
570
381
|
--_rs-typography-text-transform:initial;
|
|
571
382
|
--_rs-typography-font-variant-numeric:initial;
|
|
572
383
|
--_rs-typography-font-family:var(
|
|
@@ -596,8 +407,8 @@
|
|
|
596
407
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
597
408
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
598
409
|
}
|
|
599
|
-
.
|
|
600
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
410
|
+
._sizeM_tti70k_18 [data-rs-internal='input__note']{
|
|
411
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
601
412
|
--_rs-typography-text-transform:initial;
|
|
602
413
|
--_rs-typography-font-variant-numeric:initial;
|
|
603
414
|
--_rs-typography-font-family:var(
|
|
@@ -630,8 +441,8 @@
|
|
|
630
441
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
631
442
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
632
443
|
}
|
|
633
|
-
.
|
|
634
|
-
--_rs-typography-letter-spacing:normal;
|
|
444
|
+
._sizeM_tti70k_18 [data-rs-internal='input__error-message']{
|
|
445
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
635
446
|
--_rs-typography-text-transform:initial;
|
|
636
447
|
--_rs-typography-font-variant-numeric:initial;
|
|
637
448
|
--_rs-typography-font-family:var(
|
|
@@ -661,18 +472,18 @@
|
|
|
661
472
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
662
473
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
663
474
|
}
|
|
664
|
-
.
|
|
475
|
+
._sizeM_tti70k_18 [data-rs-internal='input__error-icon']:not(html){
|
|
665
476
|
--_rs-icons-height:20px;
|
|
666
477
|
}
|
|
667
|
-
.
|
|
478
|
+
._sizeL_tti70k_21{
|
|
668
479
|
--_rs-input-vertical-padding:12px;
|
|
669
480
|
--_rs-input-horizontal-padding:16px;
|
|
670
481
|
--_rs-input-parts-offset:8px;
|
|
671
482
|
--_rs-input-icon-offset:16px;
|
|
672
483
|
--_rs-input-icon-size:28px;
|
|
673
484
|
}
|
|
674
|
-
.
|
|
675
|
-
--_rs-typography-letter-spacing:normal;
|
|
485
|
+
._sizeL_tti70k_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
486
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
676
487
|
--_rs-typography-text-transform:initial;
|
|
677
488
|
--_rs-typography-font-variant-numeric:initial;
|
|
678
489
|
--_rs-typography-font-family:var(
|
|
@@ -700,96 +511,24 @@
|
|
|
700
511
|
--_rs-typography-text-auto-offset:32px;
|
|
701
512
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
702
513
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
703
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
704
|
-
--_rs-typography-
|
|
705
|
-
|
|
706
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
707
|
-
}
|
|
708
|
-
@media screen and (max-width: 640px){
|
|
709
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
710
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
714
|
-
--_rs-typography-letter-spacing:normal;
|
|
715
|
-
--_rs-typography-text-transform:initial;
|
|
716
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
717
|
-
--_rs-typography-font-family:var(
|
|
718
|
-
--rs-font-family-ui,
|
|
719
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
720
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
721
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
722
|
-
);
|
|
723
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
724
|
-
--_rs-typography-font-weight:var(
|
|
725
|
-
--rs-font-weight-regular,
|
|
726
|
-
400
|
|
727
|
-
);
|
|
728
|
-
--_rs-typography-line-height:var(
|
|
729
|
-
--rs-text-1-line-height,
|
|
730
|
-
28px
|
|
731
|
-
);
|
|
732
|
-
--_rs-typography-base-color:var(
|
|
733
|
-
--_rs-typography-hardness-color,
|
|
734
|
-
var(
|
|
735
|
-
--rs-color-average,
|
|
736
|
-
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)
|
|
737
|
-
)
|
|
738
|
-
);
|
|
739
|
-
--_rs-typography-text-auto-offset:32px;
|
|
740
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
741
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
742
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
743
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
744
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
745
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
746
|
-
}
|
|
747
|
-
@media screen and (max-width: 640px){
|
|
748
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
749
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
753
|
-
--_rs-typography-letter-spacing:normal;
|
|
754
|
-
--_rs-typography-text-transform:initial;
|
|
755
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
756
|
-
--_rs-typography-font-family:var(
|
|
757
|
-
--rs-font-family-ui,
|
|
758
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
759
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
760
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
761
|
-
);
|
|
762
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
763
|
-
--_rs-typography-font-weight:var(
|
|
764
|
-
--rs-font-weight-regular,
|
|
765
|
-
400
|
|
766
|
-
);
|
|
767
|
-
--_rs-typography-line-height:var(
|
|
768
|
-
--rs-text-1-line-height,
|
|
769
|
-
28px
|
|
770
|
-
);
|
|
771
|
-
--_rs-typography-base-color:var(
|
|
772
|
-
--_rs-typography-hardness-color,
|
|
773
|
-
var(
|
|
774
|
-
--rs-color-average,
|
|
775
|
-
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)
|
|
776
|
-
)
|
|
514
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
515
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
516
|
+
24px
|
|
777
517
|
);
|
|
778
|
-
--_rs-typography-text-auto-offset:32px;
|
|
779
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
780
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
781
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
782
518
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
783
519
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
784
520
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
785
521
|
}
|
|
786
522
|
@media screen and (max-width: 640px){
|
|
787
|
-
.
|
|
788
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
523
|
+
._sizeL_tti70k_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
524
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
789
525
|
}
|
|
790
526
|
}
|
|
791
|
-
.
|
|
792
|
-
|
|
527
|
+
._sizeL_tti70k_21 [data-rs-internal='input__label'],
|
|
528
|
+
._sizeL_tti70k_21 [data-rs-internal='input__inner'],
|
|
529
|
+
._sizeL_tti70k_21 [data-rs-internal='input__inner']::placeholder,
|
|
530
|
+
._sizeL_tti70k_21 [data-rs-internal='input__suffix']{
|
|
531
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
793
532
|
--_rs-typography-text-transform:initial;
|
|
794
533
|
--_rs-typography-font-variant-numeric:initial;
|
|
795
534
|
--_rs-typography-font-family:var(
|
|
@@ -817,63 +556,24 @@
|
|
|
817
556
|
--_rs-typography-text-auto-offset:32px;
|
|
818
557
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
819
558
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
820
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
821
|
-
--_rs-typography-
|
|
822
|
-
|
|
823
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
824
|
-
}
|
|
825
|
-
@media screen and (max-width: 640px){
|
|
826
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
827
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__label'],
|
|
831
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner'],
|
|
832
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__inner']::placeholder,
|
|
833
|
-
._sizeL_xzr84l_21 [data-rs-internal='input__suffix']{
|
|
834
|
-
--_rs-typography-letter-spacing:normal;
|
|
835
|
-
--_rs-typography-text-transform:initial;
|
|
836
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
837
|
-
--_rs-typography-font-family:var(
|
|
838
|
-
--rs-font-family-ui,
|
|
839
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
840
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
841
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
842
|
-
);
|
|
843
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
844
|
-
--_rs-typography-font-weight:var(
|
|
845
|
-
--rs-font-weight-regular,
|
|
846
|
-
400
|
|
847
|
-
);
|
|
848
|
-
--_rs-typography-line-height:var(
|
|
849
|
-
--rs-text-1-line-height,
|
|
850
|
-
28px
|
|
851
|
-
);
|
|
852
|
-
--_rs-typography-base-color:var(
|
|
853
|
-
--_rs-typography-hardness-color,
|
|
854
|
-
var(
|
|
855
|
-
--rs-color-average,
|
|
856
|
-
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)
|
|
857
|
-
)
|
|
559
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
560
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
561
|
+
24px
|
|
858
562
|
);
|
|
859
|
-
--_rs-typography-text-auto-offset:32px;
|
|
860
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
861
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
862
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
863
563
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
864
564
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
865
565
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
866
566
|
}
|
|
867
567
|
@media screen and (max-width: 640px){
|
|
868
|
-
.
|
|
869
|
-
.
|
|
870
|
-
.
|
|
871
|
-
.
|
|
872
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
568
|
+
._sizeL_tti70k_21 [data-rs-internal='input__label'],
|
|
569
|
+
._sizeL_tti70k_21 [data-rs-internal='input__inner'],
|
|
570
|
+
._sizeL_tti70k_21 [data-rs-internal='input__inner']::placeholder,
|
|
571
|
+
._sizeL_tti70k_21 [data-rs-internal='input__suffix']{
|
|
572
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
873
573
|
}
|
|
874
574
|
}
|
|
875
|
-
.
|
|
876
|
-
--_rs-typography-letter-spacing:normal;
|
|
575
|
+
._sizeL_tti70k_21 [data-rs-internal='input__bold-label']{
|
|
576
|
+
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
877
577
|
--_rs-typography-text-transform:initial;
|
|
878
578
|
--_rs-typography-font-variant-numeric:initial;
|
|
879
579
|
--_rs-typography-font-family:var(
|
|
@@ -903,8 +603,8 @@
|
|
|
903
603
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
904
604
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
905
605
|
}
|
|
906
|
-
.
|
|
907
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
606
|
+
._sizeL_tti70k_21 [data-rs-internal='input__note']{
|
|
607
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
908
608
|
--_rs-typography-text-transform:initial;
|
|
909
609
|
--_rs-typography-font-variant-numeric:initial;
|
|
910
610
|
--_rs-typography-font-family:var(
|
|
@@ -932,18 +632,21 @@
|
|
|
932
632
|
--_rs-typography-text-auto-offset:16px;
|
|
933
633
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
934
634
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
935
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
635
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
636
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
637
|
+
16px
|
|
638
|
+
);
|
|
936
639
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
937
640
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
938
641
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
939
642
|
}
|
|
940
643
|
@media screen and (max-width: 640px){
|
|
941
|
-
.
|
|
942
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
644
|
+
._sizeL_tti70k_21 [data-rs-internal='input__note']{
|
|
645
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
943
646
|
}
|
|
944
647
|
}
|
|
945
|
-
.
|
|
946
|
-
--_rs-typography-letter-spacing:normal;
|
|
648
|
+
._sizeL_tti70k_21 [data-rs-internal='input__error-message']{
|
|
649
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
947
650
|
--_rs-typography-text-transform:initial;
|
|
948
651
|
--_rs-typography-font-variant-numeric:initial;
|
|
949
652
|
--_rs-typography-font-family:var(
|
|
@@ -973,10 +676,10 @@
|
|
|
973
676
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
974
677
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
975
678
|
}
|
|
976
|
-
.
|
|
679
|
+
._sizeL_tti70k_21 [data-rs-internal='input__error-icon']:not(html){
|
|
977
680
|
--_rs-icons-height:24px;
|
|
978
681
|
}
|
|
979
|
-
.
|
|
682
|
+
._classic_tti70k_25{
|
|
980
683
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
981
684
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
982
685
|
calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
|
|
@@ -1026,7 +729,7 @@
|
|
|
1026
729
|
0.5
|
|
1027
730
|
);
|
|
1028
731
|
}
|
|
1029
|
-
.
|
|
732
|
+
._rock_tti70k_28{
|
|
1030
733
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
1031
734
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
1032
735
|
calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
|
|
@@ -1058,7 +761,7 @@
|
|
|
1058
761
|
);
|
|
1059
762
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
1060
763
|
}
|
|
1061
|
-
.
|
|
764
|
+
._container_tti70k_32{
|
|
1062
765
|
--_rs-theme-dark:var(
|
|
1063
766
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
1064
767
|
var(--rs-theme-dark, 0)
|
|
@@ -1068,7 +771,7 @@
|
|
|
1068
771
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
1069
772
|
}
|
|
1070
773
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1071
|
-
.
|
|
774
|
+
._container_tti70k_32{
|
|
1072
775
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
1073
776
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
1074
777
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -1077,7 +780,7 @@
|
|
|
1077
780
|
}
|
|
1078
781
|
}
|
|
1079
782
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1080
|
-
.
|
|
783
|
+
._container_tti70k_32{
|
|
1081
784
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
1082
785
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
1083
786
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -1085,17 +788,13 @@
|
|
|
1085
788
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
1086
789
|
}
|
|
1087
790
|
}
|
|
1088
|
-
.
|
|
791
|
+
._container_tti70k_32 {
|
|
1089
792
|
|
|
1090
793
|
display:block;
|
|
1091
794
|
}
|
|
1092
|
-
.
|
|
795
|
+
._wrapper_tti70k_39{
|
|
1093
796
|
--_rs-input-border-width:1px;
|
|
1094
797
|
|
|
1095
|
-
display:-webkit-box;
|
|
1096
|
-
|
|
1097
|
-
display:-ms-flexbox;
|
|
1098
|
-
|
|
1099
798
|
display:flex;
|
|
1100
799
|
|
|
1101
800
|
border:var(--_rs-input-border-width) solid 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);
|
|
@@ -1104,27 +803,27 @@
|
|
|
1104
803
|
|
|
1105
804
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
|
|
1106
805
|
}
|
|
1107
|
-
.
|
|
806
|
+
._disabled_tti70k_51 ._wrapper_tti70k_39{
|
|
1108
807
|
cursor:auto;
|
|
1109
808
|
|
|
1110
809
|
background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
|
|
1111
810
|
}
|
|
1112
|
-
.
|
|
811
|
+
._error_tti70k_57 ._wrapper_tti70k_39{
|
|
1113
812
|
--_rs-input-border-width:2px;
|
|
1114
813
|
|
|
1115
814
|
border-color:#F45C4A;
|
|
1116
815
|
}
|
|
1117
|
-
.
|
|
816
|
+
._enabled_tti70k_63._filled_tti70k_63 ._wrapper_tti70k_39{
|
|
1118
817
|
border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
|
|
1119
818
|
}
|
|
1120
819
|
@media (hover: hover){
|
|
1121
|
-
.
|
|
820
|
+
._enabled_tti70k_63:hover ._wrapper_tti70k_39{
|
|
1122
821
|
border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1123
822
|
|
|
1124
823
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
|
|
1125
824
|
}
|
|
1126
825
|
}
|
|
1127
|
-
.
|
|
826
|
+
._enabled_tti70k_63._focused_tti70k_75 ._wrapper_tti70k_39{
|
|
1128
827
|
--_rs-input-border-width:var(
|
|
1129
828
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
1130
829
|
);
|
|
@@ -1134,33 +833,27 @@
|
|
|
1134
833
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
1135
834
|
}
|
|
1136
835
|
@media (hover: hover){
|
|
1137
|
-
.
|
|
836
|
+
._error_tti70k_57._enabled_tti70k_63:hover ._wrapper_tti70k_39{
|
|
1138
837
|
border-color:#F45C4A;
|
|
1139
838
|
}
|
|
1140
839
|
}
|
|
1141
|
-
.
|
|
1142
|
-
.
|
|
840
|
+
._error_tti70k_57._enabled_tti70k_63._focused_tti70k_75 ._wrapper_tti70k_39,
|
|
841
|
+
._error_tti70k_57._enabled_tti70k_63._filled_tti70k_63 ._wrapper_tti70k_39{
|
|
1143
842
|
border-color:#F45C4A;
|
|
1144
843
|
}
|
|
1145
|
-
.
|
|
844
|
+
._error_tti70k_57._enabled_tti70k_63._focused_tti70k_75 ._wrapper_tti70k_39{
|
|
1146
845
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
1147
846
|
}
|
|
1148
|
-
.
|
|
1149
|
-
display:-webkit-box;
|
|
1150
|
-
display:-ms-flexbox;
|
|
847
|
+
._field_tti70k_101{
|
|
1151
848
|
display:flex;
|
|
1152
849
|
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
-ms-flex:1 1 auto;
|
|
1156
|
-
|
|
1157
|
-
flex:1 1 auto;
|
|
850
|
+
flex:1 1 auto;
|
|
1158
851
|
|
|
1159
852
|
min-width:0;
|
|
1160
853
|
|
|
1161
854
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
1162
855
|
}
|
|
1163
|
-
.
|
|
856
|
+
._inner_tti70k_114{
|
|
1164
857
|
letter-spacing:var(
|
|
1165
858
|
--rs-text-base-letter-spacing,
|
|
1166
859
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1171,41 +864,34 @@
|
|
|
1171
864
|
font-weight:var(--_rs-typography-font-weight);
|
|
1172
865
|
line-height:var(--_rs-typography-line-height);
|
|
1173
866
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1174
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1175
867
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1176
868
|
}
|
|
1177
|
-
.
|
|
869
|
+
._inner_tti70k_114::-ms-clear{
|
|
1178
870
|
display:none;
|
|
1179
871
|
|
|
1180
872
|
width:0;
|
|
1181
873
|
height:0;
|
|
1182
874
|
}
|
|
1183
|
-
.
|
|
875
|
+
._dark_tti70k_11 ._inner_tti70k_114{
|
|
1184
876
|
color-scheme:dark;
|
|
1185
877
|
}
|
|
1186
878
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
1187
|
-
.
|
|
879
|
+
._inner_tti70k_114{
|
|
1188
880
|
color-scheme:dark
|
|
1189
881
|
}
|
|
1190
882
|
}
|
|
1191
883
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
1192
|
-
.
|
|
884
|
+
._inner_tti70k_114{
|
|
1193
885
|
color-scheme:light
|
|
1194
886
|
}
|
|
1195
887
|
}
|
|
1196
|
-
.
|
|
888
|
+
._inner_tti70k_114 {
|
|
1197
889
|
|
|
1198
890
|
display:block;
|
|
1199
891
|
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
-ms-flex:1 1 0px;
|
|
892
|
+
flex:1 1 0;
|
|
1203
893
|
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
-webkit-box-sizing:border-box;
|
|
1207
|
-
|
|
1208
|
-
box-sizing:border-box;
|
|
894
|
+
box-sizing:border-box;
|
|
1209
895
|
min-width:0;
|
|
1210
896
|
margin:0;
|
|
1211
897
|
padding:0;
|
|
@@ -1221,89 +907,20 @@
|
|
|
1221
907
|
-moz-appearance:none;
|
|
1222
908
|
appearance:none;
|
|
1223
909
|
}
|
|
1224
|
-
.
|
|
910
|
+
._inner_tti70k_114:focus{
|
|
1225
911
|
outline:none;
|
|
1226
912
|
}
|
|
1227
|
-
.
|
|
1228
|
-
.
|
|
913
|
+
._disabled_tti70k_51 ._inner_tti70k_114,
|
|
914
|
+
._inner_tti70k_114:disabled{
|
|
1229
915
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
|
|
1230
916
|
}
|
|
1231
|
-
.
|
|
917
|
+
._focused_tti70k_75 ._inner_tti70k_114{
|
|
1232
918
|
color:var(--_rs-input-focused-inner-color);
|
|
1233
919
|
}
|
|
1234
|
-
.
|
|
920
|
+
._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114{
|
|
1235
921
|
color:var(--_rs-input-error-focused-inner-color);
|
|
1236
922
|
}
|
|
1237
|
-
.
|
|
1238
|
-
letter-spacing:var(
|
|
1239
|
-
--rs-text-base-letter-spacing,
|
|
1240
|
-
var(--_rs-typography-letter-spacing)
|
|
1241
|
-
);
|
|
1242
|
-
text-transform:var(--_rs-typography-text-transform);
|
|
1243
|
-
font-family:var(--_rs-typography-font-family);
|
|
1244
|
-
font-size:var(--_rs-typography-font-size);
|
|
1245
|
-
font-weight:var(--_rs-typography-font-weight);
|
|
1246
|
-
line-height:var(--_rs-typography-line-height);
|
|
1247
|
-
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1248
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1249
|
-
font-feature-settings:'kern', 'liga', 'calt';
|
|
1250
|
-
opacity:1;
|
|
1251
|
-
|
|
1252
|
-
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);
|
|
1253
|
-
}
|
|
1254
|
-
._focused_xzr84l_75 ._inner_xzr84l_114::-webkit-input-placeholder{
|
|
1255
|
-
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1256
|
-
}
|
|
1257
|
-
._error_xzr84l_57._focused_xzr84l_75 ._inner_xzr84l_114::-webkit-input-placeholder{
|
|
1258
|
-
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1259
|
-
}
|
|
1260
|
-
._inner_xzr84l_114::-moz-placeholder{
|
|
1261
|
-
letter-spacing:var(
|
|
1262
|
-
--rs-text-base-letter-spacing,
|
|
1263
|
-
var(--_rs-typography-letter-spacing)
|
|
1264
|
-
);
|
|
1265
|
-
text-transform:var(--_rs-typography-text-transform);
|
|
1266
|
-
font-family:var(--_rs-typography-font-family);
|
|
1267
|
-
font-size:var(--_rs-typography-font-size);
|
|
1268
|
-
font-weight:var(--_rs-typography-font-weight);
|
|
1269
|
-
line-height:var(--_rs-typography-line-height);
|
|
1270
|
-
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1271
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1272
|
-
font-feature-settings:'kern', 'liga', 'calt';
|
|
1273
|
-
opacity:1;
|
|
1274
|
-
|
|
1275
|
-
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);
|
|
1276
|
-
}
|
|
1277
|
-
._focused_xzr84l_75 ._inner_xzr84l_114::-moz-placeholder{
|
|
1278
|
-
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1279
|
-
}
|
|
1280
|
-
._error_xzr84l_57._focused_xzr84l_75 ._inner_xzr84l_114::-moz-placeholder{
|
|
1281
|
-
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1282
|
-
}
|
|
1283
|
-
._inner_xzr84l_114:-ms-input-placeholder{
|
|
1284
|
-
letter-spacing:var(
|
|
1285
|
-
--rs-text-base-letter-spacing,
|
|
1286
|
-
var(--_rs-typography-letter-spacing)
|
|
1287
|
-
);
|
|
1288
|
-
text-transform:var(--_rs-typography-text-transform);
|
|
1289
|
-
font-family:var(--_rs-typography-font-family);
|
|
1290
|
-
font-size:var(--_rs-typography-font-size);
|
|
1291
|
-
font-weight:var(--_rs-typography-font-weight);
|
|
1292
|
-
line-height:var(--_rs-typography-line-height);
|
|
1293
|
-
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1294
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1295
|
-
font-feature-settings:'kern', 'liga', 'calt';
|
|
1296
|
-
opacity:1;
|
|
1297
|
-
|
|
1298
|
-
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);
|
|
1299
|
-
}
|
|
1300
|
-
._focused_xzr84l_75 ._inner_xzr84l_114:-ms-input-placeholder{
|
|
1301
|
-
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1302
|
-
}
|
|
1303
|
-
._error_xzr84l_57._focused_xzr84l_75 ._inner_xzr84l_114:-ms-input-placeholder{
|
|
1304
|
-
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1305
|
-
}
|
|
1306
|
-
._inner_xzr84l_114::-ms-input-placeholder{
|
|
923
|
+
._inner_tti70k_114::-moz-placeholder{
|
|
1307
924
|
letter-spacing:var(
|
|
1308
925
|
--rs-text-base-letter-spacing,
|
|
1309
926
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1314,19 +931,18 @@
|
|
|
1314
931
|
font-weight:var(--_rs-typography-font-weight);
|
|
1315
932
|
line-height:var(--_rs-typography-line-height);
|
|
1316
933
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1317
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1318
934
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1319
935
|
opacity:1;
|
|
1320
936
|
|
|
1321
937
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1322
938
|
}
|
|
1323
|
-
.
|
|
939
|
+
._focused_tti70k_75 ._inner_tti70k_114::-moz-placeholder{
|
|
1324
940
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1325
941
|
}
|
|
1326
|
-
.
|
|
942
|
+
._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114::-moz-placeholder{
|
|
1327
943
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1328
944
|
}
|
|
1329
|
-
.
|
|
945
|
+
._inner_tti70k_114::placeholder{
|
|
1330
946
|
letter-spacing:var(
|
|
1331
947
|
--rs-text-base-letter-spacing,
|
|
1332
948
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1337,63 +953,54 @@
|
|
|
1337
953
|
font-weight:var(--_rs-typography-font-weight);
|
|
1338
954
|
line-height:var(--_rs-typography-line-height);
|
|
1339
955
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1340
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1341
956
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1342
957
|
opacity:1;
|
|
1343
958
|
|
|
1344
959
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1345
960
|
}
|
|
1346
|
-
.
|
|
961
|
+
._focused_tti70k_75 ._inner_tti70k_114::placeholder{
|
|
1347
962
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1348
963
|
}
|
|
1349
|
-
.
|
|
964
|
+
._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114::placeholder{
|
|
1350
965
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1351
966
|
}
|
|
1352
|
-
.
|
|
967
|
+
._inner_tti70k_114:-moz-ui-invalid{
|
|
1353
968
|
box-shadow:none;
|
|
1354
969
|
}
|
|
1355
|
-
.
|
|
970
|
+
._inner_tti70k_114:-moz-ui-invalid:-moz-focusring{
|
|
1356
971
|
box-shadow:none;
|
|
1357
972
|
}
|
|
1358
|
-
.
|
|
1359
|
-
.
|
|
1360
|
-
.
|
|
1361
|
-
.
|
|
973
|
+
._inner_tti70k_114:-webkit-autofill,
|
|
974
|
+
._inner_tti70k_114:-webkit-autofill:hover,
|
|
975
|
+
._inner_tti70k_114:-webkit-autofill:active,
|
|
976
|
+
._inner_tti70k_114:-webkit-autofill:focus{
|
|
1362
977
|
-webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
|
|
1363
978
|
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
transition-delay:9999s;
|
|
979
|
+
transition-delay:9999s;
|
|
1367
980
|
-webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1368
981
|
}
|
|
1369
|
-
.
|
|
982
|
+
._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill, ._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill:hover, ._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill:active, ._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill:focus{
|
|
1370
983
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
1371
984
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
1372
985
|
}
|
|
1373
|
-
.
|
|
986
|
+
._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill, ._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill:hover, ._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill:active, ._error_tti70k_57._focused_tti70k_75 ._inner_tti70k_114:-webkit-autofill:focus{
|
|
1374
987
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
1375
988
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
1376
989
|
}
|
|
1377
|
-
.
|
|
990
|
+
._offSystemMicroelements_tti70k_229 ._inner_tti70k_114{
|
|
1378
991
|
-moz-appearance:textfield;
|
|
1379
992
|
}
|
|
1380
|
-
.
|
|
1381
|
-
.
|
|
993
|
+
._offSystemMicroelements_tti70k_229 ._inner_tti70k_114::-webkit-outer-spin-button,
|
|
994
|
+
._offSystemMicroelements_tti70k_229 ._inner_tti70k_114::-webkit-inner-spin-button{
|
|
1382
995
|
margin:0;
|
|
1383
996
|
-webkit-appearance:none;
|
|
1384
997
|
appearance:none;
|
|
1385
998
|
}
|
|
1386
|
-
.
|
|
999
|
+
._iconWrapper_tti70k_239{
|
|
1387
1000
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
1388
1001
|
|
|
1389
|
-
display:-webkit-inline-box;
|
|
1390
|
-
|
|
1391
|
-
display:-ms-inline-flexbox;
|
|
1392
|
-
|
|
1393
1002
|
display:inline-flex;
|
|
1394
|
-
|
|
1395
|
-
-ms-flex:0 0 auto;
|
|
1396
|
-
flex:0 0 auto;
|
|
1003
|
+
flex:0 0 auto;
|
|
1397
1004
|
|
|
1398
1005
|
margin-top:calc(var(--_rs-input-icon-overlap)*-1);
|
|
1399
1006
|
margin-bottom:calc(var(--_rs-input-icon-overlap)*-1);
|
|
@@ -1402,15 +1009,15 @@
|
|
|
1402
1009
|
|
|
1403
1010
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
|
|
1404
1011
|
}
|
|
1405
|
-
.
|
|
1012
|
+
._iconWrapper_tti70k_239._action_tti70k_254{
|
|
1406
1013
|
position:relative;
|
|
1407
1014
|
|
|
1408
1015
|
cursor:pointer;
|
|
1409
1016
|
}
|
|
1410
|
-
.
|
|
1017
|
+
._iconWrapper_tti70k_239._action_tti70k_254:focus{
|
|
1411
1018
|
outline:none;
|
|
1412
1019
|
}
|
|
1413
|
-
.
|
|
1020
|
+
._iconWrapper_tti70k_239._action_tti70k_254::before{
|
|
1414
1021
|
position:absolute;
|
|
1415
1022
|
top:-4px;
|
|
1416
1023
|
right:-4px;
|
|
@@ -1425,56 +1032,56 @@
|
|
|
1425
1032
|
content:'';
|
|
1426
1033
|
pointer-events:none;
|
|
1427
1034
|
}
|
|
1428
|
-
.
|
|
1035
|
+
._iconWrapper_tti70k_239._action_tti70k_254:focus[data-focus-method='key']::before{
|
|
1429
1036
|
display:block;
|
|
1430
1037
|
}
|
|
1431
|
-
.
|
|
1038
|
+
._disabled_tti70k_51 ._iconWrapper_tti70k_239{
|
|
1432
1039
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1433
1040
|
}
|
|
1434
|
-
.
|
|
1041
|
+
._disabled_tti70k_51 ._iconWrapper_tti70k_239._action_tti70k_254{
|
|
1435
1042
|
pointer-events:none;
|
|
1436
1043
|
}
|
|
1437
|
-
.
|
|
1044
|
+
._iconWrapper_tti70k_239._right_tti70k_292{
|
|
1438
1045
|
margin-left:var(--_rs-input-icon-offset);
|
|
1439
1046
|
}
|
|
1440
|
-
.
|
|
1047
|
+
._iconWrapper_tti70k_239._left_tti70k_296{
|
|
1441
1048
|
margin-right:var(--_rs-input-icon-offset);
|
|
1442
1049
|
}
|
|
1443
|
-
.
|
|
1050
|
+
._focused_tti70k_75 ._iconWrapper_tti70k_239{
|
|
1444
1051
|
color:var(--_rs-input-focused-icon-color);
|
|
1445
1052
|
}
|
|
1446
|
-
.
|
|
1053
|
+
._error_tti70k_57._focused_tti70k_75 ._iconWrapper_tti70k_239{
|
|
1447
1054
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1448
1055
|
}
|
|
1449
1056
|
@media (hover: hover){
|
|
1450
|
-
.
|
|
1057
|
+
._enabled_tti70k_63 ._iconWrapper_tti70k_239._action_tti70k_254:hover{
|
|
1451
1058
|
color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1452
1059
|
}
|
|
1453
1060
|
|
|
1454
|
-
.
|
|
1061
|
+
._enabled_tti70k_63._focused_tti70k_75 ._iconWrapper_tti70k_239._action_tti70k_254:hover{
|
|
1455
1062
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1456
1063
|
}
|
|
1457
1064
|
|
|
1458
|
-
.
|
|
1065
|
+
._enabled_tti70k_63._error_tti70k_57._focused_tti70k_75 ._iconWrapper_tti70k_239._action_tti70k_254:hover{
|
|
1459
1066
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1460
1067
|
}
|
|
1461
1068
|
}
|
|
1462
|
-
.
|
|
1069
|
+
._enabled_tti70k_63 ._iconWrapper_tti70k_239._action_tti70k_254:focus[data-focus-method='key']{
|
|
1463
1070
|
color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1464
1071
|
}
|
|
1465
|
-
.
|
|
1072
|
+
._enabled_tti70k_63._focused_tti70k_75 ._iconWrapper_tti70k_239._action_tti70k_254:focus[data-focus-method='key']{
|
|
1466
1073
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1467
1074
|
}
|
|
1468
|
-
.
|
|
1075
|
+
._enabled_tti70k_63._error_tti70k_57._focused_tti70k_75 ._iconWrapper_tti70k_239._action_tti70k_254:focus[data-focus-method='key']{
|
|
1469
1076
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1470
1077
|
}
|
|
1471
|
-
.
|
|
1078
|
+
._iconWrapper_tti70k_239 ._icon_tti70k_239{
|
|
1472
1079
|
fill:currentColor;
|
|
1473
1080
|
|
|
1474
1081
|
width:auto;
|
|
1475
1082
|
height:var(--_rs-input-icon-size);
|
|
1476
1083
|
}
|
|
1477
|
-
.
|
|
1084
|
+
._divider_tti70k_342{
|
|
1478
1085
|
display:block;
|
|
1479
1086
|
|
|
1480
1087
|
width:1px;
|
|
@@ -1483,10 +1090,10 @@
|
|
|
1483
1090
|
|
|
1484
1091
|
background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
|
|
1485
1092
|
}
|
|
1486
|
-
.
|
|
1093
|
+
._focused_tti70k_75 ._divider_tti70k_342{
|
|
1487
1094
|
background:var(--_rs-input-focused-divider-background);
|
|
1488
1095
|
}
|
|
1489
|
-
.
|
|
1096
|
+
._suffix_tti70k_356{
|
|
1490
1097
|
letter-spacing:var(
|
|
1491
1098
|
--rs-text-base-letter-spacing,
|
|
1492
1099
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1497,26 +1104,21 @@
|
|
|
1497
1104
|
font-weight:var(--_rs-typography-font-weight);
|
|
1498
1105
|
line-height:var(--_rs-typography-line-height);
|
|
1499
1106
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1500
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1501
1107
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1502
1108
|
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
-ms-flex:0 0 auto;
|
|
1506
|
-
|
|
1507
|
-
flex:0 0 auto;
|
|
1109
|
+
flex:0 0 auto;
|
|
1508
1110
|
|
|
1509
1111
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
1510
1112
|
|
|
1511
1113
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1512
1114
|
}
|
|
1513
|
-
.
|
|
1115
|
+
._focused_tti70k_75 ._suffix_tti70k_356{
|
|
1514
1116
|
color:var(--_rs-input-focused-suffix-color);
|
|
1515
1117
|
}
|
|
1516
|
-
.
|
|
1118
|
+
._error_tti70k_57._focused_tti70k_75 ._suffix_tti70k_356{
|
|
1517
1119
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1518
1120
|
}
|
|
1519
|
-
.
|
|
1121
|
+
._errorMessage_tti70k_376{
|
|
1520
1122
|
letter-spacing:var(
|
|
1521
1123
|
--rs-text-base-letter-spacing,
|
|
1522
1124
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1527,32 +1129,23 @@
|
|
|
1527
1129
|
font-weight:var(--_rs-typography-font-weight);
|
|
1528
1130
|
line-height:var(--_rs-typography-line-height);
|
|
1529
1131
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1530
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1531
1132
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1532
1133
|
|
|
1533
|
-
display:-webkit-box;
|
|
1534
|
-
|
|
1535
|
-
display:-ms-flexbox;
|
|
1536
|
-
|
|
1537
1134
|
display:flex;
|
|
1538
|
-
|
|
1539
|
-
flex-wrap:nowrap;
|
|
1135
|
+
flex-wrap:nowrap;
|
|
1540
1136
|
|
|
1541
1137
|
margin-top:var(--_rs-input-parts-offset);
|
|
1542
1138
|
|
|
1543
1139
|
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));
|
|
1544
|
-
-
|
|
1545
|
-
|
|
1546
|
-
column-gap:8px;
|
|
1140
|
+
-moz-column-gap:8px;
|
|
1141
|
+
column-gap:8px;
|
|
1547
1142
|
}
|
|
1548
|
-
.
|
|
1549
|
-
|
|
1550
|
-
-ms-flex:0 0 auto;
|
|
1551
|
-
flex:0 0 auto;
|
|
1143
|
+
._errorIcon_tti70k_388{
|
|
1144
|
+
flex:0 0 auto;
|
|
1552
1145
|
|
|
1553
1146
|
color:#F45C4A;
|
|
1554
1147
|
}
|
|
1555
|
-
.
|
|
1148
|
+
._note_tti70k_394{
|
|
1556
1149
|
letter-spacing:var(
|
|
1557
1150
|
--rs-text-base-letter-spacing,
|
|
1558
1151
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1563,7 +1156,6 @@
|
|
|
1563
1156
|
font-weight:var(--_rs-typography-font-weight);
|
|
1564
1157
|
line-height:var(--_rs-typography-line-height);
|
|
1565
1158
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1566
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1567
1159
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1568
1160
|
color:var(
|
|
1569
1161
|
--rs-color-average,
|
|
@@ -1572,13 +1164,13 @@
|
|
|
1572
1164
|
|
|
1573
1165
|
margin-top:var(--_rs-input-parts-offset);
|
|
1574
1166
|
}
|
|
1575
|
-
.
|
|
1167
|
+
._disabled_tti70k_51 ._note_tti70k_394{
|
|
1576
1168
|
color:var(
|
|
1577
1169
|
--rs-color-pale,
|
|
1578
1170
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
1579
1171
|
);
|
|
1580
1172
|
}
|
|
1581
|
-
.
|
|
1173
|
+
._label_tti70k_405{
|
|
1582
1174
|
letter-spacing:var(
|
|
1583
1175
|
--rs-text-base-letter-spacing,
|
|
1584
1176
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1589,7 +1181,6 @@
|
|
|
1589
1181
|
font-weight:var(--_rs-typography-font-weight);
|
|
1590
1182
|
line-height:var(--_rs-typography-line-height);
|
|
1591
1183
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1592
|
-
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1593
1184
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1594
1185
|
color:var(
|
|
1595
1186
|
--rs-color-hard,
|
|
@@ -1598,7 +1189,7 @@
|
|
|
1598
1189
|
|
|
1599
1190
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1600
1191
|
}
|
|
1601
|
-
.
|
|
1192
|
+
._disabled_tti70k_51 ._label_tti70k_405{
|
|
1602
1193
|
color:var(
|
|
1603
1194
|
--rs-color-pale,
|
|
1604
1195
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|