@rescui/checkbox 0.9.5-RUI-286-Fix-tooltip-stacking-f4145b01.1 → 0.10.1
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/checkbox.d.ts +6 -0
- package/lib/checkbox.js +18 -10
- package/lib/index.css +381 -346
- package/lib/parts/checkbox-control-inner.d.ts +1 -0
- package/lib/parts/checkbox-control-inner.js +7 -4
- package/lib/parts/checkbox-control.js +3 -0
- package/lib/parts/checkbox-list.d.ts +11 -1
- package/lib/parts/checkbox-list.js +49 -22
- package/lib/parts/checkbox-list.p.module.css.js +16 -0
- package/lib/parts/checkbox.p.module.css.js +22 -28
- package/lib/parts/group-context.d.ts +1 -0
- package/lib/parts/use-backward-compatible-id.d.ts +4 -0
- package/lib/parts/use-backward-compatible-id.js +14 -0
- package/lib/public-api.p.css +174 -224
- package/lib/public-api.pcss +174 -224
- package/package.json +9 -8
- package/lib/_virtual/index.css.js +0 -15
- package/lib/_virtual/warning.js +0 -106
package/lib/index.css
CHANGED
|
@@ -1,4 +1,66 @@
|
|
|
1
|
-
.
|
|
1
|
+
._themeLight_d1mcrn_8{
|
|
2
|
+
--rs-theme-dark:0;
|
|
3
|
+
}
|
|
4
|
+
._themeDark_d1mcrn_11{
|
|
5
|
+
--rs-theme-dark:1;
|
|
6
|
+
}
|
|
7
|
+
._checkboxSizeS_d1mcrn_15{
|
|
8
|
+
--_rs-checkbox-parts-offset:4px;
|
|
9
|
+
}
|
|
10
|
+
._checkboxSizeM_d1mcrn_18{
|
|
11
|
+
--_rs-checkbox-parts-offset:8px;
|
|
12
|
+
}
|
|
13
|
+
._checkboxSizeL_d1mcrn_21{
|
|
14
|
+
--_rs-checkbox-parts-offset:8px;
|
|
15
|
+
}
|
|
16
|
+
._sizeS_d1mcrn_25{
|
|
17
|
+
--_rs-checkbox-ci-mark-s-display:initial;
|
|
18
|
+
--_rs-checkbox-ci-mark-m-display:none;
|
|
19
|
+
--_rs-checkbox-ci-mark-l-display:none;
|
|
20
|
+
--_rs-checkbox-ci-size:14px;
|
|
21
|
+
--_rs-checkbox-ci-shadow-size:3px;
|
|
22
|
+
--_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
|
|
23
|
+
}
|
|
24
|
+
._sizeM_d1mcrn_28{
|
|
25
|
+
--_rs-checkbox-ci-mark-s-display:none;
|
|
26
|
+
--_rs-checkbox-ci-mark-m-display:initial;
|
|
27
|
+
--_rs-checkbox-ci-mark-l-display:none;
|
|
28
|
+
--_rs-checkbox-ci-size:18px;
|
|
29
|
+
--_rs-checkbox-ci-shadow-size:3px;
|
|
30
|
+
--_rs-checkbox-ci-indeterminate-icon-border-width:8px 3px;
|
|
31
|
+
}
|
|
32
|
+
._sizeL_d1mcrn_31{
|
|
33
|
+
--_rs-checkbox-ci-mark-s-display:none;
|
|
34
|
+
--_rs-checkbox-ci-mark-m-display:none;
|
|
35
|
+
--_rs-checkbox-ci-mark-l-display:initial;
|
|
36
|
+
--_rs-checkbox-ci-size:20px;
|
|
37
|
+
--_rs-checkbox-ci-shadow-size:4px;
|
|
38
|
+
--_rs-checkbox-ci-indeterminate-icon-border-width:9px 3px;
|
|
39
|
+
}
|
|
40
|
+
._classic_d1mcrn_35{
|
|
41
|
+
--_rs-checkbox-ci-mark-color:#FFFFFF;
|
|
42
|
+
--_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
|
|
43
|
+
--_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
|
|
44
|
+
--_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
|
|
45
|
+
--_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
|
|
46
|
+
}
|
|
47
|
+
._rock_d1mcrn_38{
|
|
48
|
+
--_rs-checkbox-ci-mark-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227));
|
|
49
|
+
--_rs-checkbox-ci-indeterminate-icon-border-color:rgb(
|
|
50
|
+
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)
|
|
51
|
+
);
|
|
52
|
+
--_rs-checkbox-ci-indeterminate-icon-background-color:rgb(
|
|
53
|
+
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)
|
|
54
|
+
);
|
|
55
|
+
--_rs-checkbox-ci-checked-icon-border-color:rgb(
|
|
56
|
+
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)
|
|
57
|
+
);
|
|
58
|
+
--_rs-checkbox-ci-hover-icon-box-shadow:rgba(
|
|
59
|
+
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),
|
|
60
|
+
0.1
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
._checkbox_d1mcrn_15{
|
|
2
64
|
--_rs-theme-dark:var(
|
|
3
65
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
4
66
|
var(--rs-theme-dark, 0)
|
|
@@ -8,16 +70,16 @@
|
|
|
8
70
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
9
71
|
}
|
|
10
72
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
11
|
-
.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
73
|
+
._checkbox_d1mcrn_15{
|
|
74
|
+
--_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)));
|
|
75
|
+
--_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)));
|
|
76
|
+
--_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)));
|
|
77
|
+
--_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
78
|
+
--_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
17
79
|
}
|
|
18
80
|
}
|
|
19
81
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
20
|
-
.
|
|
82
|
+
._checkbox_d1mcrn_15{
|
|
21
83
|
--_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
84
|
--_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
85
|
--_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,84 +87,155 @@
|
|
|
25
87
|
--_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
88
|
}
|
|
27
89
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
width:var(--rs-icons-width, auto);
|
|
33
|
-
height:var(--rs-icons-height, var(--_rs-icons-height));
|
|
34
|
-
}
|
|
35
|
-
._sizeXS_1tz4fgh_14{
|
|
36
|
-
--_rs-icons-height:16px;
|
|
37
|
-
}
|
|
38
|
-
._sizeS_1tz4fgh_18{
|
|
39
|
-
--_rs-icons-height:20px;
|
|
90
|
+
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
91
|
+
._checkbox_d1mcrn_15{
|
|
92
|
+
--_rs-color-danger:color-mix(in srgb, #CC1400 calc(100%*var(--_rs-theme-light-coefficient, 1)), #FF6553 calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
93
|
+
--_rs-color-danger-bg:color-mix(in srgb, rgba(204,20,0, 0.2) calc(100%*var(--_rs-theme-light-coefficient, 1)), rgba(255,101,83, 0.2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
40
94
|
}
|
|
41
|
-
|
|
42
|
-
|
|
95
|
+
}
|
|
96
|
+
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
97
|
+
._checkbox_d1mcrn_15{
|
|
98
|
+
--_rs-color-danger:rgb(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83));
|
|
99
|
+
--_rs-color-danger-bg:rgba(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83), 0.2);
|
|
43
100
|
}
|
|
44
|
-
|
|
45
|
-
|
|
101
|
+
}
|
|
102
|
+
._checkbox_d1mcrn_15 {
|
|
103
|
+
|
|
104
|
+
position:relative;
|
|
105
|
+
|
|
106
|
+
display:inline-block;
|
|
107
|
+
|
|
108
|
+
box-sizing:border-box;
|
|
109
|
+
width:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
|
|
110
|
+
height:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
|
|
111
|
+
padding:var(--_rs-checkbox-ci-shadow-size);
|
|
112
|
+
|
|
113
|
+
outline:none;
|
|
114
|
+
|
|
115
|
+
text-align:left;
|
|
46
116
|
}
|
|
47
|
-
.
|
|
48
|
-
|
|
49
|
-
|
|
117
|
+
._input_d1mcrn_65{
|
|
118
|
+
position:absolute;
|
|
119
|
+
z-index:-1;
|
|
120
|
+
|
|
121
|
+
opacity:0;
|
|
122
|
+
|
|
123
|
+
margin:0;
|
|
124
|
+
|
|
125
|
+
border:0;
|
|
50
126
|
}
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
|
|
127
|
+
._icon_d1mcrn_76{
|
|
128
|
+
display:inline-block;
|
|
129
|
+
float:left;
|
|
130
|
+
|
|
131
|
+
box-sizing:border-box;
|
|
132
|
+
width:var(--_rs-checkbox-ci-size);
|
|
133
|
+
height:var(--_rs-checkbox-ci-size);
|
|
134
|
+
|
|
135
|
+
border-width:1px;
|
|
136
|
+
border-style:solid;
|
|
137
|
+
border-color:#A3A3A4;
|
|
138
|
+
|
|
139
|
+
background: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));
|
|
140
|
+
|
|
141
|
+
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
54
142
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
transform:rotate(0deg);
|
|
143
|
+
._enabled_d1mcrn_92 ._icon_d1mcrn_76{
|
|
144
|
+
cursor:pointer;
|
|
58
145
|
}
|
|
59
|
-
|
|
60
|
-
|
|
146
|
+
._indeterminate_d1mcrn_96 ._icon_d1mcrn_76{
|
|
147
|
+
border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
|
|
61
148
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
display:block;
|
|
74
|
-
}
|
|
75
|
-
@container rs-icon (max-height: 24px){
|
|
76
|
-
._variant24_1tz4fgh_55{
|
|
77
|
-
display:block;
|
|
149
|
+
._input_d1mcrn_65:checked + ._icon_d1mcrn_76{
|
|
150
|
+
border-width:calc(var(--_rs-checkbox-ci-size)/2);
|
|
151
|
+
}
|
|
152
|
+
._disabled_d1mcrn_104 ._icon_d1mcrn_76._icon_d1mcrn_76,
|
|
153
|
+
._input_d1mcrn_65:disabled + ._icon_d1mcrn_76{
|
|
154
|
+
border-color:rgb(calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(187 - var(--_rs-theme-dark-coefficient, 0)*91));
|
|
155
|
+
|
|
156
|
+
cursor:not-allowed;
|
|
157
|
+
pointer-events:none;
|
|
158
|
+
|
|
159
|
+
background:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
78
160
|
}
|
|
79
|
-
|
|
80
|
-
|
|
161
|
+
._input_d1mcrn_65:hover + ._icon_d1mcrn_76,
|
|
162
|
+
._enabled_d1mcrn_92:hover ._icon_d1mcrn_76{
|
|
163
|
+
background: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));
|
|
81
164
|
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
.
|
|
85
|
-
|
|
165
|
+
._enabled_d1mcrn_92._indeterminate_d1mcrn_96 ._icon_d1mcrn_76,
|
|
166
|
+
._enabled_d1mcrn_92._indeterminate_d1mcrn_96:hover ._icon_d1mcrn_76,
|
|
167
|
+
._enabled_d1mcrn_92._indeterminate_d1mcrn_96 ._input_d1mcrn_65:hover + ._icon_d1mcrn_76{
|
|
168
|
+
border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
|
|
169
|
+
|
|
170
|
+
background-color:var(
|
|
171
|
+
--_rs-checkbox-ci-indeterminate-icon-background-color
|
|
172
|
+
);
|
|
86
173
|
}
|
|
87
|
-
|
|
88
|
-
|
|
174
|
+
._enabled_d1mcrn_92 ._input_d1mcrn_65:checked + ._icon_d1mcrn_76._icon_d1mcrn_76{
|
|
175
|
+
border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
|
|
89
176
|
}
|
|
177
|
+
._error_d1mcrn_133 ._icon_d1mcrn_76._icon_d1mcrn_76._icon_d1mcrn_76._icon_d1mcrn_76,
|
|
178
|
+
._input_d1mcrn_65:invalid + ._icon_d1mcrn_76._icon_d1mcrn_76._icon_d1mcrn_76{
|
|
179
|
+
border-color:var(--_rs-color-danger);
|
|
180
|
+
}
|
|
181
|
+
._icon_d1mcrn_76::after{
|
|
182
|
+
position:absolute;
|
|
183
|
+
top:var(--_rs-checkbox-ci-shadow-size);
|
|
184
|
+
right:var(--_rs-checkbox-ci-shadow-size);
|
|
185
|
+
bottom:var(--_rs-checkbox-ci-shadow-size);
|
|
186
|
+
left:var(--_rs-checkbox-ci-shadow-size);
|
|
187
|
+
|
|
188
|
+
content:'';
|
|
189
|
+
}
|
|
190
|
+
._enabled_d1mcrn_92:hover > ._icon_d1mcrn_76::after,
|
|
191
|
+
label:hover ._enabled_d1mcrn_92 > ._icon_d1mcrn_76::after,
|
|
192
|
+
._enabled_d1mcrn_92 ._input_d1mcrn_65:active + ._icon_d1mcrn_76::after{
|
|
193
|
+
box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
|
|
194
|
+
}
|
|
195
|
+
._enabled_d1mcrn_92 ._input_d1mcrn_65:focus[data-focus-method='key'] + ._icon_d1mcrn_76::after{
|
|
196
|
+
box-shadow:0 0 0 1px rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181)), 0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-color-primary-t-dim);
|
|
197
|
+
}
|
|
198
|
+
._checkmark_d1mcrn_160{
|
|
199
|
+
position:absolute;
|
|
200
|
+
top:var(--_rs-checkbox-ci-shadow-size);
|
|
201
|
+
left:var(--_rs-checkbox-ci-shadow-size);
|
|
202
|
+
|
|
203
|
+
display:none;
|
|
204
|
+
|
|
205
|
+
width:var(--_rs-checkbox-ci-size);
|
|
206
|
+
height:var(--_rs-checkbox-ci-size);
|
|
207
|
+
fill:currentColor;
|
|
90
208
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
209
|
+
._enabled_d1mcrn_92 ._checkmark_d1mcrn_160{
|
|
210
|
+
color:var(--_rs-checkbox-ci-mark-color);
|
|
211
|
+
}
|
|
212
|
+
._disabled_d1mcrn_104 ._checkmark_d1mcrn_160,
|
|
213
|
+
._input_d1mcrn_65:disabled + ._icon_d1mcrn_76 > ._checkmark_d1mcrn_160{
|
|
214
|
+
color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
94
215
|
}
|
|
95
|
-
|
|
96
|
-
display:
|
|
216
|
+
._input_d1mcrn_65:checked + ._icon_d1mcrn_76 > ._checkmark_d1mcrn_160{
|
|
217
|
+
display:block;
|
|
97
218
|
}
|
|
219
|
+
._markS_d1mcrn_185{
|
|
220
|
+
display:var(--_rs-checkbox-ci-mark-s-display);
|
|
221
|
+
}
|
|
222
|
+
._markM_d1mcrn_188{
|
|
223
|
+
display:var(--_rs-checkbox-ci-mark-m-display);
|
|
224
|
+
}
|
|
225
|
+
._markL_d1mcrn_191{
|
|
226
|
+
display:var(--_rs-checkbox-ci-mark-l-display);
|
|
98
227
|
}
|
|
99
|
-
.
|
|
228
|
+
._errorMessage_d1mcrn_195{
|
|
229
|
+
margin-top:var(--_rs-checkbox-parts-offset);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
._themeLight_1txuou8_6{
|
|
100
233
|
--rs-theme-dark:0;
|
|
101
234
|
}
|
|
102
|
-
.
|
|
235
|
+
._themeDark_1txuou8_9{
|
|
103
236
|
--rs-theme-dark:1;
|
|
104
237
|
}
|
|
105
|
-
.
|
|
238
|
+
._container_1txuou8_13{
|
|
106
239
|
--_rs-theme-dark:var(
|
|
107
240
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
108
241
|
var(--rs-theme-dark, 0)
|
|
@@ -112,16 +245,16 @@
|
|
|
112
245
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
113
246
|
}
|
|
114
247
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
115
|
-
.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
248
|
+
._container_1txuou8_13{
|
|
249
|
+
--_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)));
|
|
250
|
+
--_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)));
|
|
251
|
+
--_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)));
|
|
252
|
+
--_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
253
|
+
--_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
121
254
|
}
|
|
122
255
|
}
|
|
123
256
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
124
|
-
.
|
|
257
|
+
._container_1txuou8_13{
|
|
125
258
|
--_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);
|
|
126
259
|
--_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));
|
|
127
260
|
--_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));
|
|
@@ -129,8 +262,12 @@
|
|
|
129
262
|
--_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));
|
|
130
263
|
}
|
|
131
264
|
}
|
|
132
|
-
.
|
|
133
|
-
|
|
265
|
+
._sizeS_1txuou8_18{
|
|
266
|
+
--_rs-checkbox-list-label-offset:4px;
|
|
267
|
+
--_rs-checkbox-list-left-offset:28px;
|
|
268
|
+
}
|
|
269
|
+
._sizeS_1txuou8_18 [data-rs-internal='checkbox-list__label']{
|
|
270
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
134
271
|
--_rs-typography-text-transform:initial;
|
|
135
272
|
--_rs-typography-font-variant-numeric:initial;
|
|
136
273
|
--_rs-typography-font-family:var(
|
|
@@ -139,31 +276,32 @@
|
|
|
139
276
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
140
277
|
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
141
278
|
);
|
|
142
|
-
--_rs-typography-font-size:var(--rs-
|
|
279
|
+
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
143
280
|
--_rs-typography-font-weight:var(
|
|
144
|
-
--rs-font-weight-
|
|
145
|
-
|
|
281
|
+
--rs-font-weight-regular,
|
|
282
|
+
400
|
|
283
|
+
);
|
|
284
|
+
--_rs-typography-line-height:var(
|
|
285
|
+
--rs-text-3-line-height,
|
|
286
|
+
20px
|
|
146
287
|
);
|
|
147
|
-
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
148
288
|
--_rs-typography-base-color:var(
|
|
149
|
-
--_rs-typography-
|
|
289
|
+
--_rs-typography-hardness-color,
|
|
150
290
|
var(
|
|
151
|
-
--rs-color-
|
|
152
|
-
|
|
291
|
+
--rs-color-average,
|
|
292
|
+
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)
|
|
153
293
|
)
|
|
154
294
|
);
|
|
155
|
-
--_rs-typography-text-auto-offset:
|
|
156
|
-
--_rs-typography-ul-
|
|
157
|
-
--_rs-typography-
|
|
158
|
-
--_rs-typography-list-li-
|
|
295
|
+
--_rs-typography-text-auto-offset:8px;
|
|
296
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
297
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
298
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
299
|
+
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
159
300
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
160
301
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
161
|
-
--_rs-typography-link-border-bottom-width-from-text:
|
|
302
|
+
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
162
303
|
}
|
|
163
|
-
.
|
|
164
|
-
--_rs-icons-height:20px;
|
|
165
|
-
}
|
|
166
|
-
._listSizeM_1yjjktt_23 [data-rs-internal='checkbox-list__error-message']{
|
|
304
|
+
._sizeS_1txuou8_18 [data-rs-internal='checkbox-list__bold-label']{
|
|
167
305
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
168
306
|
--_rs-typography-text-transform:initial;
|
|
169
307
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -187,18 +325,20 @@
|
|
|
187
325
|
)
|
|
188
326
|
);
|
|
189
327
|
--_rs-typography-text-auto-offset:0;
|
|
190
|
-
--_rs-typography-ul-
|
|
191
|
-
--_rs-typography-
|
|
328
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
329
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
330
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
192
331
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
193
332
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
194
333
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
195
334
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
196
335
|
}
|
|
197
|
-
.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
336
|
+
._sizeM_1txuou8_21{
|
|
337
|
+
--_rs-checkbox-list-label-offset:8px;
|
|
338
|
+
--_rs-checkbox-list-left-offset:32px;
|
|
339
|
+
}
|
|
340
|
+
._sizeM_1txuou8_21 [data-rs-internal='checkbox-list__label']{
|
|
341
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
202
342
|
--_rs-typography-text-transform:initial;
|
|
203
343
|
--_rs-typography-font-variant-numeric:initial;
|
|
204
344
|
--_rs-typography-font-family:var(
|
|
@@ -207,32 +347,41 @@
|
|
|
207
347
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
208
348
|
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
209
349
|
);
|
|
210
|
-
--_rs-typography-font-size:var(--rs-
|
|
350
|
+
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
211
351
|
--_rs-typography-font-weight:var(
|
|
212
|
-
--rs-font-weight-
|
|
213
|
-
|
|
352
|
+
--rs-font-weight-regular,
|
|
353
|
+
400
|
|
354
|
+
);
|
|
355
|
+
--_rs-typography-line-height:var(
|
|
356
|
+
--rs-text-2-line-height,
|
|
357
|
+
24px
|
|
214
358
|
);
|
|
215
|
-
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
216
359
|
--_rs-typography-base-color:var(
|
|
217
|
-
--_rs-typography-
|
|
360
|
+
--_rs-typography-hardness-color,
|
|
218
361
|
var(
|
|
219
|
-
--rs-color-
|
|
220
|
-
|
|
362
|
+
--rs-color-average,
|
|
363
|
+
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)
|
|
221
364
|
)
|
|
222
365
|
);
|
|
223
|
-
--_rs-typography-text-auto-offset:
|
|
224
|
-
--_rs-typography-ul-
|
|
225
|
-
--_rs-typography-
|
|
226
|
-
--_rs-typography-list-li-
|
|
366
|
+
--_rs-typography-text-auto-offset:16px;
|
|
367
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
368
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
369
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
370
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
371
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
372
|
+
16px
|
|
373
|
+
);
|
|
227
374
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
228
375
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
229
|
-
--_rs-typography-link-border-bottom-width-from-text:
|
|
376
|
+
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
230
377
|
}
|
|
231
|
-
|
|
232
|
-
|
|
378
|
+
@media screen and (max-width: 640px){
|
|
379
|
+
._sizeM_1txuou8_21 [data-rs-internal='checkbox-list__label']{
|
|
380
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
233
381
|
}
|
|
234
|
-
|
|
235
|
-
|
|
382
|
+
}
|
|
383
|
+
._sizeM_1txuou8_21 [data-rs-internal='checkbox-list__bold-label']{
|
|
384
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
236
385
|
--_rs-typography-text-transform:initial;
|
|
237
386
|
--_rs-typography-font-variant-numeric:initial;
|
|
238
387
|
--_rs-typography-font-family:var(
|
|
@@ -241,12 +390,12 @@
|
|
|
241
390
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
242
391
|
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
243
392
|
);
|
|
244
|
-
--_rs-typography-font-size:var(--rs-
|
|
393
|
+
--_rs-typography-font-size:var(--rs-h4-font-size, 16px);
|
|
245
394
|
--_rs-typography-font-weight:var(
|
|
246
395
|
--rs-font-weight-semi-bold,
|
|
247
396
|
600
|
|
248
397
|
);
|
|
249
|
-
--_rs-typography-line-height:var(--rs-
|
|
398
|
+
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
250
399
|
--_rs-typography-base-color:var(
|
|
251
400
|
--_rs-typography-heading-hardness-color,
|
|
252
401
|
var(
|
|
@@ -255,18 +404,20 @@
|
|
|
255
404
|
)
|
|
256
405
|
);
|
|
257
406
|
--_rs-typography-text-auto-offset:0;
|
|
258
|
-
--_rs-typography-ul-
|
|
259
|
-
--_rs-typography-
|
|
407
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
408
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
409
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
260
410
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
261
411
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
262
412
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
263
413
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
264
414
|
}
|
|
265
|
-
.
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
415
|
+
._sizeL_1txuou8_24{
|
|
416
|
+
--_rs-checkbox-list-label-offset:12px;
|
|
417
|
+
--_rs-checkbox-list-left-offset:44px;
|
|
418
|
+
}
|
|
419
|
+
._sizeL_1txuou8_24 [data-rs-internal='checkbox-list__label']{
|
|
420
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
270
421
|
--_rs-typography-text-transform:initial;
|
|
271
422
|
--_rs-typography-font-variant-numeric:initial;
|
|
272
423
|
--_rs-typography-font-family:var(
|
|
@@ -275,32 +426,41 @@
|
|
|
275
426
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
276
427
|
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
277
428
|
);
|
|
278
|
-
--_rs-typography-font-size:var(--rs-
|
|
429
|
+
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
279
430
|
--_rs-typography-font-weight:var(
|
|
280
|
-
--rs-font-weight-
|
|
281
|
-
|
|
431
|
+
--rs-font-weight-regular,
|
|
432
|
+
400
|
|
433
|
+
);
|
|
434
|
+
--_rs-typography-line-height:var(
|
|
435
|
+
--rs-text-1-line-height,
|
|
436
|
+
28px
|
|
282
437
|
);
|
|
283
|
-
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
284
438
|
--_rs-typography-base-color:var(
|
|
285
|
-
--_rs-typography-
|
|
439
|
+
--_rs-typography-hardness-color,
|
|
286
440
|
var(
|
|
287
|
-
--rs-color-
|
|
288
|
-
|
|
441
|
+
--rs-color-average,
|
|
442
|
+
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)
|
|
289
443
|
)
|
|
290
444
|
);
|
|
291
|
-
--_rs-typography-text-auto-offset:
|
|
292
|
-
--_rs-typography-ul-
|
|
293
|
-
--_rs-typography-
|
|
294
|
-
--_rs-typography-list-li-
|
|
445
|
+
--_rs-typography-text-auto-offset:32px;
|
|
446
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
447
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
448
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
449
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
450
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
451
|
+
24px
|
|
452
|
+
);
|
|
295
453
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
296
454
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
297
|
-
--_rs-typography-link-border-bottom-width-from-text:
|
|
455
|
+
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
298
456
|
}
|
|
299
|
-
|
|
300
|
-
|
|
457
|
+
@media screen and (max-width: 640px){
|
|
458
|
+
._sizeL_1txuou8_24 [data-rs-internal='checkbox-list__label']{
|
|
459
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
301
460
|
}
|
|
302
|
-
|
|
303
|
-
|
|
461
|
+
}
|
|
462
|
+
._sizeL_1txuou8_24 [data-rs-internal='checkbox-list__bold-label']{
|
|
463
|
+
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
304
464
|
--_rs-typography-text-transform:initial;
|
|
305
465
|
--_rs-typography-font-variant-numeric:initial;
|
|
306
466
|
--_rs-typography-font-family:var(
|
|
@@ -309,12 +469,12 @@
|
|
|
309
469
|
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
310
470
|
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
311
471
|
);
|
|
312
|
-
--_rs-typography-font-size:var(--rs-
|
|
472
|
+
--_rs-typography-font-size:var(--rs-h3-font-size, 20px);
|
|
313
473
|
--_rs-typography-font-weight:var(
|
|
314
474
|
--rs-font-weight-semi-bold,
|
|
315
475
|
600
|
|
316
476
|
);
|
|
317
|
-
--_rs-typography-line-height:var(--rs-
|
|
477
|
+
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
318
478
|
--_rs-typography-base-color:var(
|
|
319
479
|
--_rs-typography-heading-hardness-color,
|
|
320
480
|
var(
|
|
@@ -323,64 +483,87 @@
|
|
|
323
483
|
)
|
|
324
484
|
);
|
|
325
485
|
--_rs-typography-text-auto-offset:0;
|
|
326
|
-
--_rs-typography-ul-
|
|
327
|
-
--_rs-typography-
|
|
486
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
487
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
488
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
328
489
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
329
490
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
330
491
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
331
492
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
332
493
|
}
|
|
333
|
-
.
|
|
334
|
-
|
|
335
|
-
}
|
|
336
|
-
._sizeS_1yjjktt_40{
|
|
337
|
-
--_rs-checkbox-ci-mark-s-display:initial;
|
|
338
|
-
--_rs-checkbox-ci-mark-m-display:none;
|
|
339
|
-
--_rs-checkbox-ci-mark-l-display:none;
|
|
340
|
-
--_rs-checkbox-ci-size:14px;
|
|
341
|
-
--_rs-checkbox-ci-shadow-size:3px;
|
|
342
|
-
--_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
|
|
494
|
+
._inner_1txuou8_28{
|
|
495
|
+
--rs-out-checkbox-list-left-offset:var(--_rs-checkbox-list-left-offset);
|
|
343
496
|
}
|
|
344
|
-
.
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
--_rs-
|
|
350
|
-
--_rs-
|
|
497
|
+
._label_1txuou8_32{
|
|
498
|
+
letter-spacing:var(
|
|
499
|
+
--rs-text-base-letter-spacing,
|
|
500
|
+
var(--_rs-typography-letter-spacing)
|
|
501
|
+
);
|
|
502
|
+
text-transform:var(--_rs-typography-text-transform);
|
|
503
|
+
font-family:var(--_rs-typography-font-family);
|
|
504
|
+
font-size:var(--_rs-typography-font-size);
|
|
505
|
+
font-weight:var(--_rs-typography-font-weight);
|
|
506
|
+
line-height:var(--_rs-typography-line-height);
|
|
507
|
+
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
508
|
+
font-feature-settings:'kern', 'liga', 'calt';
|
|
509
|
+
color:var(
|
|
510
|
+
--rs-color-hard,
|
|
511
|
+
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))
|
|
512
|
+
);
|
|
513
|
+
|
|
514
|
+
margin:0 0 var(--_rs-checkbox-list-label-offset) 0;
|
|
515
|
+
padding:0;
|
|
351
516
|
}
|
|
352
|
-
.
|
|
353
|
-
|
|
354
|
-
--
|
|
355
|
-
--_rs-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
517
|
+
._disabled_1txuou8_39 ._label_1txuou8_32{
|
|
518
|
+
color:var(
|
|
519
|
+
--rs-color-pale,
|
|
520
|
+
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)
|
|
521
|
+
);
|
|
522
|
+
}
|
|
523
|
+
._footer_1txuou8_44{
|
|
524
|
+
display:flex;
|
|
525
|
+
flex-direction:column;
|
|
359
526
|
}
|
|
360
|
-
.
|
|
361
|
-
|
|
362
|
-
--_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
|
|
363
|
-
--_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
|
|
364
|
-
--_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
|
|
365
|
-
--_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
|
|
527
|
+
._errorMessage_1txuou8_49{
|
|
528
|
+
order:99;
|
|
366
529
|
}
|
|
367
|
-
.
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
530
|
+
._error_1txuou8_49 ._errorMessage_1txuou8_49{
|
|
531
|
+
order:0;
|
|
532
|
+
}
|
|
533
|
+
._note_1txuou8_58{
|
|
534
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
535
|
+
--_rs-typography-text-transform:initial;
|
|
536
|
+
--_rs-typography-font-variant-numeric:initial;
|
|
537
|
+
--_rs-typography-font-family:var(
|
|
538
|
+
--rs-font-family-ui,
|
|
539
|
+
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
540
|
+
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
541
|
+
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
371
542
|
);
|
|
372
|
-
--_rs-
|
|
373
|
-
|
|
543
|
+
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
544
|
+
--_rs-typography-font-weight:var(
|
|
545
|
+
--rs-font-weight-regular,
|
|
546
|
+
400
|
|
374
547
|
);
|
|
375
|
-
--_rs-
|
|
376
|
-
|
|
548
|
+
--_rs-typography-line-height:var(
|
|
549
|
+
--rs-text-3-line-height,
|
|
550
|
+
20px
|
|
377
551
|
);
|
|
378
|
-
--_rs-
|
|
379
|
-
|
|
380
|
-
|
|
552
|
+
--_rs-typography-base-color:var(
|
|
553
|
+
--_rs-typography-hardness-color,
|
|
554
|
+
var(
|
|
555
|
+
--rs-color-average,
|
|
556
|
+
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)
|
|
557
|
+
)
|
|
381
558
|
);
|
|
382
|
-
|
|
383
|
-
|
|
559
|
+
--_rs-typography-text-auto-offset:8px;
|
|
560
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
561
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
562
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
563
|
+
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
564
|
+
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
565
|
+
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
566
|
+
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
384
567
|
--_rs-theme-dark:var(
|
|
385
568
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
386
569
|
var(--rs-theme-dark, 0)
|
|
@@ -388,41 +571,6 @@
|
|
|
388
571
|
--_rs-theme-flip:var(--rs-theme-flip, 0);
|
|
389
572
|
--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));
|
|
390
573
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
391
|
-
}
|
|
392
|
-
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
393
|
-
._checkbox_1yjjktt_30{
|
|
394
|
-
--_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)));
|
|
395
|
-
--_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)));
|
|
396
|
-
--_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)));
|
|
397
|
-
--_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
398
|
-
--_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
402
|
-
._checkbox_1yjjktt_30{
|
|
403
|
-
--_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);
|
|
404
|
-
--_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));
|
|
405
|
-
--_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));
|
|
406
|
-
--_rs-color-primary-t-dim: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, 0.8);
|
|
407
|
-
--_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));
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
._checkbox_1yjjktt_30 {
|
|
411
|
-
|
|
412
|
-
position:relative;
|
|
413
|
-
|
|
414
|
-
display:inline-block;
|
|
415
|
-
|
|
416
|
-
box-sizing:border-box;
|
|
417
|
-
width:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
|
|
418
|
-
height:calc(var(--_rs-checkbox-ci-size) + var(--_rs-checkbox-ci-shadow-size)*2);
|
|
419
|
-
padding:var(--_rs-checkbox-ci-shadow-size);
|
|
420
|
-
|
|
421
|
-
outline:none;
|
|
422
|
-
|
|
423
|
-
text-align:left;
|
|
424
|
-
}
|
|
425
|
-
._errorMessage_1yjjktt_79{
|
|
426
574
|
letter-spacing:var(
|
|
427
575
|
--rs-text-base-letter-spacing,
|
|
428
576
|
var(--_rs-typography-letter-spacing)
|
|
@@ -434,130 +582,17 @@
|
|
|
434
582
|
line-height:var(--_rs-typography-line-height);
|
|
435
583
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
436
584
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
585
|
+
color:var(--_rs-typography-base-color);
|
|
586
|
+
--_rs-typography-hardness-color:var(
|
|
587
|
+
--rs-color-average,
|
|
588
|
+
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)
|
|
589
|
+
);
|
|
437
590
|
|
|
438
|
-
|
|
439
|
-
flex-wrap:nowrap;
|
|
440
|
-
|
|
441
|
-
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));
|
|
442
|
-
-moz-column-gap:8px;
|
|
443
|
-
column-gap:8px;
|
|
444
|
-
}
|
|
445
|
-
._errorMessage_1yjjktt_79._list_1yjjktt_20{
|
|
446
|
-
margin-bottom:8px;
|
|
447
|
-
}
|
|
448
|
-
._errorIcon_1yjjktt_93{
|
|
449
|
-
flex:0 0 auto;
|
|
450
|
-
|
|
451
|
-
color:#F45C4A;
|
|
452
|
-
}
|
|
453
|
-
._input_1yjjktt_99{
|
|
454
|
-
position:absolute;
|
|
455
|
-
z-index:-1;
|
|
456
|
-
|
|
457
|
-
opacity:0;
|
|
458
|
-
|
|
459
|
-
margin:0;
|
|
460
|
-
|
|
461
|
-
border:0;
|
|
462
|
-
}
|
|
463
|
-
._icon_1yjjktt_110{
|
|
464
|
-
display:inline-block;
|
|
465
|
-
float:left;
|
|
466
|
-
|
|
467
|
-
box-sizing:border-box;
|
|
468
|
-
width:var(--_rs-checkbox-ci-size);
|
|
469
|
-
height:var(--_rs-checkbox-ci-size);
|
|
470
|
-
|
|
471
|
-
border-width:1px;
|
|
472
|
-
border-style:solid;
|
|
473
|
-
border-color:#A3A3A4;
|
|
474
|
-
|
|
475
|
-
background: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));
|
|
476
|
-
|
|
477
|
-
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
478
|
-
}
|
|
479
|
-
._enabled_1yjjktt_126 ._icon_1yjjktt_110{
|
|
480
|
-
cursor:pointer;
|
|
481
|
-
}
|
|
482
|
-
._indeterminate_1yjjktt_130 ._icon_1yjjktt_110{
|
|
483
|
-
border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
|
|
484
|
-
}
|
|
485
|
-
._input_1yjjktt_99:checked + ._icon_1yjjktt_110{
|
|
486
|
-
border-width:calc(var(--_rs-checkbox-ci-size)/2);
|
|
487
|
-
}
|
|
488
|
-
._disabled_1yjjktt_138 ._icon_1yjjktt_110._icon_1yjjktt_110,
|
|
489
|
-
._input_1yjjktt_99:disabled + ._icon_1yjjktt_110{
|
|
490
|
-
border-color:rgb(calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(187 - var(--_rs-theme-dark-coefficient, 0)*91));
|
|
491
|
-
|
|
492
|
-
cursor:not-allowed;
|
|
493
|
-
pointer-events:none;
|
|
494
|
-
|
|
495
|
-
background:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
496
|
-
}
|
|
497
|
-
._input_1yjjktt_99:hover + ._icon_1yjjktt_110,
|
|
498
|
-
._enabled_1yjjktt_126:hover ._icon_1yjjktt_110{
|
|
499
|
-
background: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));
|
|
500
|
-
}
|
|
501
|
-
._enabled_1yjjktt_126._indeterminate_1yjjktt_130 ._icon_1yjjktt_110,
|
|
502
|
-
._enabled_1yjjktt_126._indeterminate_1yjjktt_130:hover ._icon_1yjjktt_110,
|
|
503
|
-
._enabled_1yjjktt_126._indeterminate_1yjjktt_130 ._input_1yjjktt_99:hover + ._icon_1yjjktt_110{
|
|
504
|
-
border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
|
|
505
|
-
|
|
506
|
-
background-color:var(
|
|
507
|
-
--_rs-checkbox-ci-indeterminate-icon-background-color
|
|
508
|
-
);
|
|
509
|
-
}
|
|
510
|
-
._enabled_1yjjktt_126 ._input_1yjjktt_99:checked + ._icon_1yjjktt_110._icon_1yjjktt_110{
|
|
511
|
-
border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
|
|
512
|
-
}
|
|
513
|
-
._error_1yjjktt_79 ._icon_1yjjktt_110._icon_1yjjktt_110._icon_1yjjktt_110._icon_1yjjktt_110,
|
|
514
|
-
._input_1yjjktt_99:invalid + ._icon_1yjjktt_110._icon_1yjjktt_110._icon_1yjjktt_110{
|
|
515
|
-
border-color:#F45C4A;
|
|
516
|
-
}
|
|
517
|
-
._icon_1yjjktt_110::after{
|
|
518
|
-
position:absolute;
|
|
519
|
-
top:var(--_rs-checkbox-ci-shadow-size);
|
|
520
|
-
right:var(--_rs-checkbox-ci-shadow-size);
|
|
521
|
-
bottom:var(--_rs-checkbox-ci-shadow-size);
|
|
522
|
-
left:var(--_rs-checkbox-ci-shadow-size);
|
|
523
|
-
|
|
524
|
-
content:'';
|
|
525
|
-
}
|
|
526
|
-
._enabled_1yjjktt_126:hover > ._icon_1yjjktt_110::after,
|
|
527
|
-
label:hover ._enabled_1yjjktt_126 > ._icon_1yjjktt_110::after,
|
|
528
|
-
._enabled_1yjjktt_126 ._input_1yjjktt_99:active + ._icon_1yjjktt_110::after{
|
|
529
|
-
box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
|
|
530
|
-
}
|
|
531
|
-
._enabled_1yjjktt_126 ._input_1yjjktt_99:focus[data-focus-method='key'] + ._icon_1yjjktt_110::after{
|
|
532
|
-
box-shadow:0 0 0 1px rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181)), 0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-color-primary-t-dim);
|
|
533
|
-
}
|
|
534
|
-
._checkmark_1yjjktt_194{
|
|
535
|
-
position:absolute;
|
|
536
|
-
top:var(--_rs-checkbox-ci-shadow-size);
|
|
537
|
-
left:var(--_rs-checkbox-ci-shadow-size);
|
|
538
|
-
|
|
539
|
-
display:none;
|
|
540
|
-
|
|
541
|
-
width:var(--_rs-checkbox-ci-size);
|
|
542
|
-
height:var(--_rs-checkbox-ci-size);
|
|
543
|
-
fill:currentColor;
|
|
591
|
+
order:1;
|
|
544
592
|
}
|
|
545
|
-
.
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
593
|
+
._disabled_1txuou8_39 ._note_1txuou8_58{
|
|
594
|
+
--_rs-typography-hardness-color:var(
|
|
595
|
+
--rs-color-pale,
|
|
596
|
+
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)
|
|
597
|
+
);
|
|
551
598
|
}
|
|
552
|
-
._input_1yjjktt_99:checked + ._icon_1yjjktt_110 > ._checkmark_1yjjktt_194{
|
|
553
|
-
display:block;
|
|
554
|
-
}
|
|
555
|
-
._markS_1yjjktt_219{
|
|
556
|
-
display:var(--_rs-checkbox-ci-mark-s-display);
|
|
557
|
-
}
|
|
558
|
-
._markM_1yjjktt_222{
|
|
559
|
-
display:var(--_rs-checkbox-ci-mark-m-display);
|
|
560
|
-
}
|
|
561
|
-
._markL_1yjjktt_225{
|
|
562
|
-
display:var(--_rs-checkbox-ci-mark-l-display);
|
|
563
|
-
}
|