@rescui/input 0.5.2 → 0.5.3
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/index.css +282 -226
- package/lib/input.p.module.css.js +27 -27
- package/package.json +5 -5
package/lib/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_25mqcx_10{
|
|
2
2
|
display:block;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._wrapper_25mqcx_14{
|
|
5
5
|
display:-webkit-box;
|
|
6
6
|
display:-ms-flexbox;
|
|
7
7
|
display:flex;
|
|
@@ -10,85 +10,85 @@
|
|
|
10
10
|
|
|
11
11
|
cursor:text;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._light_25mqcx_21 ._wrapper_25mqcx_14{
|
|
14
14
|
border-color:rgba(25,25,28,0.2);
|
|
15
15
|
|
|
16
16
|
background-color:#FFFFFF;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._light_25mqcx_21._enabled_25mqcx_27._filled_25mqcx_27 ._wrapper_25mqcx_14{
|
|
19
19
|
border-color:rgba(25,25,28,0.3);
|
|
20
20
|
}
|
|
21
21
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
22
|
-
.
|
|
22
|
+
._light_25mqcx_21._enabled_25mqcx_27:hover ._wrapper_25mqcx_14{
|
|
23
23
|
border-color:rgba(25,25,28,0.5);
|
|
24
24
|
|
|
25
25
|
background-color:#FFFFFF;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._light_25mqcx_21._enabled_25mqcx_27._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
29
29
|
border-width:2px;
|
|
30
30
|
border-color:#19191C;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._light_25mqcx_21._enabled_25mqcx_27._classic_25mqcx_44._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
33
33
|
background-color:#FFFFFF;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._light_25mqcx_21._enabled_25mqcx_27._rock_25mqcx_48._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
36
36
|
background-color:#19191C;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._dark_25mqcx_52 ._wrapper_25mqcx_14{
|
|
39
39
|
border-color:rgba(255,255,255,0.2);
|
|
40
40
|
|
|
41
41
|
background-color:#303033;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
._dark_25mqcx_52._enabled_25mqcx_27._filled_25mqcx_27 ._wrapper_25mqcx_14{
|
|
44
44
|
border-color:rgba(255,255,255,0.3);
|
|
45
45
|
}
|
|
46
46
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
47
|
-
.
|
|
47
|
+
._dark_25mqcx_52._enabled_25mqcx_27:hover ._wrapper_25mqcx_14{
|
|
48
48
|
border-color:rgba(255,255,255,0.5);
|
|
49
49
|
|
|
50
50
|
background-color:#474749;
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._dark_25mqcx_52._enabled_25mqcx_27._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
54
54
|
border-width:2px;
|
|
55
55
|
border-color:#FFFFFF;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._dark_25mqcx_52._enabled_25mqcx_27._classic_25mqcx_44._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
58
58
|
background-color:#474749;
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._dark_25mqcx_52._enabled_25mqcx_27._rock_25mqcx_48._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
61
61
|
background-color:#FFFFFF;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._error_25mqcx_83 ._wrapper_25mqcx_14{
|
|
64
64
|
border-width:2px;
|
|
65
65
|
border-color:#F45C4A;
|
|
66
66
|
}
|
|
67
67
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
68
|
-
.
|
|
68
|
+
._error_25mqcx_83._enabled_25mqcx_27:hover ._wrapper_25mqcx_14{
|
|
69
69
|
border-color:#F45C4A;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
.
|
|
73
|
-
.
|
|
72
|
+
._error_25mqcx_83._enabled_25mqcx_27._focused_25mqcx_39 ._wrapper_25mqcx_14,
|
|
73
|
+
._error_25mqcx_83._enabled_25mqcx_27._filled_25mqcx_27 ._wrapper_25mqcx_14{
|
|
74
74
|
border-color:#F45C4A;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._error_25mqcx_83._enabled_25mqcx_27._rock_25mqcx_48._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
77
77
|
background:#F45C4A;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._disabled_25mqcx_103 ._wrapper_25mqcx_14{
|
|
80
80
|
cursor:auto;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
._disabled_25mqcx_103._light_25mqcx_21 ._wrapper_25mqcx_14{
|
|
83
83
|
background-color:#F4F4F4;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._disabled_25mqcx_103._dark_25mqcx_52 ._wrapper_25mqcx_14{
|
|
86
86
|
background-color:#19191C;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._wrapper_25mqcx_14{
|
|
89
89
|
border-width:0;
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
._field_25mqcx_161{
|
|
92
92
|
display:-webkit-box;
|
|
93
93
|
display:-ms-flexbox;
|
|
94
94
|
display:flex;
|
|
@@ -101,37 +101,37 @@
|
|
|
101
101
|
|
|
102
102
|
min-width:0;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._sizeL_25mqcx_121 ._field_25mqcx_161{
|
|
105
105
|
padding: 11px 15px;
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
._sizeM_25mqcx_125 ._field_25mqcx_161{
|
|
108
108
|
padding: 7px 7px;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._sizeS_25mqcx_129 ._field_25mqcx_161{
|
|
111
111
|
padding: 5px 7px;
|
|
112
112
|
}
|
|
113
|
-
.
|
|
114
|
-
.
|
|
113
|
+
._sizeL_25mqcx_121._focused_25mqcx_39 ._field_25mqcx_161,
|
|
114
|
+
._sizeL_25mqcx_121._error_25mqcx_83 ._field_25mqcx_161{
|
|
115
115
|
padding: 10px 14px;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
118
|
-
.
|
|
117
|
+
._sizeM_25mqcx_125._focused_25mqcx_39 ._field_25mqcx_161,
|
|
118
|
+
._sizeM_25mqcx_125._error_25mqcx_83 ._field_25mqcx_161{
|
|
119
119
|
padding: 6px 6px;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
122
|
-
.
|
|
121
|
+
._sizeS_25mqcx_129._focused_25mqcx_39 ._field_25mqcx_161,
|
|
122
|
+
._sizeS_25mqcx_129._error_25mqcx_83 ._field_25mqcx_161{
|
|
123
123
|
padding: 4px 6px;
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
._sizeL_25mqcx_121._rock_25mqcx_48._focused_25mqcx_39 ._field_25mqcx_161{
|
|
126
126
|
padding: 12px 16px;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
._sizeM_25mqcx_125._rock_25mqcx_48._focused_25mqcx_39 ._field_25mqcx_161{
|
|
129
129
|
padding: 8px 8px;
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
._sizeS_25mqcx_129._rock_25mqcx_48._focused_25mqcx_39 ._field_25mqcx_161{
|
|
132
132
|
padding: 6px 8px;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._inner_25mqcx_171{
|
|
135
135
|
display:block;
|
|
136
136
|
|
|
137
137
|
-webkit-box-flex:1;
|
|
@@ -156,376 +156,412 @@
|
|
|
156
156
|
-moz-appearance:none;
|
|
157
157
|
appearance:none;
|
|
158
158
|
}
|
|
159
|
-
.
|
|
159
|
+
._inner_25mqcx_171:focus{
|
|
160
160
|
outline:none;
|
|
161
161
|
}
|
|
162
|
-
.
|
|
162
|
+
._inner_25mqcx_171::-webkit-input-placeholder{
|
|
163
163
|
opacity:1;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
._inner_25mqcx_171::-moz-placeholder{
|
|
166
166
|
opacity:1;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
._inner_25mqcx_171:-ms-input-placeholder{
|
|
169
169
|
opacity:1;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
._inner_25mqcx_171::-ms-input-placeholder{
|
|
172
172
|
opacity:1;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
._inner_25mqcx_171::placeholder{
|
|
175
175
|
opacity:1;
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
._inner_25mqcx_171::-ms-clear{
|
|
178
178
|
display:none;
|
|
179
179
|
|
|
180
180
|
width:0;
|
|
181
181
|
height:0;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
._inner_25mqcx_171:-moz-ui-invalid{
|
|
184
184
|
box-shadow:none;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
._inner_25mqcx_171:-moz-ui-invalid:-moz-focusring{
|
|
187
187
|
box-shadow:none;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
190
|
-
.
|
|
191
|
-
.
|
|
192
|
-
.
|
|
189
|
+
._inner_25mqcx_171:-webkit-autofill,
|
|
190
|
+
._inner_25mqcx_171:-webkit-autofill:hover,
|
|
191
|
+
._inner_25mqcx_171:-webkit-autofill:active,
|
|
192
|
+
._inner_25mqcx_171:-webkit-autofill:focus{
|
|
193
193
|
-webkit-transition-delay:9999s;
|
|
194
194
|
transition-delay:9999s;
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
._light_25mqcx_21 ._inner_25mqcx_171:-webkit-autofill, ._light_25mqcx_21 ._inner_25mqcx_171:-webkit-autofill:hover, ._light_25mqcx_21 ._inner_25mqcx_171:-webkit-autofill:active, ._light_25mqcx_21 ._inner_25mqcx_171:-webkit-autofill:focus{
|
|
197
197
|
-webkit-text-fill-color:#19191C;
|
|
198
198
|
|
|
199
199
|
-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
._dark_25mqcx_52 ._inner_25mqcx_171:-webkit-autofill, ._dark_25mqcx_52 ._inner_25mqcx_171:-webkit-autofill:hover, ._dark_25mqcx_52 ._inner_25mqcx_171:-webkit-autofill:active, ._dark_25mqcx_52 ._inner_25mqcx_171:-webkit-autofill:focus{
|
|
202
202
|
-webkit-text-fill-color:#FFFFFF;
|
|
203
203
|
|
|
204
204
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
205
205
|
}
|
|
206
|
-
.
|
|
206
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill, ._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:hover, ._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:active, ._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:focus{
|
|
207
207
|
-webkit-text-fill-color:#FFFFFF;
|
|
208
208
|
|
|
209
209
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill, ._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:hover, ._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:active, ._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:focus{
|
|
212
212
|
-webkit-text-fill-color:#19191C;
|
|
213
213
|
|
|
214
214
|
-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:hover, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:active, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-webkit-autofill:focus{
|
|
217
217
|
-webkit-text-fill-color:#FFFFFF;
|
|
218
218
|
|
|
219
219
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
220
220
|
}
|
|
221
|
-
.
|
|
221
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171{
|
|
222
222
|
height:28px;
|
|
223
223
|
height:var(--rs-text-1-line-height, 28px);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171{
|
|
226
226
|
height:24px;
|
|
227
227
|
height:var(--rs-text-2-line-height, 24px);
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171{
|
|
230
230
|
height:20px;
|
|
231
231
|
height:var(--rs-text-3-line-height, 20px);
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171{
|
|
234
234
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
235
235
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
236
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
237
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
236
238
|
font-size:19px;
|
|
237
239
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
238
240
|
font-weight:normal;
|
|
239
241
|
line-height:28px;
|
|
240
242
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
241
243
|
}
|
|
242
|
-
.
|
|
244
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
243
245
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
244
246
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
247
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
248
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
245
249
|
font-size:19px;
|
|
246
250
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
247
251
|
font-weight:normal;
|
|
248
252
|
line-height:28px;
|
|
249
253
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
250
254
|
}
|
|
251
|
-
.
|
|
255
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171::-moz-placeholder{
|
|
252
256
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
253
257
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
258
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
259
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
254
260
|
font-size:19px;
|
|
255
261
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
256
262
|
font-weight:normal;
|
|
257
263
|
line-height:28px;
|
|
258
264
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
259
265
|
}
|
|
260
|
-
.
|
|
266
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
261
267
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
262
268
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
269
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
270
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
263
271
|
font-size:19px;
|
|
264
272
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
265
273
|
font-weight:normal;
|
|
266
274
|
line-height:28px;
|
|
267
275
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
268
276
|
}
|
|
269
|
-
.
|
|
277
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
270
278
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
271
279
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
280
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
281
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
272
282
|
font-size:19px;
|
|
273
283
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
274
284
|
font-weight:normal;
|
|
275
285
|
line-height:28px;
|
|
276
286
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
277
287
|
}
|
|
278
|
-
.
|
|
288
|
+
._sizeL_25mqcx_121 ._inner_25mqcx_171::placeholder{
|
|
279
289
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
280
290
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
291
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
292
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
281
293
|
font-size:19px;
|
|
282
294
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
283
295
|
font-weight:normal;
|
|
284
296
|
line-height:28px;
|
|
285
297
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
286
298
|
}
|
|
287
|
-
.
|
|
299
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171{
|
|
288
300
|
letter-spacing:0.0015em;
|
|
289
301
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
290
302
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
303
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
304
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
291
305
|
font-size:16px;
|
|
292
306
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
293
307
|
font-weight:400;
|
|
294
308
|
line-height:24px;
|
|
295
309
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
296
310
|
}
|
|
297
|
-
._rs-reset-letter-
|
|
311
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._inner_25mqcx_171{
|
|
298
312
|
letter-spacing:normal;
|
|
299
313
|
}
|
|
300
|
-
.
|
|
314
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
301
315
|
letter-spacing:0.0015em;
|
|
302
316
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
303
317
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
318
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
319
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
304
320
|
font-size:16px;
|
|
305
321
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
306
322
|
font-weight:400;
|
|
307
323
|
line-height:24px;
|
|
308
324
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
309
325
|
}
|
|
310
|
-
._rs-reset-letter-
|
|
326
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
311
327
|
letter-spacing:normal;
|
|
312
328
|
}
|
|
313
|
-
.
|
|
329
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171::-moz-placeholder{
|
|
314
330
|
letter-spacing:0.0015em;
|
|
315
331
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
316
332
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
333
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
334
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
317
335
|
font-size:16px;
|
|
318
336
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
319
337
|
font-weight:400;
|
|
320
338
|
line-height:24px;
|
|
321
339
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
322
340
|
}
|
|
323
|
-
._rs-reset-letter-
|
|
341
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._inner_25mqcx_171::-moz-placeholder{
|
|
324
342
|
letter-spacing:normal;
|
|
325
343
|
}
|
|
326
|
-
.
|
|
344
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
327
345
|
letter-spacing:0.0015em;
|
|
328
346
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
329
347
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
348
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
349
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
330
350
|
font-size:16px;
|
|
331
351
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
332
352
|
font-weight:400;
|
|
333
353
|
line-height:24px;
|
|
334
354
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
335
355
|
}
|
|
336
|
-
._rs-reset-letter-
|
|
356
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
337
357
|
letter-spacing:normal;
|
|
338
358
|
}
|
|
339
|
-
.
|
|
359
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
340
360
|
letter-spacing:0.0015em;
|
|
341
361
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
342
362
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
363
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
364
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
343
365
|
font-size:16px;
|
|
344
366
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
345
367
|
font-weight:400;
|
|
346
368
|
line-height:24px;
|
|
347
369
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
348
370
|
}
|
|
349
|
-
._rs-reset-letter-
|
|
371
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
350
372
|
letter-spacing:normal;
|
|
351
373
|
}
|
|
352
|
-
.
|
|
374
|
+
._sizeM_25mqcx_125 ._inner_25mqcx_171::placeholder{
|
|
353
375
|
letter-spacing:0.0015em;
|
|
354
376
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
355
377
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
378
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
379
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
356
380
|
font-size:16px;
|
|
357
381
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
358
382
|
font-weight:400;
|
|
359
383
|
line-height:24px;
|
|
360
384
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
361
385
|
}
|
|
362
|
-
._rs-reset-letter-
|
|
386
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._inner_25mqcx_171::placeholder{
|
|
363
387
|
letter-spacing:normal;
|
|
364
388
|
}
|
|
365
|
-
.
|
|
389
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171{
|
|
366
390
|
letter-spacing:0.0045em;
|
|
367
391
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
368
392
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
393
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
394
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
369
395
|
font-size:13px;
|
|
370
396
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
371
397
|
line-height:20px;
|
|
372
398
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
373
399
|
}
|
|
374
|
-
._rs-reset-letter-
|
|
400
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._inner_25mqcx_171{
|
|
375
401
|
letter-spacing:normal;
|
|
376
402
|
}
|
|
377
|
-
.
|
|
403
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
378
404
|
letter-spacing:0.0045em;
|
|
379
405
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
380
406
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
407
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
408
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
381
409
|
font-size:13px;
|
|
382
410
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
383
411
|
line-height:20px;
|
|
384
412
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
385
413
|
}
|
|
386
|
-
._rs-reset-letter-
|
|
414
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
387
415
|
letter-spacing:normal;
|
|
388
416
|
}
|
|
389
|
-
.
|
|
417
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171::-moz-placeholder{
|
|
390
418
|
letter-spacing:0.0045em;
|
|
391
419
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
392
420
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
421
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
422
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
393
423
|
font-size:13px;
|
|
394
424
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
395
425
|
line-height:20px;
|
|
396
426
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
397
427
|
}
|
|
398
|
-
._rs-reset-letter-
|
|
428
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._inner_25mqcx_171::-moz-placeholder{
|
|
399
429
|
letter-spacing:normal;
|
|
400
430
|
}
|
|
401
|
-
.
|
|
431
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
402
432
|
letter-spacing:0.0045em;
|
|
403
433
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
404
434
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
435
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
436
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
405
437
|
font-size:13px;
|
|
406
438
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
407
439
|
line-height:20px;
|
|
408
440
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
409
441
|
}
|
|
410
|
-
._rs-reset-letter-
|
|
442
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
411
443
|
letter-spacing:normal;
|
|
412
444
|
}
|
|
413
|
-
.
|
|
445
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
414
446
|
letter-spacing:0.0045em;
|
|
415
447
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
416
448
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
449
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
450
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
417
451
|
font-size:13px;
|
|
418
452
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
419
453
|
line-height:20px;
|
|
420
454
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
421
455
|
}
|
|
422
|
-
._rs-reset-letter-
|
|
456
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
423
457
|
letter-spacing:normal;
|
|
424
458
|
}
|
|
425
|
-
.
|
|
459
|
+
._sizeS_25mqcx_129 ._inner_25mqcx_171::placeholder{
|
|
426
460
|
letter-spacing:0.0045em;
|
|
427
461
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
428
462
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
463
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
464
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
429
465
|
font-size:13px;
|
|
430
466
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
431
467
|
line-height:20px;
|
|
432
468
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
433
469
|
}
|
|
434
|
-
._rs-reset-letter-
|
|
470
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._inner_25mqcx_171::placeholder{
|
|
435
471
|
letter-spacing:normal;
|
|
436
472
|
}
|
|
437
|
-
.
|
|
473
|
+
._light_25mqcx_21 ._inner_25mqcx_171{
|
|
438
474
|
color:#19191C;
|
|
439
475
|
}
|
|
440
|
-
.
|
|
476
|
+
._light_25mqcx_21 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
441
477
|
color:rgba(25,25,28,0.5);
|
|
442
478
|
}
|
|
443
|
-
.
|
|
479
|
+
._light_25mqcx_21 ._inner_25mqcx_171::-moz-placeholder{
|
|
444
480
|
color:rgba(25,25,28,0.5);
|
|
445
481
|
}
|
|
446
|
-
.
|
|
482
|
+
._light_25mqcx_21 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
447
483
|
color:rgba(25,25,28,0.5);
|
|
448
484
|
}
|
|
449
|
-
.
|
|
485
|
+
._light_25mqcx_21 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
450
486
|
color:rgba(25,25,28,0.5);
|
|
451
487
|
}
|
|
452
|
-
.
|
|
488
|
+
._light_25mqcx_21 ._inner_25mqcx_171::placeholder{
|
|
453
489
|
color:rgba(25,25,28,0.5);
|
|
454
490
|
}
|
|
455
|
-
.
|
|
491
|
+
._dark_25mqcx_52 ._inner_25mqcx_171{
|
|
456
492
|
color:#FFFFFF;
|
|
457
493
|
}
|
|
458
|
-
.
|
|
494
|
+
._dark_25mqcx_52 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
459
495
|
color:rgba(255,255,255,0.5);
|
|
460
496
|
}
|
|
461
|
-
.
|
|
497
|
+
._dark_25mqcx_52 ._inner_25mqcx_171::-moz-placeholder{
|
|
462
498
|
color:rgba(255,255,255,0.5);
|
|
463
499
|
}
|
|
464
|
-
.
|
|
500
|
+
._dark_25mqcx_52 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
465
501
|
color:rgba(255,255,255,0.5);
|
|
466
502
|
}
|
|
467
|
-
.
|
|
503
|
+
._dark_25mqcx_52 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
468
504
|
color:rgba(255,255,255,0.5);
|
|
469
505
|
}
|
|
470
|
-
.
|
|
506
|
+
._dark_25mqcx_52 ._inner_25mqcx_171::placeholder{
|
|
471
507
|
color:rgba(255,255,255,0.5);
|
|
472
508
|
}
|
|
473
|
-
.
|
|
474
|
-
.
|
|
509
|
+
._light_25mqcx_21._disabled_25mqcx_103 ._inner_25mqcx_171,
|
|
510
|
+
._light_25mqcx_21 ._inner_25mqcx_171:disabled{
|
|
475
511
|
color:rgba(25,25,28,0.7);
|
|
476
512
|
}
|
|
477
|
-
.
|
|
478
|
-
.
|
|
513
|
+
._dark_25mqcx_52._disabled_25mqcx_103 ._inner_25mqcx_171,
|
|
514
|
+
._dark_25mqcx_52 ._inner_25mqcx_171:disabled{
|
|
479
515
|
color:rgba(255,255,255,0.7);
|
|
480
516
|
}
|
|
481
|
-
.
|
|
517
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171{
|
|
482
518
|
color:#19191C;
|
|
483
519
|
}
|
|
484
|
-
.
|
|
520
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
485
521
|
color:rgba(25,25,28,0.7);
|
|
486
522
|
}
|
|
487
|
-
.
|
|
523
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-moz-placeholder{
|
|
488
524
|
color:rgba(25,25,28,0.7);
|
|
489
525
|
}
|
|
490
|
-
.
|
|
526
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
491
527
|
color:rgba(25,25,28,0.7);
|
|
492
528
|
}
|
|
493
|
-
.
|
|
529
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
494
530
|
color:rgba(25,25,28,0.7);
|
|
495
531
|
}
|
|
496
|
-
.
|
|
532
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::placeholder{
|
|
497
533
|
color:rgba(25,25,28,0.7);
|
|
498
534
|
}
|
|
499
|
-
.
|
|
500
|
-
.
|
|
535
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171,
|
|
536
|
+
._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171{
|
|
501
537
|
color:#FFFFFF;
|
|
502
538
|
}
|
|
503
|
-
.
|
|
539
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-webkit-input-placeholder, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-webkit-input-placeholder{
|
|
504
540
|
color:rgba(255,255,255,0.7);
|
|
505
541
|
}
|
|
506
|
-
.
|
|
542
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-moz-placeholder, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-moz-placeholder{
|
|
507
543
|
color:rgba(255,255,255,0.7);
|
|
508
544
|
}
|
|
509
|
-
.
|
|
545
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-ms-input-placeholder, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171:-ms-input-placeholder{
|
|
510
546
|
color:rgba(255,255,255,0.7);
|
|
511
547
|
}
|
|
512
|
-
.
|
|
548
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-ms-input-placeholder, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::-ms-input-placeholder{
|
|
513
549
|
color:rgba(255,255,255,0.7);
|
|
514
550
|
}
|
|
515
|
-
.
|
|
551
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::placeholder, ._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._inner_25mqcx_171::placeholder{
|
|
516
552
|
color:rgba(255,255,255,0.7);
|
|
517
553
|
}
|
|
518
|
-
.
|
|
554
|
+
._offSystemMicroelements_25mqcx_343 ._inner_25mqcx_171{
|
|
519
555
|
-moz-appearance:textfield;
|
|
520
556
|
}
|
|
521
|
-
.
|
|
522
|
-
.
|
|
557
|
+
._offSystemMicroelements_25mqcx_343 ._inner_25mqcx_171::-webkit-outer-spin-button,
|
|
558
|
+
._offSystemMicroelements_25mqcx_343 ._inner_25mqcx_171::-webkit-inner-spin-button{
|
|
523
559
|
-webkit-appearance:none;
|
|
524
560
|
appearance:none;
|
|
525
561
|
|
|
526
562
|
margin:0;
|
|
527
563
|
}
|
|
528
|
-
.
|
|
564
|
+
._icon_25mqcx_354{
|
|
529
565
|
display:-webkit-inline-box;
|
|
530
566
|
display:-ms-inline-flexbox;
|
|
531
567
|
display:inline-flex;
|
|
@@ -534,15 +570,15 @@
|
|
|
534
570
|
flex:0 0 auto;
|
|
535
571
|
|
|
536
572
|
}
|
|
537
|
-
.
|
|
573
|
+
._icon_25mqcx_354._action_25mqcx_358{
|
|
538
574
|
position:relative;
|
|
539
575
|
|
|
540
576
|
cursor:pointer;
|
|
541
577
|
}
|
|
542
|
-
.
|
|
578
|
+
._icon_25mqcx_354._action_25mqcx_358:focus{
|
|
543
579
|
outline:none;
|
|
544
580
|
}
|
|
545
|
-
.
|
|
581
|
+
._icon_25mqcx_354._action_25mqcx_358::before{
|
|
546
582
|
position:absolute;
|
|
547
583
|
top:-4px;
|
|
548
584
|
right:-4px;
|
|
@@ -559,392 +595,412 @@
|
|
|
559
595
|
content:'';
|
|
560
596
|
pointer-events:none;
|
|
561
597
|
}
|
|
562
|
-
.
|
|
598
|
+
._icon_25mqcx_354._action_25mqcx_358:focus[data-focus-method='key']::before{
|
|
563
599
|
display:block;
|
|
564
600
|
}
|
|
565
|
-
.
|
|
601
|
+
._light_25mqcx_21 ._icon_25mqcx_354._action_25mqcx_358::before{
|
|
566
602
|
border-color:rgba(107, 87, 255, 0.8);
|
|
567
603
|
border-color:var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
568
604
|
}
|
|
569
|
-
.
|
|
605
|
+
._dark_25mqcx_52 ._icon_25mqcx_354._action_25mqcx_358::before{
|
|
570
606
|
border-color:rgba(132, 115, 255,0.8);
|
|
571
607
|
border-color:var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8));
|
|
572
608
|
}
|
|
573
|
-
.
|
|
609
|
+
._disabled_25mqcx_103 ._icon_25mqcx_354._action_25mqcx_358{
|
|
574
610
|
pointer-events:none;
|
|
575
611
|
}
|
|
576
|
-
.
|
|
612
|
+
._sizeL_25mqcx_121 ._icon_25mqcx_354{
|
|
577
613
|
padding-top: 11px;
|
|
578
614
|
padding-bottom: 11px;
|
|
579
615
|
margin-top: -11px;
|
|
580
616
|
margin-bottom: -11px;
|
|
581
617
|
}
|
|
582
|
-
.
|
|
618
|
+
._sizeM_25mqcx_125 ._icon_25mqcx_354{
|
|
583
619
|
padding-top: 7px;
|
|
584
620
|
padding-bottom: 7px;
|
|
585
621
|
margin-top: -7px;
|
|
586
622
|
margin-bottom: -7px;
|
|
587
623
|
}
|
|
588
|
-
.
|
|
624
|
+
._sizeS_25mqcx_129 ._icon_25mqcx_354{
|
|
589
625
|
padding-top: 5px;
|
|
590
626
|
padding-bottom: 5px;
|
|
591
627
|
margin-top: -5px;
|
|
592
628
|
margin-bottom: -5px;
|
|
593
629
|
}
|
|
594
|
-
.
|
|
595
|
-
.
|
|
630
|
+
._sizeL_25mqcx_121._focused_25mqcx_39 ._icon_25mqcx_354,
|
|
631
|
+
._sizeL_25mqcx_121._error_25mqcx_83 ._icon_25mqcx_354{
|
|
596
632
|
padding-top: 10px;
|
|
597
633
|
padding-bottom: 10px;
|
|
598
634
|
margin-top: -10px;
|
|
599
635
|
margin-bottom: -10px;
|
|
600
636
|
}
|
|
601
|
-
.
|
|
602
|
-
.
|
|
637
|
+
._sizeM_25mqcx_125._focused_25mqcx_39 ._icon_25mqcx_354,
|
|
638
|
+
._sizeM_25mqcx_125._error_25mqcx_83 ._icon_25mqcx_354{
|
|
603
639
|
padding-top: 6px;
|
|
604
640
|
padding-bottom: 6px;
|
|
605
641
|
margin-top: -6px;
|
|
606
642
|
margin-bottom: -6px;
|
|
607
643
|
}
|
|
608
|
-
.
|
|
609
|
-
.
|
|
644
|
+
._sizeS_25mqcx_129._focused_25mqcx_39 ._icon_25mqcx_354,
|
|
645
|
+
._sizeS_25mqcx_129._error_25mqcx_83 ._icon_25mqcx_354{
|
|
610
646
|
padding-top: 4px;
|
|
611
647
|
padding-bottom: 4px;
|
|
612
648
|
margin-top: -4px;
|
|
613
649
|
margin-bottom: -4px;
|
|
614
650
|
}
|
|
615
|
-
.
|
|
651
|
+
._rock_25mqcx_48._sizeL_25mqcx_121._focused_25mqcx_39 ._icon_25mqcx_354{
|
|
616
652
|
padding-top: 12px;
|
|
617
653
|
padding-bottom: 12px;
|
|
618
654
|
margin-top: -12px;
|
|
619
655
|
margin-bottom: -12px;
|
|
620
656
|
}
|
|
621
|
-
.
|
|
657
|
+
._rock_25mqcx_48._sizeM_25mqcx_125._focused_25mqcx_39 ._icon_25mqcx_354{
|
|
622
658
|
padding-top: 8px;
|
|
623
659
|
padding-bottom: 8px;
|
|
624
660
|
margin-top: -8px;
|
|
625
661
|
margin-bottom: -8px;
|
|
626
662
|
}
|
|
627
|
-
.
|
|
663
|
+
._rock_25mqcx_48._sizeS_25mqcx_129._focused_25mqcx_39 ._icon_25mqcx_354{
|
|
628
664
|
padding-top: 6px;
|
|
629
665
|
padding-bottom: 6px;
|
|
630
666
|
margin-top: -6px;
|
|
631
667
|
margin-bottom: -6px;
|
|
632
668
|
}
|
|
633
|
-
.
|
|
669
|
+
._sizeL_25mqcx_121 ._icon_25mqcx_354._right_25mqcx_439{
|
|
634
670
|
margin-left:16px;
|
|
635
671
|
}
|
|
636
|
-
.
|
|
672
|
+
._sizeM_25mqcx_125 ._icon_25mqcx_354._right_25mqcx_439{
|
|
637
673
|
margin-left:8px;
|
|
638
674
|
}
|
|
639
|
-
.
|
|
675
|
+
._sizeS_25mqcx_129 ._icon_25mqcx_354._right_25mqcx_439{
|
|
640
676
|
margin-left:8px;
|
|
641
677
|
}
|
|
642
|
-
.
|
|
678
|
+
._sizeL_25mqcx_121 ._icon_25mqcx_354._left_25mqcx_451{
|
|
643
679
|
margin-right:16px;
|
|
644
680
|
}
|
|
645
|
-
.
|
|
681
|
+
._sizeM_25mqcx_125 ._icon_25mqcx_354._left_25mqcx_451{
|
|
646
682
|
margin-right:8px;
|
|
647
683
|
}
|
|
648
|
-
.
|
|
684
|
+
._sizeS_25mqcx_129 ._icon_25mqcx_354._left_25mqcx_451{
|
|
649
685
|
margin-right:8px;
|
|
650
686
|
}
|
|
651
|
-
.
|
|
652
|
-
.
|
|
687
|
+
._dark_25mqcx_52 ._icon_25mqcx_354,
|
|
688
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._icon_25mqcx_354{
|
|
653
689
|
color:rgba(255,255,255,0.7);
|
|
654
690
|
}
|
|
655
|
-
.
|
|
656
|
-
.
|
|
691
|
+
._light_25mqcx_21 ._icon_25mqcx_354,
|
|
692
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._icon_25mqcx_354{
|
|
657
693
|
color:rgba(25,25,28,0.7);
|
|
658
694
|
}
|
|
659
|
-
.
|
|
695
|
+
._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._icon_25mqcx_354{
|
|
660
696
|
color:rgba(255,255,255,0.7);
|
|
661
697
|
}
|
|
662
698
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
663
|
-
.
|
|
664
|
-
.
|
|
699
|
+
._dark_25mqcx_52._enabled_25mqcx_27 ._icon_25mqcx_354._action_25mqcx_358:hover,
|
|
700
|
+
._light_25mqcx_21._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._icon_25mqcx_354._action_25mqcx_358:hover{
|
|
665
701
|
color:#FFFFFF;
|
|
666
702
|
}
|
|
667
703
|
}
|
|
668
|
-
.
|
|
669
|
-
.
|
|
704
|
+
._dark_25mqcx_52._enabled_25mqcx_27 ._icon_25mqcx_354._action_25mqcx_358:focus[data-focus-method='key'],
|
|
705
|
+
._light_25mqcx_21._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._icon_25mqcx_354._action_25mqcx_358:focus[data-focus-method='key']{
|
|
670
706
|
color:#FFFFFF;
|
|
671
707
|
}
|
|
672
708
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
673
|
-
.
|
|
674
|
-
.
|
|
709
|
+
._light_25mqcx_21._enabled_25mqcx_27 ._icon_25mqcx_354._action_25mqcx_358:hover,
|
|
710
|
+
._dark_25mqcx_52._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._icon_25mqcx_354._action_25mqcx_358:hover{
|
|
675
711
|
color:#19191C;
|
|
676
712
|
}
|
|
677
713
|
}
|
|
678
|
-
.
|
|
679
|
-
.
|
|
714
|
+
._light_25mqcx_21._enabled_25mqcx_27 ._icon_25mqcx_354._action_25mqcx_358:focus[data-focus-method='key'],
|
|
715
|
+
._dark_25mqcx_52._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._icon_25mqcx_354._action_25mqcx_358:focus[data-focus-method='key']{
|
|
680
716
|
color:#19191C;
|
|
681
717
|
}
|
|
682
718
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
683
|
-
.
|
|
719
|
+
._error_25mqcx_83._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._icon_25mqcx_354._action_25mqcx_358:hover{
|
|
684
720
|
color:#FFFFFF;
|
|
685
721
|
}
|
|
686
722
|
}
|
|
687
|
-
.
|
|
723
|
+
._error_25mqcx_83._rock_25mqcx_48._enabled_25mqcx_27._focused_25mqcx_39 ._icon_25mqcx_354._action_25mqcx_358:focus[data-focus-method='key']{
|
|
688
724
|
color:#FFFFFF;
|
|
689
725
|
}
|
|
690
|
-
.
|
|
726
|
+
._disabled_25mqcx_103._light_25mqcx_21 ._icon_25mqcx_354{
|
|
691
727
|
color:rgba(25,25,28,0.5);
|
|
692
728
|
}
|
|
693
|
-
.
|
|
729
|
+
._disabled_25mqcx_103._dark_25mqcx_52 ._icon_25mqcx_354{
|
|
694
730
|
color:rgba(255,255,255,0.5);
|
|
695
731
|
}
|
|
696
|
-
.
|
|
732
|
+
._divider_25mqcx_521{
|
|
697
733
|
display:block;
|
|
698
734
|
|
|
699
735
|
width:1px;
|
|
700
736
|
margin-right:1px;
|
|
701
737
|
margin-left:1px;
|
|
702
738
|
}
|
|
703
|
-
.
|
|
704
|
-
.
|
|
739
|
+
._focused_25mqcx_39 ._divider_25mqcx_521,
|
|
740
|
+
._error_25mqcx_83 ._divider_25mqcx_521{
|
|
705
741
|
margin-right:2px;
|
|
706
742
|
margin-left:2px;
|
|
707
743
|
}
|
|
708
|
-
.
|
|
744
|
+
._rock_25mqcx_48._focused_25mqcx_39 ._divider_25mqcx_521{
|
|
709
745
|
margin-right:0;
|
|
710
746
|
margin-left:0;
|
|
711
747
|
}
|
|
712
|
-
.
|
|
748
|
+
._light_25mqcx_21 ._divider_25mqcx_521{
|
|
713
749
|
background:rgba(25,25,28,0.2);
|
|
714
750
|
}
|
|
715
|
-
.
|
|
751
|
+
._dark_25mqcx_52 ._divider_25mqcx_521{
|
|
716
752
|
background:rgba(255,255,255,0.2);
|
|
717
753
|
}
|
|
718
|
-
.
|
|
754
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._divider_25mqcx_521{
|
|
719
755
|
background:#FFFFFF;
|
|
720
756
|
}
|
|
721
|
-
.
|
|
757
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._divider_25mqcx_521{
|
|
722
758
|
background:#19191C;
|
|
723
759
|
}
|
|
724
|
-
.
|
|
760
|
+
._suffix_25mqcx_556{
|
|
725
761
|
-webkit-box-flex:0;
|
|
726
762
|
-ms-flex:0 0 auto;
|
|
727
763
|
flex:0 0 auto;
|
|
728
764
|
}
|
|
729
|
-
.
|
|
765
|
+
._sizeL_25mqcx_121 ._suffix_25mqcx_556{
|
|
730
766
|
padding: 11px 15px;
|
|
731
767
|
}
|
|
732
|
-
.
|
|
768
|
+
._sizeM_25mqcx_125 ._suffix_25mqcx_556{
|
|
733
769
|
padding: 7px 7px;
|
|
734
770
|
}
|
|
735
|
-
.
|
|
771
|
+
._sizeS_25mqcx_129 ._suffix_25mqcx_556{
|
|
736
772
|
padding: 5px 7px;
|
|
737
773
|
}
|
|
738
|
-
.
|
|
739
|
-
.
|
|
774
|
+
._sizeL_25mqcx_121._focused_25mqcx_39 ._suffix_25mqcx_556,
|
|
775
|
+
._sizeL_25mqcx_121._error_25mqcx_83 ._suffix_25mqcx_556{
|
|
740
776
|
padding: 10px 14px;
|
|
741
777
|
}
|
|
742
|
-
.
|
|
743
|
-
.
|
|
778
|
+
._sizeM_25mqcx_125._focused_25mqcx_39 ._suffix_25mqcx_556,
|
|
779
|
+
._sizeM_25mqcx_125._error_25mqcx_83 ._suffix_25mqcx_556{
|
|
744
780
|
padding: 6px 6px;
|
|
745
781
|
}
|
|
746
|
-
.
|
|
747
|
-
.
|
|
782
|
+
._sizeS_25mqcx_129._focused_25mqcx_39 ._suffix_25mqcx_556,
|
|
783
|
+
._sizeS_25mqcx_129._error_25mqcx_83 ._suffix_25mqcx_556{
|
|
748
784
|
padding: 4px 6px;
|
|
749
785
|
}
|
|
750
|
-
.
|
|
786
|
+
._sizeL_25mqcx_121._rock_25mqcx_48._focused_25mqcx_39 ._suffix_25mqcx_556{
|
|
751
787
|
padding: 12px 16px;
|
|
752
788
|
}
|
|
753
|
-
.
|
|
789
|
+
._sizeM_25mqcx_125._rock_25mqcx_48._focused_25mqcx_39 ._suffix_25mqcx_556{
|
|
754
790
|
padding: 8px 8px;
|
|
755
791
|
}
|
|
756
|
-
.
|
|
792
|
+
._sizeS_25mqcx_129._rock_25mqcx_48._focused_25mqcx_39 ._suffix_25mqcx_556{
|
|
757
793
|
padding: 6px 8px;
|
|
758
794
|
}
|
|
759
|
-
.
|
|
795
|
+
._sizeL_25mqcx_121 ._suffix_25mqcx_556{
|
|
760
796
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
761
797
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
798
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
799
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
762
800
|
font-size:19px;
|
|
763
801
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
764
802
|
font-weight:normal;
|
|
765
803
|
line-height:28px;
|
|
766
804
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
767
805
|
}
|
|
768
|
-
.
|
|
806
|
+
._sizeM_25mqcx_125 ._suffix_25mqcx_556{
|
|
769
807
|
letter-spacing:0.0015em;
|
|
770
808
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
771
809
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
810
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
811
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
772
812
|
font-size:16px;
|
|
773
813
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
774
814
|
font-weight:400;
|
|
775
815
|
line-height:24px;
|
|
776
816
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
777
817
|
}
|
|
778
|
-
._rs-reset-letter-
|
|
818
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._suffix_25mqcx_556{
|
|
779
819
|
letter-spacing:normal;
|
|
780
820
|
}
|
|
781
|
-
.
|
|
821
|
+
._sizeS_25mqcx_129 ._suffix_25mqcx_556{
|
|
782
822
|
letter-spacing:0.0045em;
|
|
783
823
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
784
824
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
825
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
826
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
785
827
|
font-size:13px;
|
|
786
828
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
787
829
|
line-height:20px;
|
|
788
830
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
789
831
|
}
|
|
790
|
-
._rs-reset-letter-
|
|
832
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._suffix_25mqcx_556{
|
|
791
833
|
letter-spacing:normal;
|
|
792
834
|
}
|
|
793
|
-
.
|
|
835
|
+
._light_25mqcx_21 ._suffix_25mqcx_556{
|
|
794
836
|
color:rgba(25,25,28,0.5);
|
|
795
837
|
}
|
|
796
|
-
.
|
|
838
|
+
._dark_25mqcx_52 ._suffix_25mqcx_556{
|
|
797
839
|
color:rgba(255,255,255,0.5);
|
|
798
840
|
}
|
|
799
|
-
.
|
|
841
|
+
._light_25mqcx_21._rock_25mqcx_48._focused_25mqcx_39 ._suffix_25mqcx_556{
|
|
800
842
|
color:rgba(255,255,255,0.7);
|
|
801
843
|
}
|
|
802
|
-
.
|
|
844
|
+
._dark_25mqcx_52._rock_25mqcx_48._focused_25mqcx_39 ._suffix_25mqcx_556{
|
|
803
845
|
color:rgba(25,25,28,0.7);
|
|
804
846
|
}
|
|
805
|
-
.
|
|
847
|
+
._error_25mqcx_83._rock_25mqcx_48._focused_25mqcx_39 ._suffix_25mqcx_556{
|
|
806
848
|
color:rgba(255,255,255,0.7);
|
|
807
849
|
}
|
|
808
|
-
.
|
|
850
|
+
._errorMessage_25mqcx_594{
|
|
809
851
|
margin-top:8px;
|
|
810
852
|
}
|
|
811
|
-
.
|
|
853
|
+
._sizeS_25mqcx_129 ._errorMessage_25mqcx_594{
|
|
812
854
|
margin-top:4px;
|
|
813
855
|
}
|
|
814
|
-
.
|
|
856
|
+
._sizeL_25mqcx_121 ._errorMessage_25mqcx_594{
|
|
815
857
|
letter-spacing:0.0015em;
|
|
816
858
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
817
859
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
860
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
861
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
818
862
|
font-size:16px;
|
|
819
863
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
820
864
|
font-weight:400;
|
|
821
865
|
line-height:24px;
|
|
822
866
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
823
867
|
}
|
|
824
|
-
._rs-reset-letter-
|
|
868
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeL_25mqcx_121 ._errorMessage_25mqcx_594{
|
|
825
869
|
letter-spacing:normal;
|
|
826
870
|
}
|
|
827
|
-
.
|
|
871
|
+
._sizeL_25mqcx_121 ._errorMessage_25mqcx_594 {
|
|
828
872
|
color:#F45C4A;
|
|
829
873
|
}
|
|
830
|
-
.
|
|
831
|
-
.
|
|
874
|
+
._sizeM_25mqcx_125 ._errorMessage_25mqcx_594,
|
|
875
|
+
._sizeS_25mqcx_129 ._errorMessage_25mqcx_594{
|
|
832
876
|
letter-spacing:0.0045em;
|
|
833
877
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
834
878
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
879
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
880
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
835
881
|
font-size:13px;
|
|
836
882
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
837
883
|
line-height:20px;
|
|
838
884
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
839
885
|
}
|
|
840
|
-
._rs-reset-letter-
|
|
886
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._errorMessage_25mqcx_594, ._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._errorMessage_25mqcx_594{
|
|
841
887
|
letter-spacing:normal;
|
|
842
888
|
}
|
|
843
|
-
.
|
|
844
|
-
.
|
|
889
|
+
._sizeM_25mqcx_125 ._errorMessage_25mqcx_594,
|
|
890
|
+
._sizeS_25mqcx_129 ._errorMessage_25mqcx_594 {
|
|
845
891
|
color:#F45C4A;
|
|
846
892
|
}
|
|
847
|
-
.
|
|
893
|
+
._note_25mqcx_612{
|
|
848
894
|
margin-top:8px;
|
|
849
895
|
}
|
|
850
|
-
.
|
|
896
|
+
._sizeS_25mqcx_129 ._note_25mqcx_612{
|
|
851
897
|
margin-top:4px;
|
|
852
898
|
}
|
|
853
|
-
.
|
|
899
|
+
._sizeL_25mqcx_121 ._note_25mqcx_612{
|
|
854
900
|
letter-spacing:0.0015em;
|
|
855
901
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
856
902
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
903
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
904
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
857
905
|
font-size:16px;
|
|
858
906
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
859
907
|
font-weight:400;
|
|
860
908
|
line-height:24px;
|
|
861
909
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
862
910
|
}
|
|
863
|
-
._rs-reset-letter-
|
|
911
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeL_25mqcx_121 ._note_25mqcx_612{
|
|
864
912
|
letter-spacing:normal;
|
|
865
913
|
}
|
|
866
|
-
.
|
|
867
|
-
.
|
|
914
|
+
._sizeM_25mqcx_125 ._note_25mqcx_612,
|
|
915
|
+
._sizeS_25mqcx_129 ._note_25mqcx_612{
|
|
868
916
|
letter-spacing:0.0045em;
|
|
869
917
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
870
918
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
919
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
920
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
871
921
|
font-size:13px;
|
|
872
922
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
873
923
|
line-height:20px;
|
|
874
924
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
875
925
|
}
|
|
876
|
-
._rs-reset-letter-
|
|
926
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._note_25mqcx_612, ._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._note_25mqcx_612{
|
|
877
927
|
letter-spacing:normal;
|
|
878
928
|
}
|
|
879
|
-
.
|
|
929
|
+
._light_25mqcx_21 ._note_25mqcx_612{
|
|
880
930
|
color:rgba(25,25,28,0.7);
|
|
881
931
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
882
932
|
}
|
|
883
|
-
.
|
|
933
|
+
._dark_25mqcx_52 ._note_25mqcx_612{
|
|
884
934
|
color:rgba(255,255,255,0.7);
|
|
885
935
|
color:var(--rs-typography-color-average, rgba(255,255,255,0.7));
|
|
886
936
|
}
|
|
887
|
-
.
|
|
937
|
+
._light_25mqcx_21._disabled_25mqcx_103 ._note_25mqcx_612{
|
|
888
938
|
color:rgba(25,25,28,0.5);
|
|
889
939
|
color:var(--rs-typography-color-pale, rgba(25,25,28,0.5));
|
|
890
940
|
}
|
|
891
|
-
.
|
|
941
|
+
._dark_25mqcx_52._disabled_25mqcx_103 ._note_25mqcx_612{
|
|
892
942
|
color:rgba(255,255,255,0.5);
|
|
893
943
|
color:var(--rs-typography-color-pale, rgba(255,255,255,0.5));
|
|
894
944
|
}
|
|
895
|
-
.
|
|
945
|
+
._label_25mqcx_644{
|
|
896
946
|
margin-bottom:8px;
|
|
897
947
|
}
|
|
898
|
-
.
|
|
948
|
+
._sizeS_25mqcx_129 ._label_25mqcx_644{
|
|
899
949
|
margin-bottom:4px;
|
|
900
950
|
}
|
|
901
|
-
.
|
|
951
|
+
._sizeL_25mqcx_121 ._label_25mqcx_644{
|
|
902
952
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
903
953
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
954
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
955
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
904
956
|
font-size:19px;
|
|
905
957
|
font-size:var(--rs-text-1-font-size, 19px);
|
|
906
958
|
font-weight:normal;
|
|
907
959
|
line-height:28px;
|
|
908
960
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
909
961
|
}
|
|
910
|
-
.
|
|
962
|
+
._sizeM_25mqcx_125 ._label_25mqcx_644{
|
|
911
963
|
letter-spacing:0.0015em;
|
|
912
964
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
913
965
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
966
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
967
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
914
968
|
font-size:16px;
|
|
915
969
|
font-size:var(--rs-text-2-font-size, 16px);
|
|
916
970
|
font-weight:400;
|
|
917
971
|
line-height:24px;
|
|
918
972
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
919
973
|
}
|
|
920
|
-
._rs-reset-letter-
|
|
974
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeM_25mqcx_125 ._label_25mqcx_644{
|
|
921
975
|
letter-spacing:normal;
|
|
922
976
|
}
|
|
923
|
-
.
|
|
977
|
+
._sizeS_25mqcx_129 ._label_25mqcx_644{
|
|
924
978
|
letter-spacing:0.0045em;
|
|
925
979
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
926
980
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
981
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
982
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
927
983
|
font-size:13px;
|
|
928
984
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
929
985
|
line-height:20px;
|
|
930
986
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
931
987
|
}
|
|
932
|
-
._rs-reset-letter-
|
|
988
|
+
._rs-reset-letter-spacing_25mqcx_1 ._sizeS_25mqcx_129 ._label_25mqcx_644{
|
|
933
989
|
letter-spacing:normal;
|
|
934
990
|
}
|
|
935
|
-
.
|
|
991
|
+
._light_25mqcx_21 ._label_25mqcx_644{
|
|
936
992
|
color:#19191C;
|
|
937
993
|
color:var(--rs-typography-color-hard, #19191C);
|
|
938
994
|
}
|
|
939
|
-
.
|
|
995
|
+
._dark_25mqcx_52 ._label_25mqcx_644{
|
|
940
996
|
color:#FFFFFF;
|
|
941
997
|
color:var(--rs-typography-color-hard, #FFFFFF);
|
|
942
998
|
}
|
|
943
|
-
.
|
|
999
|
+
._light_25mqcx_21._disabled_25mqcx_103 ._label_25mqcx_644{
|
|
944
1000
|
color:rgba(25,25,28,0.5);
|
|
945
1001
|
color:var(--rs-typography-color-pale, rgba(25,25,28,0.5));
|
|
946
1002
|
}
|
|
947
|
-
.
|
|
1003
|
+
._dark_25mqcx_52._disabled_25mqcx_103 ._label_25mqcx_644{
|
|
948
1004
|
color:rgba(255,255,255,0.5);
|
|
949
1005
|
color:var(--rs-typography-color-pale, rgba(255,255,255,0.5));
|
|
950
1006
|
}
|