@7shifts/sous-chef 3.41.1 → 3.42.0
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/dist/index.css +325 -208
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/lists/Accordion/Accordion.d.ts +12 -0
- package/dist/lists/Accordion/AccordionItem/AccordionItem.d.ts +11 -0
- package/dist/lists/Accordion/AccordionItem/index.d.ts +1 -0
- package/dist/lists/Accordion/index.d.ts +1 -0
- package/package.json +10 -4
package/dist/index.css
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--font-family-brand: "Proxima Nova", sans-serif;
|
|
3
|
+
--font-family-body: "Proxima Nova", sans-serif;
|
|
4
|
+
--font-size-100: 0.75rem;
|
|
5
|
+
--font-size-200: 0.875rem;
|
|
6
|
+
--font-size-300: 1rem;
|
|
7
|
+
--font-size-400: 1.25rem;
|
|
8
|
+
--font-size-500: 1.5rem;
|
|
9
|
+
--font-size-600: 1.75rem;
|
|
10
|
+
--font-size-700: 2.5rem;
|
|
11
|
+
--font-line-height-100: 1rem;
|
|
12
|
+
--font-line-height-200: 1.125rem;
|
|
13
|
+
--font-line-height-300: 1.25rem;
|
|
14
|
+
--font-line-height-400: 1.5rem;
|
|
15
|
+
--font-line-height-500: 1.75rem;
|
|
16
|
+
--font-line-height-600: 2rem;
|
|
17
|
+
--font-line-height-700: 2.75rem;
|
|
18
|
+
--p-font-weight-light: 300;
|
|
19
|
+
--p-font-weight-normal: 400;
|
|
20
|
+
--p-font-weight-bold: 600;
|
|
21
|
+
}
|
|
1
22
|
:root {
|
|
2
23
|
--color-white: #fff;
|
|
3
24
|
--color-white-rgb: 255, 255, 255;
|
|
@@ -144,22 +165,23 @@
|
|
|
144
165
|
display: inline-flex;
|
|
145
166
|
}
|
|
146
167
|
._3s_-x {
|
|
168
|
+
font-family: var(--font-family-brand);
|
|
169
|
+
font-size: var(--font-size-100);
|
|
170
|
+
line-height: var(--font-line-height-100);
|
|
171
|
+
font-weight: var(--p-font-weight-normal);
|
|
147
172
|
color: var(--color-grey-500);
|
|
148
|
-
font-family: "Proxima Nova", sans-serif;
|
|
149
|
-
font-weight: 400;
|
|
150
|
-
font-size: 12px;
|
|
151
|
-
line-height: 16px;
|
|
152
173
|
}
|
|
153
174
|
|
|
154
175
|
._29W-o {
|
|
155
|
-
|
|
176
|
+
font-family: var(--font-family-brand);
|
|
177
|
+
font-size: var(--font-size-200);
|
|
178
|
+
line-height: var(--font-line-height-200);
|
|
179
|
+
font-weight: var(--p-font-weight-normal);
|
|
180
|
+
font-weight: var(--p-font-weight-bold);
|
|
156
181
|
padding: 0;
|
|
157
182
|
width: auto;
|
|
158
183
|
float: none;
|
|
159
184
|
color: var(--color-grey-500);
|
|
160
|
-
font-family: "Proxima Nova", sans-serif;
|
|
161
|
-
font-weight: 600;
|
|
162
|
-
font-size: 14px;
|
|
163
185
|
min-height: 16px;
|
|
164
186
|
}
|
|
165
187
|
|
|
@@ -188,24 +210,25 @@ Just for future references:
|
|
|
188
210
|
}
|
|
189
211
|
|
|
190
212
|
._LbMlH {
|
|
191
|
-
|
|
213
|
+
font-family: var(--font-family-brand);
|
|
214
|
+
font-size: var(--font-size-200);
|
|
215
|
+
line-height: var(--font-line-height-200);
|
|
216
|
+
font-weight: var(--p-font-weight-normal);
|
|
217
|
+
font-weight: var(--p-font-weight-bold);
|
|
192
218
|
padding: 0;
|
|
193
219
|
width: auto;
|
|
194
220
|
float: none;
|
|
195
221
|
color: var(--color-grey-500);
|
|
196
|
-
font-family: "Proxima Nova", sans-serif;
|
|
197
|
-
font-weight: 600;
|
|
198
|
-
font-size: 14px;
|
|
199
222
|
min-height: 16px;
|
|
200
223
|
margin-left: 8px;
|
|
201
224
|
}
|
|
202
225
|
|
|
203
226
|
._15FwS {
|
|
227
|
+
font-family: var(--font-family-brand);
|
|
228
|
+
font-size: var(--font-size-100);
|
|
229
|
+
line-height: var(--font-line-height-100);
|
|
230
|
+
font-weight: var(--p-font-weight-normal);
|
|
204
231
|
color: var(--color-grey-500);
|
|
205
|
-
font-family: "Proxima Nova", sans-serif;
|
|
206
|
-
font-weight: 400;
|
|
207
|
-
font-size: 12px;
|
|
208
|
-
line-height: 16px;
|
|
209
232
|
margin-left: 48px;
|
|
210
233
|
display: block;
|
|
211
234
|
}
|
|
@@ -334,8 +357,10 @@ Just for future references:
|
|
|
334
357
|
text-align: left;
|
|
335
358
|
}
|
|
336
359
|
._1lo14 {
|
|
337
|
-
font-family:
|
|
338
|
-
font-size:
|
|
360
|
+
font-family: var(--font-family-brand);
|
|
361
|
+
font-size: var(--font-size-200);
|
|
362
|
+
line-height: var(--font-line-height-200);
|
|
363
|
+
font-weight: var(--p-font-weight-normal);
|
|
339
364
|
position: fixed;
|
|
340
365
|
padding: 12px;
|
|
341
366
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
|
|
@@ -358,7 +383,11 @@ Just for future references:
|
|
|
358
383
|
color: var(--color-grey-500);
|
|
359
384
|
}
|
|
360
385
|
._2rZ80 {
|
|
361
|
-
font-
|
|
386
|
+
font-family: var(--font-family-brand);
|
|
387
|
+
font-size: var(--font-size-200);
|
|
388
|
+
line-height: var(--font-line-height-200);
|
|
389
|
+
font-weight: var(--p-font-weight-normal);
|
|
390
|
+
font-weight: var(--p-font-weight-bold);
|
|
362
391
|
}
|
|
363
392
|
|
|
364
393
|
._2ZZTv {
|
|
@@ -390,12 +419,13 @@ Just for future references:
|
|
|
390
419
|
color: var(--color-grey-500);
|
|
391
420
|
}
|
|
392
421
|
._YjZTi {
|
|
393
|
-
font-family:
|
|
394
|
-
font-
|
|
395
|
-
|
|
422
|
+
font-family: var(--font-family-brand);
|
|
423
|
+
font-size: var(--font-size-200);
|
|
424
|
+
line-height: var(--font-line-height-200);
|
|
425
|
+
font-weight: var(--p-font-weight-normal);
|
|
426
|
+
font-weight: var(--p-font-weight-bold);
|
|
396
427
|
text-align: center;
|
|
397
|
-
|
|
398
|
-
padding: 8px 12px;
|
|
428
|
+
padding: 9px 12px;
|
|
399
429
|
border-radius: 4px;
|
|
400
430
|
border-width: 1px;
|
|
401
431
|
min-width: 38px;
|
|
@@ -770,9 +800,11 @@ Just for future references:
|
|
|
770
800
|
border: 1px solid var(--color-grey-200);
|
|
771
801
|
}
|
|
772
802
|
._31UYJ {
|
|
803
|
+
font-family: var(--font-family-brand);
|
|
804
|
+
font-size: var(--font-size-100);
|
|
805
|
+
line-height: var(--font-line-height-100);
|
|
806
|
+
font-weight: var(--p-font-weight-normal);
|
|
773
807
|
display: flex;
|
|
774
|
-
line-height: 14px;
|
|
775
|
-
font-size: 12px;
|
|
776
808
|
flex-direction: column;
|
|
777
809
|
flex-grow: 1;
|
|
778
810
|
align-self: center;
|
|
@@ -792,12 +824,14 @@ Just for future references:
|
|
|
792
824
|
color: var(--color-grey-500);
|
|
793
825
|
}
|
|
794
826
|
._38KEH._38KEH {
|
|
795
|
-
font-family:
|
|
827
|
+
font-family: var(--font-family-brand);
|
|
828
|
+
font-size: var(--font-size-200);
|
|
829
|
+
line-height: var(--font-line-height-200);
|
|
830
|
+
font-weight: var(--p-font-weight-normal);
|
|
796
831
|
background: var(--color-grey-500);
|
|
797
832
|
color: var(--color-white);
|
|
798
833
|
border-radius: 4px;
|
|
799
834
|
min-height: auto;
|
|
800
|
-
font-size: 14px;
|
|
801
835
|
}
|
|
802
836
|
._38KEH._1qUTA {
|
|
803
837
|
background-color: var(--color-radish-400);
|
|
@@ -816,13 +850,14 @@ Just for future references:
|
|
|
816
850
|
text-align: left;
|
|
817
851
|
}
|
|
818
852
|
._dJWps {
|
|
819
|
-
|
|
853
|
+
font-family: var(--font-family-brand);
|
|
854
|
+
font-size: var(--font-size-100);
|
|
855
|
+
line-height: var(--font-line-height-100);
|
|
856
|
+
font-weight: var(--p-font-weight-normal);
|
|
857
|
+
font-weight: var(--p-font-weight-bold);
|
|
820
858
|
padding: 0 16px 8px 16px;
|
|
821
859
|
background-color: unset;
|
|
822
860
|
color: var(--color-grey-500);
|
|
823
|
-
font-size: 12px;
|
|
824
|
-
font-weight: 600;
|
|
825
|
-
font-family: "Proxima Nova", sans-serif;
|
|
826
861
|
border: 0;
|
|
827
862
|
}
|
|
828
863
|
._14AEw {
|
|
@@ -887,10 +922,12 @@ Just for future references:
|
|
|
887
922
|
table-layout: fixed;
|
|
888
923
|
}
|
|
889
924
|
._1YYyL {
|
|
925
|
+
font-family: var(--font-family-brand);
|
|
926
|
+
font-size: var(--font-size-200);
|
|
927
|
+
line-height: var(--font-line-height-200);
|
|
928
|
+
font-weight: var(--p-font-weight-normal);
|
|
890
929
|
border: 1px solid var(--color-grey-200);
|
|
891
930
|
border-radius: 8px;
|
|
892
|
-
font-family: "Proxima Nova", sans-serif;
|
|
893
|
-
font-size: 14px;
|
|
894
931
|
}
|
|
895
932
|
._1YYyL tr:first-of-type > td:first-of-type {
|
|
896
933
|
border-top-left-radius: 8px;
|
|
@@ -911,8 +948,11 @@ Just for future references:
|
|
|
911
948
|
border-bottom-right-radius: 0;
|
|
912
949
|
}
|
|
913
950
|
._ASPHe {
|
|
914
|
-
font-
|
|
915
|
-
font-size:
|
|
951
|
+
font-family: var(--font-family-brand);
|
|
952
|
+
font-size: var(--font-size-200);
|
|
953
|
+
line-height: var(--font-line-height-200);
|
|
954
|
+
font-weight: var(--p-font-weight-normal);
|
|
955
|
+
font-weight: var(--p-font-weight-bold);
|
|
916
956
|
}
|
|
917
957
|
._ASPHe tr td {
|
|
918
958
|
background: var(--color-grey-100);
|
|
@@ -934,7 +974,6 @@ Just for future references:
|
|
|
934
974
|
}
|
|
935
975
|
._1ahC- {
|
|
936
976
|
margin-top: 20px;
|
|
937
|
-
font-family: "Proxima Nova", sans-serif;
|
|
938
977
|
}
|
|
939
978
|
._OLWH6 {
|
|
940
979
|
width: 100%;
|
|
@@ -1027,15 +1066,19 @@ Just for future references:
|
|
|
1027
1066
|
}
|
|
1028
1067
|
|
|
1029
1068
|
._iZe2g {
|
|
1030
|
-
font-
|
|
1031
|
-
font-size:
|
|
1032
|
-
line-height:
|
|
1069
|
+
font-family: var(--font-family-brand);
|
|
1070
|
+
font-size: var(--font-size-200);
|
|
1071
|
+
line-height: var(--font-line-height-200);
|
|
1072
|
+
font-weight: var(--p-font-weight-normal);
|
|
1073
|
+
font-weight: var(--p-font-weight-bold);
|
|
1033
1074
|
color: var(--color-grey-500);
|
|
1034
1075
|
}
|
|
1035
1076
|
|
|
1036
1077
|
._2KsRB {
|
|
1037
|
-
font-
|
|
1038
|
-
|
|
1078
|
+
font-family: var(--font-family-brand);
|
|
1079
|
+
font-size: var(--font-size-200);
|
|
1080
|
+
line-height: var(--font-line-height-200);
|
|
1081
|
+
font-weight: var(--p-font-weight-normal);
|
|
1039
1082
|
flex-grow: 1;
|
|
1040
1083
|
color: var(--color-grey-500);
|
|
1041
1084
|
}
|
|
@@ -1113,12 +1156,13 @@ Just for future references:
|
|
|
1113
1156
|
min-height: 38px;
|
|
1114
1157
|
}
|
|
1115
1158
|
._1eCfd {
|
|
1116
|
-
font-
|
|
1117
|
-
|
|
1159
|
+
font-family: var(--font-family-brand);
|
|
1160
|
+
font-size: var(--font-size-100);
|
|
1161
|
+
line-height: var(--font-line-height-100);
|
|
1162
|
+
font-weight: var(--p-font-weight-normal);
|
|
1118
1163
|
color: var(--color-grey-500);
|
|
1119
1164
|
}
|
|
1120
1165
|
._XcD7g {
|
|
1121
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1122
1166
|
position: absolute;
|
|
1123
1167
|
list-style: none;
|
|
1124
1168
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -1143,14 +1187,15 @@ Just for future references:
|
|
|
1143
1187
|
box-shadow: 0 0 8px var(--color-eggplant-300);
|
|
1144
1188
|
}
|
|
1145
1189
|
._3gsXT {
|
|
1146
|
-
|
|
1190
|
+
font-family: var(--font-family-brand);
|
|
1191
|
+
font-size: var(--font-size-200);
|
|
1192
|
+
line-height: var(--font-line-height-200);
|
|
1193
|
+
font-weight: var(--p-font-weight-normal);
|
|
1194
|
+
font-weight: var(--p-font-weight-bold);
|
|
1147
1195
|
padding: 0;
|
|
1148
1196
|
width: auto;
|
|
1149
1197
|
float: none;
|
|
1150
1198
|
color: var(--color-grey-500);
|
|
1151
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1152
|
-
font-weight: 600;
|
|
1153
|
-
font-size: 14px;
|
|
1154
1199
|
min-height: 16px;
|
|
1155
1200
|
}
|
|
1156
1201
|
|
|
@@ -1160,24 +1205,27 @@ Just for future references:
|
|
|
1160
1205
|
text-overflow: ellipsis;
|
|
1161
1206
|
}
|
|
1162
1207
|
._1sq2y {
|
|
1208
|
+
font-family: var(--font-family-brand);
|
|
1209
|
+
font-size: var(--font-size-100);
|
|
1210
|
+
line-height: var(--font-line-height-100);
|
|
1211
|
+
font-weight: var(--p-font-weight-normal);
|
|
1163
1212
|
color: var(--color-grey-500);
|
|
1164
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1165
|
-
font-weight: 400;
|
|
1166
|
-
font-size: 12px;
|
|
1167
|
-
line-height: 16px;
|
|
1168
1213
|
}
|
|
1169
1214
|
._2EaHy {
|
|
1215
|
+
font-family: var(--font-family-brand);
|
|
1216
|
+
font-size: var(--font-size-100);
|
|
1217
|
+
line-height: var(--font-line-height-100);
|
|
1218
|
+
font-weight: var(--p-font-weight-normal);
|
|
1170
1219
|
color: var(--color-radish-400);
|
|
1171
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1172
|
-
font-weight: 400;
|
|
1173
|
-
font-size: 12px;
|
|
1174
1220
|
}
|
|
1175
1221
|
._3BVGA {
|
|
1176
|
-
|
|
1222
|
+
font-family: var(--font-family-brand);
|
|
1223
|
+
font-size: var(--font-size-200);
|
|
1224
|
+
line-height: var(--font-line-height-200);
|
|
1225
|
+
font-weight: var(--p-font-weight-normal);
|
|
1177
1226
|
line-height: 22px;
|
|
1227
|
+
padding: 7px;
|
|
1178
1228
|
border-radius: 4px;
|
|
1179
|
-
font-size: 14px;
|
|
1180
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1181
1229
|
color: var(--color-grey-500);
|
|
1182
1230
|
box-shadow: none;
|
|
1183
1231
|
border: 1px solid var(--color-grey-200);
|
|
@@ -1226,18 +1274,18 @@ Just for future references:
|
|
|
1226
1274
|
}
|
|
1227
1275
|
|
|
1228
1276
|
._KE6FS {
|
|
1277
|
+
font-family: var(--font-family-brand);
|
|
1278
|
+
font-size: var(--font-size-200);
|
|
1279
|
+
line-height: var(--font-line-height-200);
|
|
1280
|
+
font-weight: var(--p-font-weight-normal);
|
|
1229
1281
|
position: absolute;
|
|
1230
|
-
line-height: 22px;
|
|
1231
1282
|
padding: 8px;
|
|
1232
1283
|
color: var(--color-grey-500);
|
|
1233
1284
|
min-width: 8px;
|
|
1234
1285
|
pointer-events: none;
|
|
1235
|
-
font-size: 14px;
|
|
1236
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1237
1286
|
box-sizing: content-box;
|
|
1238
1287
|
display: flex;
|
|
1239
1288
|
align-items: center;
|
|
1240
|
-
height: 22px;
|
|
1241
1289
|
top: 0;
|
|
1242
1290
|
bottom: 0;
|
|
1243
1291
|
margin-top: auto;
|
|
@@ -1251,18 +1299,18 @@ Just for future references:
|
|
|
1251
1299
|
}
|
|
1252
1300
|
|
|
1253
1301
|
._1Zl92 {
|
|
1302
|
+
font-family: var(--font-family-brand);
|
|
1303
|
+
font-size: var(--font-size-200);
|
|
1304
|
+
line-height: var(--font-line-height-200);
|
|
1305
|
+
font-weight: var(--p-font-weight-normal);
|
|
1254
1306
|
position: absolute;
|
|
1255
|
-
line-height: 22px;
|
|
1256
1307
|
padding: 8px;
|
|
1257
1308
|
color: var(--color-grey-500);
|
|
1258
1309
|
min-width: 8px;
|
|
1259
1310
|
pointer-events: none;
|
|
1260
|
-
font-size: 14px;
|
|
1261
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1262
1311
|
box-sizing: content-box;
|
|
1263
1312
|
display: flex;
|
|
1264
1313
|
align-items: center;
|
|
1265
|
-
height: 22px;
|
|
1266
1314
|
top: 0;
|
|
1267
1315
|
bottom: 0;
|
|
1268
1316
|
margin-top: auto;
|
|
@@ -1275,7 +1323,6 @@ Just for future references:
|
|
|
1275
1323
|
color: var(--color-grey-400);
|
|
1276
1324
|
}
|
|
1277
1325
|
._2aZGZ {
|
|
1278
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1279
1326
|
list-style: none;
|
|
1280
1327
|
margin: -20px;
|
|
1281
1328
|
padding: 0;
|
|
@@ -1306,10 +1353,12 @@ Just for future references:
|
|
|
1306
1353
|
color: var(--color-grey-400);
|
|
1307
1354
|
}
|
|
1308
1355
|
._3zhrP {
|
|
1356
|
+
font-family: var(--font-family-brand);
|
|
1357
|
+
font-size: var(--font-size-200);
|
|
1358
|
+
line-height: var(--font-line-height-200);
|
|
1359
|
+
font-weight: var(--p-font-weight-normal);
|
|
1309
1360
|
color: var(--color-grey-400);
|
|
1310
1361
|
padding: 12px;
|
|
1311
|
-
font-size: 14px;
|
|
1312
|
-
line-height: 20px;
|
|
1313
1362
|
display: flex;
|
|
1314
1363
|
white-space: nowrap;
|
|
1315
1364
|
gap: 8px;
|
|
@@ -1333,59 +1382,66 @@ Just for future references:
|
|
|
1333
1382
|
outline: none;
|
|
1334
1383
|
}
|
|
1335
1384
|
h1._32amZ {
|
|
1336
|
-
font-
|
|
1337
|
-
|
|
1338
|
-
|
|
1385
|
+
font-family: var(--font-family-brand);
|
|
1386
|
+
font-size: var(--font-size-600);
|
|
1387
|
+
line-height: var(--font-line-height-600);
|
|
1388
|
+
font-weight: var(--p-font-weight-bold);
|
|
1339
1389
|
}
|
|
1340
1390
|
|
|
1341
1391
|
h2._32amZ {
|
|
1342
|
-
font-
|
|
1343
|
-
|
|
1344
|
-
|
|
1392
|
+
font-family: var(--font-family-brand);
|
|
1393
|
+
font-size: var(--font-size-500);
|
|
1394
|
+
line-height: var(--font-line-height-500);
|
|
1395
|
+
font-weight: var(--p-font-weight-bold);
|
|
1345
1396
|
}
|
|
1346
1397
|
|
|
1347
1398
|
h3._32amZ {
|
|
1348
|
-
font-
|
|
1349
|
-
|
|
1350
|
-
|
|
1399
|
+
font-family: var(--font-family-brand);
|
|
1400
|
+
font-size: var(--font-size-400);
|
|
1401
|
+
line-height: var(--font-line-height-400);
|
|
1402
|
+
font-weight: var(--p-font-weight-bold);
|
|
1351
1403
|
}
|
|
1352
1404
|
|
|
1353
1405
|
h4._32amZ {
|
|
1354
|
-
font-
|
|
1355
|
-
|
|
1356
|
-
|
|
1406
|
+
font-family: var(--font-family-brand);
|
|
1407
|
+
font-size: var(--font-size-400);
|
|
1408
|
+
line-height: var(--font-line-height-400);
|
|
1409
|
+
font-weight: var(--p-font-weight-normal);
|
|
1357
1410
|
color: var(--color-grey-400);
|
|
1358
1411
|
}
|
|
1359
1412
|
|
|
1360
1413
|
h5._32amZ {
|
|
1361
|
-
font-
|
|
1362
|
-
|
|
1363
|
-
|
|
1414
|
+
font-family: var(--font-family-brand);
|
|
1415
|
+
font-size: var(--font-size-300);
|
|
1416
|
+
line-height: var(--font-line-height-300);
|
|
1417
|
+
font-weight: var(--p-font-weight-normal);
|
|
1364
1418
|
color: var(--color-grey-400);
|
|
1365
1419
|
}
|
|
1366
1420
|
|
|
1367
1421
|
._32amZ {
|
|
1368
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1369
1422
|
color: var(--color-grey-500);
|
|
1370
1423
|
margin: 0;
|
|
1371
1424
|
}
|
|
1372
1425
|
._ayJRy {
|
|
1373
|
-
font-
|
|
1374
|
-
|
|
1375
|
-
|
|
1426
|
+
font-family: var(--font-family-brand);
|
|
1427
|
+
font-size: var(--font-size-200);
|
|
1428
|
+
line-height: var(--font-line-height-200);
|
|
1429
|
+
font-weight: var(--p-font-weight-normal);
|
|
1376
1430
|
}
|
|
1377
1431
|
._3g1gi {
|
|
1378
|
-
font-
|
|
1379
|
-
|
|
1380
|
-
|
|
1432
|
+
font-family: var(--font-family-brand);
|
|
1433
|
+
font-size: var(--font-size-100);
|
|
1434
|
+
line-height: var(--font-line-height-100);
|
|
1435
|
+
font-weight: var(--p-font-weight-normal);
|
|
1381
1436
|
}
|
|
1382
1437
|
._20Phg {
|
|
1383
|
-
font-
|
|
1384
|
-
|
|
1385
|
-
|
|
1438
|
+
font-family: var(--font-family-brand);
|
|
1439
|
+
font-size: var(--font-size-700);
|
|
1440
|
+
line-height: var(--font-line-height-700);
|
|
1441
|
+
font-weight: var(--p-font-weight-bold);
|
|
1386
1442
|
}
|
|
1387
1443
|
._A0AyZ {
|
|
1388
|
-
font-weight:
|
|
1444
|
+
font-weight: var(--p-font-weight-bold);
|
|
1389
1445
|
}
|
|
1390
1446
|
._3jayQ {
|
|
1391
1447
|
font-style: italic;
|
|
@@ -1481,15 +1537,16 @@ h5._32amZ {
|
|
|
1481
1537
|
text-transform: uppercase;
|
|
1482
1538
|
}
|
|
1483
1539
|
._12zfd {
|
|
1540
|
+
font-family: var(--font-family-brand);
|
|
1541
|
+
font-size: var(--font-size-200);
|
|
1542
|
+
line-height: var(--font-line-height-200);
|
|
1543
|
+
font-weight: var(--p-font-weight-normal);
|
|
1484
1544
|
display: flex;
|
|
1485
1545
|
gap: 8px;
|
|
1486
1546
|
border-radius: 4px;
|
|
1487
1547
|
text-decoration: none;
|
|
1488
1548
|
color: var(--color-grey-500);
|
|
1489
1549
|
padding: 8px;
|
|
1490
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1491
|
-
font-size: 14px;
|
|
1492
|
-
line-height: 16px;
|
|
1493
1550
|
align-items: center;
|
|
1494
1551
|
border: 1px solid transparent;
|
|
1495
1552
|
}
|
|
@@ -1513,8 +1570,11 @@ h5._32amZ {
|
|
|
1513
1570
|
max-width: 1000px;
|
|
1514
1571
|
}
|
|
1515
1572
|
._EtQ8V {
|
|
1573
|
+
font-family: var(--font-family-brand);
|
|
1574
|
+
font-size: var(--font-size-200);
|
|
1575
|
+
line-height: var(--font-line-height-200);
|
|
1576
|
+
font-weight: var(--p-font-weight-normal);
|
|
1516
1577
|
color: var(--color-white);
|
|
1517
|
-
font-size: 14px;
|
|
1518
1578
|
padding: 16px;
|
|
1519
1579
|
text-align: center;
|
|
1520
1580
|
}
|
|
@@ -1533,14 +1593,16 @@ h5._32amZ {
|
|
|
1533
1593
|
height: 48px;
|
|
1534
1594
|
}
|
|
1535
1595
|
._2u-Hw {
|
|
1596
|
+
font-family: var(--font-family-brand);
|
|
1597
|
+
font-size: var(--font-size-100);
|
|
1598
|
+
line-height: var(--font-line-height-100);
|
|
1599
|
+
font-weight: var(--p-font-weight-normal);
|
|
1536
1600
|
top: 50%;
|
|
1537
1601
|
left: 50%;
|
|
1538
1602
|
width: 100%;
|
|
1539
1603
|
text-align: center;
|
|
1540
1604
|
position: absolute;
|
|
1541
1605
|
transform: translate(-50%, -50%);
|
|
1542
|
-
font-size: 12px;
|
|
1543
|
-
font-weight: 400;
|
|
1544
1606
|
color: var(--color-grey-500);
|
|
1545
1607
|
}
|
|
1546
1608
|
._ORvUI {
|
|
@@ -1566,7 +1628,7 @@ h5._32amZ {
|
|
|
1566
1628
|
display: flex;
|
|
1567
1629
|
justify-content: space-around;
|
|
1568
1630
|
color: var(--color-grey-500);
|
|
1569
|
-
font-family:
|
|
1631
|
+
font-family: var(--font-family-brand);
|
|
1570
1632
|
}
|
|
1571
1633
|
._WwXRR {
|
|
1572
1634
|
background: var(--color-grey-100);
|
|
@@ -1765,11 +1827,11 @@ h5._32amZ {
|
|
|
1765
1827
|
opacity: 0;
|
|
1766
1828
|
}
|
|
1767
1829
|
._2iRIU {
|
|
1768
|
-
font-
|
|
1769
|
-
|
|
1830
|
+
font-family: var(--font-family-brand);
|
|
1831
|
+
font-size: var(--font-size-500);
|
|
1832
|
+
line-height: var(--font-line-height-500);
|
|
1833
|
+
font-weight: var(--p-font-weight-bold);
|
|
1770
1834
|
color: var(--color-grey-500);
|
|
1771
|
-
font-weight: 600;
|
|
1772
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1773
1835
|
padding: 0;
|
|
1774
1836
|
}
|
|
1775
1837
|
._1rw24 {
|
|
@@ -1781,10 +1843,11 @@ h5._32amZ {
|
|
|
1781
1843
|
}
|
|
1782
1844
|
|
|
1783
1845
|
._3UWdF {
|
|
1784
|
-
font-
|
|
1785
|
-
|
|
1846
|
+
font-family: var(--font-family-brand);
|
|
1847
|
+
font-size: var(--font-size-400);
|
|
1848
|
+
line-height: var(--font-line-height-400);
|
|
1849
|
+
font-weight: var(--p-font-weight-normal);
|
|
1786
1850
|
color: var(--color-grey-400);
|
|
1787
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1788
1851
|
}
|
|
1789
1852
|
/**
|
|
1790
1853
|
* This is for adding a shadow when the body is scrollable.
|
|
@@ -1792,10 +1855,11 @@ h5._32amZ {
|
|
|
1792
1855
|
* There is a cleaner solution using background-attachment (https://lea.verou.me/2012/04/background-attachment-local/) but I had some issues in Chrome using that approach
|
|
1793
1856
|
*/
|
|
1794
1857
|
._vu6lH {
|
|
1858
|
+
font-family: var(--font-family-brand);
|
|
1859
|
+
font-size: var(--font-size-200);
|
|
1860
|
+
line-height: var(--font-line-height-200);
|
|
1861
|
+
font-weight: var(--p-font-weight-normal);
|
|
1795
1862
|
overflow: auto;
|
|
1796
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1797
|
-
font-size: 14px;
|
|
1798
|
-
line-height: 16px;
|
|
1799
1863
|
position: relative;
|
|
1800
1864
|
padding: 0 8px 0 8px;
|
|
1801
1865
|
}
|
|
@@ -1835,7 +1899,7 @@ h5._32amZ {
|
|
|
1835
1899
|
}
|
|
1836
1900
|
._31ArE {
|
|
1837
1901
|
--rdp-cell-size: 37px;
|
|
1838
|
-
--rdp-caption-font-size:
|
|
1902
|
+
--rdp-caption-font-size: var(--font-size-300);
|
|
1839
1903
|
--rdp-accent-color: var(--color-tangerine-200);
|
|
1840
1904
|
--rdp-background-color: var(--color-grey-100);
|
|
1841
1905
|
--rdp-accent-color-dark: var(--color-tangerine-400);
|
|
@@ -1863,14 +1927,16 @@ h5._32amZ {
|
|
|
1863
1927
|
}
|
|
1864
1928
|
|
|
1865
1929
|
._3YRyk {
|
|
1930
|
+
font-family: var(--font-family-brand);
|
|
1931
|
+
font-size: var(--font-size-200);
|
|
1932
|
+
line-height: var(--font-line-height-200);
|
|
1933
|
+
font-weight: var(--p-font-weight-normal);
|
|
1866
1934
|
vertical-align: middle;
|
|
1867
1935
|
text-align: center;
|
|
1868
1936
|
height: 100%;
|
|
1869
1937
|
height: var(--rdp-cell-size);
|
|
1870
1938
|
padding: 0;
|
|
1871
1939
|
color: var(--color-grey-400);
|
|
1872
|
-
font-size: 14px;
|
|
1873
|
-
font-weight: 400;
|
|
1874
1940
|
background: none;
|
|
1875
1941
|
border: none;
|
|
1876
1942
|
}
|
|
@@ -1912,7 +1978,7 @@ h5._32amZ {
|
|
|
1912
1978
|
}
|
|
1913
1979
|
._14V7C {
|
|
1914
1980
|
--rdp-cell-size: 37px;
|
|
1915
|
-
--rdp-caption-font-size:
|
|
1981
|
+
--rdp-caption-font-size: var(--font-size-300);
|
|
1916
1982
|
--rdp-accent-color: var(--color-tangerine-200);
|
|
1917
1983
|
--rdp-background-color: var(--color-grey-100);
|
|
1918
1984
|
--rdp-accent-color-dark: var(--color-tangerine-400);
|
|
@@ -1940,14 +2006,16 @@ h5._32amZ {
|
|
|
1940
2006
|
}
|
|
1941
2007
|
|
|
1942
2008
|
._2AdsD {
|
|
2009
|
+
font-family: var(--font-family-brand);
|
|
2010
|
+
font-size: var(--font-size-200);
|
|
2011
|
+
line-height: var(--font-line-height-200);
|
|
2012
|
+
font-weight: var(--p-font-weight-normal);
|
|
1943
2013
|
vertical-align: middle;
|
|
1944
2014
|
text-align: center;
|
|
1945
2015
|
height: 100%;
|
|
1946
2016
|
height: var(--rdp-cell-size);
|
|
1947
2017
|
padding: 0;
|
|
1948
2018
|
color: var(--color-grey-400);
|
|
1949
|
-
font-size: 14px;
|
|
1950
|
-
font-weight: 400;
|
|
1951
2019
|
background: none;
|
|
1952
2020
|
border: none;
|
|
1953
2021
|
}
|
|
@@ -2148,14 +2216,16 @@ input:disabled + ._2W10t::after {
|
|
|
2148
2216
|
height: 100%;
|
|
2149
2217
|
}
|
|
2150
2218
|
._1-1WW input {
|
|
2219
|
+
font-family: var(--font-family-brand);
|
|
2220
|
+
font-size: var(--font-size-200);
|
|
2221
|
+
line-height: var(--font-line-height-200);
|
|
2222
|
+
font-weight: var(--p-font-weight-normal);
|
|
2151
2223
|
border: 1px solid transparent;
|
|
2152
2224
|
display: flex;
|
|
2153
2225
|
justify-content: flex-end;
|
|
2154
2226
|
background: transparent;
|
|
2155
2227
|
padding: 16px;
|
|
2156
2228
|
width: 100%;
|
|
2157
|
-
font-size: 14px;
|
|
2158
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2159
2229
|
border-radius: 0;
|
|
2160
2230
|
}
|
|
2161
2231
|
._1-1WW input:focus {
|
|
@@ -2462,8 +2532,11 @@ input:disabled + ._2W10t::after {
|
|
|
2462
2532
|
max-width: 667px;
|
|
2463
2533
|
}
|
|
2464
2534
|
._1b3C0 {
|
|
2535
|
+
font-family: var(--font-family-brand);
|
|
2536
|
+
font-size: var(--font-size-200);
|
|
2537
|
+
line-height: var(--font-line-height-200);
|
|
2538
|
+
font-weight: var(--p-font-weight-normal);
|
|
2465
2539
|
color: var(--color-grey-500);
|
|
2466
|
-
font-size: 12px;
|
|
2467
2540
|
text-align: center;
|
|
2468
2541
|
}
|
|
2469
2542
|
._3q5OJ {
|
|
@@ -2501,10 +2574,12 @@ input:disabled + ._2W10t::after {
|
|
|
2501
2574
|
width: 336px;
|
|
2502
2575
|
}
|
|
2503
2576
|
._2UNAw {
|
|
2577
|
+
font-family: var(--font-family-brand);
|
|
2578
|
+
font-size: var(--font-size-200);
|
|
2579
|
+
line-height: var(--font-line-height-200);
|
|
2580
|
+
font-weight: var(--p-font-weight-normal);
|
|
2504
2581
|
width: 200px;
|
|
2505
2582
|
border-radius: 0px;
|
|
2506
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2507
|
-
font-size: 14px;
|
|
2508
2583
|
color: var(--color-grey-500);
|
|
2509
2584
|
padding-left: 13px;
|
|
2510
2585
|
height: 38px;
|
|
@@ -2556,16 +2631,17 @@ input:disabled + ._2W10t::after {
|
|
|
2556
2631
|
display: flex;
|
|
2557
2632
|
}
|
|
2558
2633
|
._9hSoW {
|
|
2559
|
-
font-family:
|
|
2560
|
-
font-
|
|
2561
|
-
|
|
2634
|
+
font-family: var(--font-family-brand);
|
|
2635
|
+
font-size: var(--font-size-200);
|
|
2636
|
+
line-height: var(--font-line-height-200);
|
|
2637
|
+
font-weight: var(--p-font-weight-normal);
|
|
2638
|
+
font-weight: var(--p-font-weight-bold);
|
|
2562
2639
|
position: relative;
|
|
2563
2640
|
background-color: var(--color-grey-100);
|
|
2564
2641
|
color: var(--color-grey-500);
|
|
2565
2642
|
border-style: solid;
|
|
2566
2643
|
border-color: var(--color-grey-200);
|
|
2567
|
-
|
|
2568
|
-
padding: 8px 12px;
|
|
2644
|
+
padding: 9px 12px;
|
|
2569
2645
|
min-width: 38px;
|
|
2570
2646
|
height: 38px;
|
|
2571
2647
|
cursor: pointer;
|
|
@@ -2649,18 +2725,19 @@ input:disabled + ._2W10t::after {
|
|
|
2649
2725
|
._3Sc6g {
|
|
2650
2726
|
margin-bottom: 12px;
|
|
2651
2727
|
color: var(--color-grey-500);
|
|
2652
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2653
2728
|
}
|
|
2654
2729
|
._39X-5 {
|
|
2655
|
-
|
|
2656
|
-
font-size:
|
|
2657
|
-
|
|
2730
|
+
font-family: var(--font-family-brand);
|
|
2731
|
+
font-size: var(--font-size-400);
|
|
2732
|
+
line-height: var(--font-line-height-400);
|
|
2733
|
+
font-weight: var(--p-font-weight-bold);
|
|
2658
2734
|
margin: 0;
|
|
2659
2735
|
}
|
|
2660
2736
|
._pwBR_ {
|
|
2661
|
-
|
|
2662
|
-
font-size:
|
|
2663
|
-
|
|
2737
|
+
font-family: var(--font-family-brand);
|
|
2738
|
+
font-size: var(--font-size-200);
|
|
2739
|
+
line-height: var(--font-line-height-200);
|
|
2740
|
+
font-weight: var(--p-font-weight-normal);
|
|
2664
2741
|
margin: 0;
|
|
2665
2742
|
}
|
|
2666
2743
|
._PFp2d {
|
|
@@ -2684,9 +2761,10 @@ input:disabled + ._2W10t::after {
|
|
|
2684
2761
|
background-color: var(--color-white);
|
|
2685
2762
|
}
|
|
2686
2763
|
._eyfGn textarea {
|
|
2687
|
-
|
|
2688
|
-
font-size:
|
|
2689
|
-
|
|
2764
|
+
font-family: var(--font-family-brand);
|
|
2765
|
+
font-size: var(--font-size-200);
|
|
2766
|
+
line-height: var(--font-line-height-200);
|
|
2767
|
+
font-weight: var(--p-font-weight-normal);
|
|
2690
2768
|
color: var(--color-grey-500);
|
|
2691
2769
|
margin: 0;
|
|
2692
2770
|
border: none;
|
|
@@ -2731,12 +2809,16 @@ input:disabled + ._2W10t::after {
|
|
|
2731
2809
|
cursor: pointer;
|
|
2732
2810
|
}
|
|
2733
2811
|
._W4HpY {
|
|
2812
|
+
font-family: var(--font-family-brand);
|
|
2813
|
+
font-size: var(--font-size-200);
|
|
2814
|
+
line-height: var(--font-line-height-200);
|
|
2815
|
+
font-weight: var(--p-font-weight-normal);
|
|
2816
|
+
font-weight: var(--p-font-weight-bold);
|
|
2817
|
+
color: var(--color-grey-500);
|
|
2734
2818
|
display: flex;
|
|
2735
2819
|
align-items: center;
|
|
2736
2820
|
justify-content: center;
|
|
2737
2821
|
background-color: var(--color-white);
|
|
2738
|
-
font-size: 14px;
|
|
2739
|
-
font-weight: 600;
|
|
2740
2822
|
padding: 8px;
|
|
2741
2823
|
border: 1px solid var(--color-grey-200);
|
|
2742
2824
|
border-radius: 25px;
|
|
@@ -2744,7 +2826,6 @@ input:disabled + ._2W10t::after {
|
|
|
2744
2826
|
min-width: 60px;
|
|
2745
2827
|
text-align: center;
|
|
2746
2828
|
vertical-align: middle;
|
|
2747
|
-
color: var(--color-grey-500);
|
|
2748
2829
|
-webkit-user-select: none;
|
|
2749
2830
|
-moz-user-select: none;
|
|
2750
2831
|
user-select: none;
|
|
@@ -2781,14 +2862,15 @@ input:focus-visible + ._W4HpY {
|
|
|
2781
2862
|
outline: none;
|
|
2782
2863
|
}
|
|
2783
2864
|
._3QyeH {
|
|
2784
|
-
|
|
2865
|
+
font-family: var(--font-family-brand);
|
|
2866
|
+
font-size: var(--font-size-200);
|
|
2867
|
+
line-height: var(--font-line-height-200);
|
|
2868
|
+
font-weight: var(--p-font-weight-normal);
|
|
2869
|
+
font-weight: var(--p-font-weight-bold);
|
|
2785
2870
|
padding: 0;
|
|
2786
2871
|
width: auto;
|
|
2787
2872
|
float: none;
|
|
2788
2873
|
color: var(--color-grey-500);
|
|
2789
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2790
|
-
font-weight: 600;
|
|
2791
|
-
font-size: 14px;
|
|
2792
2874
|
min-height: 16px;
|
|
2793
2875
|
}
|
|
2794
2876
|
|
|
@@ -2799,25 +2881,27 @@ input:focus-visible + ._W4HpY {
|
|
|
2799
2881
|
}
|
|
2800
2882
|
|
|
2801
2883
|
._thT22 {
|
|
2802
|
-
|
|
2884
|
+
font-family: var(--font-family-brand);
|
|
2885
|
+
font-size: var(--font-size-200);
|
|
2886
|
+
line-height: var(--font-line-height-200);
|
|
2887
|
+
font-weight: var(--p-font-weight-normal);
|
|
2888
|
+
font-weight: var(--p-font-weight-bold);
|
|
2803
2889
|
padding: 0;
|
|
2804
2890
|
width: auto;
|
|
2805
2891
|
float: none;
|
|
2806
2892
|
color: var(--color-grey-500);
|
|
2807
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2808
|
-
font-weight: 600;
|
|
2809
|
-
font-size: 14px;
|
|
2810
2893
|
min-height: 16px;
|
|
2811
2894
|
}
|
|
2812
2895
|
._3hIRY {
|
|
2813
|
-
|
|
2896
|
+
font-family: var(--font-family-brand);
|
|
2897
|
+
font-size: var(--font-size-200);
|
|
2898
|
+
line-height: var(--font-line-height-200);
|
|
2899
|
+
font-weight: var(--p-font-weight-normal);
|
|
2900
|
+
font-weight: var(--p-font-weight-bold);
|
|
2814
2901
|
padding: 0;
|
|
2815
2902
|
width: auto;
|
|
2816
2903
|
float: none;
|
|
2817
2904
|
color: var(--color-grey-500);
|
|
2818
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2819
|
-
font-weight: 600;
|
|
2820
|
-
font-size: 14px;
|
|
2821
2905
|
min-height: 16px;
|
|
2822
2906
|
}
|
|
2823
2907
|
|
|
@@ -2828,11 +2912,11 @@ input:focus-visible + ._W4HpY {
|
|
|
2828
2912
|
}
|
|
2829
2913
|
|
|
2830
2914
|
._2RJol {
|
|
2915
|
+
font-family: var(--font-family-brand);
|
|
2916
|
+
font-size: var(--font-size-100);
|
|
2917
|
+
line-height: var(--font-line-height-100);
|
|
2918
|
+
font-weight: var(--p-font-weight-normal);
|
|
2831
2919
|
color: var(--color-grey-500);
|
|
2832
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2833
|
-
font-weight: 400;
|
|
2834
|
-
font-size: 12px;
|
|
2835
|
-
line-height: 16px;
|
|
2836
2920
|
}
|
|
2837
2921
|
|
|
2838
2922
|
._1md_9 {
|
|
@@ -2880,25 +2964,26 @@ input:checked ~ ._3mCob {
|
|
|
2880
2964
|
pointer-events: none;
|
|
2881
2965
|
}
|
|
2882
2966
|
._kl23S {
|
|
2883
|
-
|
|
2967
|
+
font-family: var(--font-family-brand);
|
|
2968
|
+
font-size: var(--font-size-200);
|
|
2969
|
+
line-height: var(--font-line-height-200);
|
|
2970
|
+
font-weight: var(--p-font-weight-normal);
|
|
2971
|
+
font-weight: var(--p-font-weight-bold);
|
|
2884
2972
|
padding: 0;
|
|
2885
2973
|
width: auto;
|
|
2886
2974
|
float: none;
|
|
2887
2975
|
color: var(--color-grey-500);
|
|
2888
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2889
|
-
font-weight: 600;
|
|
2890
|
-
font-size: 14px;
|
|
2891
2976
|
min-height: 16px;
|
|
2892
2977
|
}
|
|
2893
2978
|
._2-e0g {
|
|
2894
2979
|
color: var(--color-grey-300);
|
|
2895
2980
|
}
|
|
2896
2981
|
._2CvoH {
|
|
2982
|
+
font-family: var(--font-family-brand);
|
|
2983
|
+
font-size: var(--font-size-100);
|
|
2984
|
+
line-height: var(--font-line-height-100);
|
|
2985
|
+
font-weight: var(--p-font-weight-normal);
|
|
2897
2986
|
color: var(--color-grey-500);
|
|
2898
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2899
|
-
font-weight: 400;
|
|
2900
|
-
font-size: 12px;
|
|
2901
|
-
line-height: 16px;
|
|
2902
2987
|
}
|
|
2903
2988
|
._2l2PZ {
|
|
2904
2989
|
color: var(--color-grey-300);
|
|
@@ -2967,11 +3052,13 @@ input:disabled + ._1aaPx::after {
|
|
|
2967
3052
|
top: 4px;
|
|
2968
3053
|
}
|
|
2969
3054
|
._2XkkE {
|
|
2970
|
-
|
|
3055
|
+
font-family: var(--font-family-brand);
|
|
3056
|
+
font-size: var(--font-size-200);
|
|
3057
|
+
line-height: var(--font-line-height-200);
|
|
3058
|
+
font-weight: var(--p-font-weight-normal);
|
|
2971
3059
|
line-height: 22px;
|
|
3060
|
+
padding: 7px;
|
|
2972
3061
|
border-radius: 4px;
|
|
2973
|
-
font-size: 14px;
|
|
2974
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2975
3062
|
color: var(--color-grey-500);
|
|
2976
3063
|
box-shadow: none;
|
|
2977
3064
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3020,17 +3107,18 @@ input:disabled + ._1aaPx::after {
|
|
|
3020
3107
|
}
|
|
3021
3108
|
._1XvvK {
|
|
3022
3109
|
color: var(--color-grey-200);
|
|
3023
|
-
font-family:
|
|
3110
|
+
font-family: var(--font-family-brand);
|
|
3024
3111
|
}
|
|
3025
3112
|
|
|
3026
3113
|
._1cNVk {
|
|
3027
3114
|
color: var(--color-grey-400);
|
|
3028
|
-
font-family:
|
|
3115
|
+
font-family: var(--font-family-brand);
|
|
3029
3116
|
}
|
|
3030
3117
|
._12jq3 {
|
|
3031
|
-
font-family:
|
|
3032
|
-
font-
|
|
3033
|
-
|
|
3118
|
+
font-family: var(--font-family-brand);
|
|
3119
|
+
font-size: var(--font-size-200);
|
|
3120
|
+
line-height: var(--font-line-height-200);
|
|
3121
|
+
font-weight: var(--p-font-weight-normal);
|
|
3034
3122
|
color: var(--color-grey-400);
|
|
3035
3123
|
display: flex;
|
|
3036
3124
|
flex-direction: column;
|
|
@@ -3038,11 +3126,13 @@ input:disabled + ._1aaPx::after {
|
|
|
3038
3126
|
padding: 8px 12px;
|
|
3039
3127
|
}
|
|
3040
3128
|
._10EFd, ._33Mhr {
|
|
3041
|
-
|
|
3129
|
+
font-family: var(--font-family-brand);
|
|
3130
|
+
font-size: var(--font-size-200);
|
|
3131
|
+
line-height: var(--font-line-height-200);
|
|
3132
|
+
font-weight: var(--p-font-weight-normal);
|
|
3042
3133
|
line-height: 22px;
|
|
3134
|
+
padding: 7px;
|
|
3043
3135
|
border-radius: 4px;
|
|
3044
|
-
font-size: 14px;
|
|
3045
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3046
3136
|
color: var(--color-grey-500);
|
|
3047
3137
|
box-shadow: none;
|
|
3048
3138
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3083,11 +3173,13 @@ input:disabled + ._1aaPx::after {
|
|
|
3083
3173
|
width: 100%;
|
|
3084
3174
|
}
|
|
3085
3175
|
._vgwnU, ._LZvMX input, ._LZvMX {
|
|
3086
|
-
|
|
3176
|
+
font-family: var(--font-family-brand);
|
|
3177
|
+
font-size: var(--font-size-200);
|
|
3178
|
+
line-height: var(--font-line-height-200);
|
|
3179
|
+
font-weight: var(--p-font-weight-normal);
|
|
3087
3180
|
line-height: 22px;
|
|
3181
|
+
padding: 7px;
|
|
3088
3182
|
border-radius: 4px;
|
|
3089
|
-
font-size: 14px;
|
|
3090
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3091
3183
|
color: var(--color-grey-500);
|
|
3092
3184
|
box-shadow: none;
|
|
3093
3185
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3151,7 +3243,7 @@ input:disabled + ._1aaPx::after {
|
|
|
3151
3243
|
}
|
|
3152
3244
|
._9qjsN {
|
|
3153
3245
|
--rdp-cell-size: 37px;
|
|
3154
|
-
--rdp-caption-font-size:
|
|
3246
|
+
--rdp-caption-font-size: var(--font-size-300);
|
|
3155
3247
|
--rdp-accent-color: var(--color-tangerine-200);
|
|
3156
3248
|
--rdp-background-color: var(--color-grey-100);
|
|
3157
3249
|
--rdp-accent-color-dark: var(--color-tangerine-400);
|
|
@@ -3179,14 +3271,16 @@ input:disabled + ._1aaPx::after {
|
|
|
3179
3271
|
}
|
|
3180
3272
|
|
|
3181
3273
|
._2x1hd {
|
|
3274
|
+
font-family: var(--font-family-brand);
|
|
3275
|
+
font-size: var(--font-size-200);
|
|
3276
|
+
line-height: var(--font-line-height-200);
|
|
3277
|
+
font-weight: var(--p-font-weight-normal);
|
|
3182
3278
|
vertical-align: middle;
|
|
3183
3279
|
text-align: center;
|
|
3184
3280
|
height: 100%;
|
|
3185
3281
|
height: var(--rdp-cell-size);
|
|
3186
3282
|
padding: 0;
|
|
3187
3283
|
color: var(--color-grey-400);
|
|
3188
|
-
font-size: 14px;
|
|
3189
|
-
font-weight: 400;
|
|
3190
3284
|
background: none;
|
|
3191
3285
|
border: none;
|
|
3192
3286
|
}
|
|
@@ -3245,11 +3339,13 @@ input:disabled + ._1aaPx::after {
|
|
|
3245
3339
|
color: var(--color-grey-200);
|
|
3246
3340
|
}
|
|
3247
3341
|
._pPDKc, ._rSyiE input, ._rSyiE {
|
|
3248
|
-
|
|
3342
|
+
font-family: var(--font-family-brand);
|
|
3343
|
+
font-size: var(--font-size-200);
|
|
3344
|
+
line-height: var(--font-line-height-200);
|
|
3345
|
+
font-weight: var(--p-font-weight-normal);
|
|
3249
3346
|
line-height: 22px;
|
|
3347
|
+
padding: 7px;
|
|
3250
3348
|
border-radius: 4px;
|
|
3251
|
-
font-size: 14px;
|
|
3252
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3253
3349
|
color: var(--color-grey-500);
|
|
3254
3350
|
box-shadow: none;
|
|
3255
3351
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3312,15 +3408,17 @@ input:disabled + ._1aaPx::after {
|
|
|
3312
3408
|
border-top-right-radius: 4px;
|
|
3313
3409
|
}
|
|
3314
3410
|
._2K8Ob {
|
|
3315
|
-
|
|
3411
|
+
font-family: var(--font-family-brand);
|
|
3412
|
+
font-size: var(--font-size-200);
|
|
3413
|
+
line-height: var(--font-line-height-200);
|
|
3414
|
+
font-weight: var(--p-font-weight-normal);
|
|
3415
|
+
background-color: var(--color-white);
|
|
3316
3416
|
position: absolute;
|
|
3317
3417
|
height: 36px;
|
|
3318
3418
|
margin-top: 1px;
|
|
3319
3419
|
align-items: center;
|
|
3320
3420
|
display: flex;
|
|
3321
3421
|
pointer-events: none;
|
|
3322
|
-
font-size: 14px;
|
|
3323
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3324
3422
|
color: var(--color-grey-500);
|
|
3325
3423
|
}
|
|
3326
3424
|
._1uJbR {
|
|
@@ -3328,7 +3426,7 @@ input:disabled + ._1aaPx::after {
|
|
|
3328
3426
|
display: flex;
|
|
3329
3427
|
}
|
|
3330
3428
|
._Fc99X {
|
|
3331
|
-
font-size:
|
|
3429
|
+
font-size: var(--font-size-200);
|
|
3332
3430
|
}
|
|
3333
3431
|
|
|
3334
3432
|
input._1zowl {
|
|
@@ -3371,11 +3469,11 @@ input._1zowl {
|
|
|
3371
3469
|
background-color: var(--color-grey-100);
|
|
3372
3470
|
}
|
|
3373
3471
|
._IHf11 {
|
|
3374
|
-
font-size:
|
|
3472
|
+
font-size: var(--font-size-200);
|
|
3375
3473
|
height: 33px;
|
|
3376
3474
|
}
|
|
3377
3475
|
._1KMRs {
|
|
3378
|
-
font-size:
|
|
3476
|
+
font-size: var(--font-size-200);
|
|
3379
3477
|
}
|
|
3380
3478
|
@charset "UTF-8";
|
|
3381
3479
|
._M2doN {
|
|
@@ -4374,17 +4472,18 @@ input._1zowl {
|
|
|
4374
4472
|
background-image: url(./flags/zw.svg);
|
|
4375
4473
|
}
|
|
4376
4474
|
._1QLaK {
|
|
4475
|
+
font-family: var(--font-family-brand);
|
|
4476
|
+
font-size: var(--font-size-100);
|
|
4477
|
+
line-height: var(--font-line-height-100);
|
|
4478
|
+
font-weight: var(--p-font-weight-normal);
|
|
4377
4479
|
display: inline-flex;
|
|
4378
4480
|
background-color: var(--color-tangerine-400);
|
|
4379
4481
|
height: 20px;
|
|
4380
4482
|
min-width: 20px;
|
|
4381
4483
|
color: var(--color-white);
|
|
4382
4484
|
text-align: center;
|
|
4383
|
-
line-height: 20px;
|
|
4384
4485
|
border-radius: 20px;
|
|
4385
|
-
font-size: 12px;
|
|
4386
4486
|
box-sizing: border-box;
|
|
4387
|
-
font-weight: normal;
|
|
4388
4487
|
padding: 0 6px;
|
|
4389
4488
|
align-items: center;
|
|
4390
4489
|
border: 1px solid var(--color-white);
|
|
@@ -4409,7 +4508,6 @@ input._1zowl {
|
|
|
4409
4508
|
justify-content: center;
|
|
4410
4509
|
align-items: center;
|
|
4411
4510
|
text-align: center;
|
|
4412
|
-
font-family: "Proxima Nova", sans-serif;
|
|
4413
4511
|
color: var(--color-white);
|
|
4414
4512
|
border-radius: 50%;
|
|
4415
4513
|
width: 20px;
|
|
@@ -4430,36 +4528,48 @@ input._1zowl {
|
|
|
4430
4528
|
object-fit: cover;
|
|
4431
4529
|
}
|
|
4432
4530
|
._o5x6S {
|
|
4531
|
+
font-family: var(--font-family-brand);
|
|
4532
|
+
font-size: var(--font-size-200);
|
|
4533
|
+
line-height: var(--font-line-height-200);
|
|
4534
|
+
font-weight: var(--p-font-weight-normal);
|
|
4433
4535
|
width: 20px;
|
|
4434
4536
|
height: 20px;
|
|
4435
|
-
font-size: 14px;
|
|
4436
4537
|
}
|
|
4437
4538
|
._o5x6S ._NN8-D {
|
|
4438
4539
|
margin-left: 18px;
|
|
4439
4540
|
margin-top: 10px;
|
|
4440
4541
|
}
|
|
4441
4542
|
._VxW5y {
|
|
4543
|
+
font-family: var(--font-family-brand);
|
|
4544
|
+
font-size: var(--font-size-400);
|
|
4545
|
+
line-height: var(--font-line-height-400);
|
|
4546
|
+
font-weight: var(--p-font-weight-normal);
|
|
4442
4547
|
width: 30px;
|
|
4443
4548
|
height: 30px;
|
|
4444
|
-
font-size: 20px;
|
|
4445
4549
|
}
|
|
4446
4550
|
._VxW5y ._NN8-D {
|
|
4447
4551
|
margin-left: 20px;
|
|
4448
4552
|
margin-top: 15px;
|
|
4449
4553
|
}
|
|
4450
4554
|
._ec7jQ {
|
|
4555
|
+
font-family: var(--font-family-brand);
|
|
4556
|
+
font-size: var(--font-size-500);
|
|
4557
|
+
line-height: var(--font-line-height-500);
|
|
4558
|
+
font-weight: var(--p-font-weight-bold);
|
|
4451
4559
|
width: 40px;
|
|
4452
4560
|
height: 40px;
|
|
4453
|
-
font-size: 24px;
|
|
4454
4561
|
}
|
|
4455
4562
|
._ec7jQ ._NN8-D {
|
|
4456
4563
|
margin-left: 23px;
|
|
4457
4564
|
margin-top: 18px;
|
|
4458
4565
|
}
|
|
4459
4566
|
._3VS00 {
|
|
4567
|
+
font-family: var(--font-family-brand);
|
|
4568
|
+
font-size: var(--font-size-600);
|
|
4569
|
+
line-height: var(--font-line-height-600);
|
|
4570
|
+
font-weight: var(--p-font-weight-bold);
|
|
4460
4571
|
width: 80px;
|
|
4461
4572
|
height: 80px;
|
|
4462
|
-
font-size: 24px;
|
|
4463
4573
|
}
|
|
4464
4574
|
._3VS00 ._NN8-D {
|
|
4465
4575
|
margin-left: 55px;
|
|
@@ -4475,11 +4585,13 @@ input._1zowl {
|
|
|
4475
4585
|
padding-top: 25%;
|
|
4476
4586
|
}
|
|
4477
4587
|
._3e7Of {
|
|
4478
|
-
font-
|
|
4479
|
-
font-
|
|
4588
|
+
font-family: var(--font-family-brand);
|
|
4589
|
+
font-size: var(--font-size-100);
|
|
4590
|
+
line-height: var(--font-line-height-100);
|
|
4591
|
+
font-weight: var(--p-font-weight-normal);
|
|
4592
|
+
font-weight: var(--p-font-weight-bold);
|
|
4480
4593
|
border-radius: 2px;
|
|
4481
4594
|
padding: 2px 8px;
|
|
4482
|
-
line-height: 16px;
|
|
4483
4595
|
display: inline-block;
|
|
4484
4596
|
text-align: center;
|
|
4485
4597
|
text-transform: uppercase;
|
|
@@ -4509,11 +4621,13 @@ input._1zowl {
|
|
|
4509
4621
|
color: var(--color-radish-600);
|
|
4510
4622
|
}
|
|
4511
4623
|
._1vA9B {
|
|
4512
|
-
font-
|
|
4513
|
-
font-
|
|
4624
|
+
font-family: var(--font-family-brand);
|
|
4625
|
+
font-size: var(--font-size-200);
|
|
4626
|
+
line-height: var(--font-line-height-200);
|
|
4627
|
+
font-weight: var(--p-font-weight-normal);
|
|
4628
|
+
font-weight: var(--p-font-weight-bold);
|
|
4514
4629
|
border-radius: 25px;
|
|
4515
|
-
padding:
|
|
4516
|
-
line-height: 28px;
|
|
4630
|
+
padding: 5px 12px;
|
|
4517
4631
|
min-width: 40px;
|
|
4518
4632
|
max-width: -moz-fit-content;
|
|
4519
4633
|
max-width: fit-content;
|
|
@@ -4567,8 +4681,11 @@ input._1zowl {
|
|
|
4567
4681
|
max-width: 667px;
|
|
4568
4682
|
}
|
|
4569
4683
|
._1o2PF {
|
|
4684
|
+
font-family: var(--font-family-brand);
|
|
4685
|
+
font-size: var(--font-size-200);
|
|
4686
|
+
line-height: var(--font-line-height-200);
|
|
4687
|
+
font-weight: var(--p-font-weight-normal);
|
|
4570
4688
|
color: var(--color-grey-500);
|
|
4571
|
-
font-size: 14px;
|
|
4572
4689
|
}
|
|
4573
4690
|
._mfMlg {
|
|
4574
4691
|
display: flex;
|