@7shifts/sous-chef 3.41.0 → 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 +331 -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);
|
|
@@ -806,17 +840,24 @@ Just for future references:
|
|
|
806
840
|
._iEk2C {
|
|
807
841
|
padding-left: 20px;
|
|
808
842
|
}
|
|
843
|
+
|
|
844
|
+
@media only screen and (max-width: 480px) {
|
|
845
|
+
.Toastify__toast-container--bottom-center {
|
|
846
|
+
padding: 1em;
|
|
847
|
+
}
|
|
848
|
+
}
|
|
809
849
|
._1vpCK {
|
|
810
850
|
text-align: left;
|
|
811
851
|
}
|
|
812
852
|
._dJWps {
|
|
813
|
-
|
|
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);
|
|
814
858
|
padding: 0 16px 8px 16px;
|
|
815
859
|
background-color: unset;
|
|
816
860
|
color: var(--color-grey-500);
|
|
817
|
-
font-size: 12px;
|
|
818
|
-
font-weight: 600;
|
|
819
|
-
font-family: "Proxima Nova", sans-serif;
|
|
820
861
|
border: 0;
|
|
821
862
|
}
|
|
822
863
|
._14AEw {
|
|
@@ -881,10 +922,12 @@ Just for future references:
|
|
|
881
922
|
table-layout: fixed;
|
|
882
923
|
}
|
|
883
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);
|
|
884
929
|
border: 1px solid var(--color-grey-200);
|
|
885
930
|
border-radius: 8px;
|
|
886
|
-
font-family: "Proxima Nova", sans-serif;
|
|
887
|
-
font-size: 14px;
|
|
888
931
|
}
|
|
889
932
|
._1YYyL tr:first-of-type > td:first-of-type {
|
|
890
933
|
border-top-left-radius: 8px;
|
|
@@ -905,8 +948,11 @@ Just for future references:
|
|
|
905
948
|
border-bottom-right-radius: 0;
|
|
906
949
|
}
|
|
907
950
|
._ASPHe {
|
|
908
|
-
font-
|
|
909
|
-
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);
|
|
910
956
|
}
|
|
911
957
|
._ASPHe tr td {
|
|
912
958
|
background: var(--color-grey-100);
|
|
@@ -928,7 +974,6 @@ Just for future references:
|
|
|
928
974
|
}
|
|
929
975
|
._1ahC- {
|
|
930
976
|
margin-top: 20px;
|
|
931
|
-
font-family: "Proxima Nova", sans-serif;
|
|
932
977
|
}
|
|
933
978
|
._OLWH6 {
|
|
934
979
|
width: 100%;
|
|
@@ -1021,15 +1066,19 @@ Just for future references:
|
|
|
1021
1066
|
}
|
|
1022
1067
|
|
|
1023
1068
|
._iZe2g {
|
|
1024
|
-
font-
|
|
1025
|
-
font-size:
|
|
1026
|
-
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);
|
|
1027
1074
|
color: var(--color-grey-500);
|
|
1028
1075
|
}
|
|
1029
1076
|
|
|
1030
1077
|
._2KsRB {
|
|
1031
|
-
font-
|
|
1032
|
-
|
|
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);
|
|
1033
1082
|
flex-grow: 1;
|
|
1034
1083
|
color: var(--color-grey-500);
|
|
1035
1084
|
}
|
|
@@ -1107,12 +1156,13 @@ Just for future references:
|
|
|
1107
1156
|
min-height: 38px;
|
|
1108
1157
|
}
|
|
1109
1158
|
._1eCfd {
|
|
1110
|
-
font-
|
|
1111
|
-
|
|
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);
|
|
1112
1163
|
color: var(--color-grey-500);
|
|
1113
1164
|
}
|
|
1114
1165
|
._XcD7g {
|
|
1115
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1116
1166
|
position: absolute;
|
|
1117
1167
|
list-style: none;
|
|
1118
1168
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -1137,14 +1187,15 @@ Just for future references:
|
|
|
1137
1187
|
box-shadow: 0 0 8px var(--color-eggplant-300);
|
|
1138
1188
|
}
|
|
1139
1189
|
._3gsXT {
|
|
1140
|
-
|
|
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);
|
|
1141
1195
|
padding: 0;
|
|
1142
1196
|
width: auto;
|
|
1143
1197
|
float: none;
|
|
1144
1198
|
color: var(--color-grey-500);
|
|
1145
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1146
|
-
font-weight: 600;
|
|
1147
|
-
font-size: 14px;
|
|
1148
1199
|
min-height: 16px;
|
|
1149
1200
|
}
|
|
1150
1201
|
|
|
@@ -1154,24 +1205,27 @@ Just for future references:
|
|
|
1154
1205
|
text-overflow: ellipsis;
|
|
1155
1206
|
}
|
|
1156
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);
|
|
1157
1212
|
color: var(--color-grey-500);
|
|
1158
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1159
|
-
font-weight: 400;
|
|
1160
|
-
font-size: 12px;
|
|
1161
|
-
line-height: 16px;
|
|
1162
1213
|
}
|
|
1163
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);
|
|
1164
1219
|
color: var(--color-radish-400);
|
|
1165
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1166
|
-
font-weight: 400;
|
|
1167
|
-
font-size: 12px;
|
|
1168
1220
|
}
|
|
1169
1221
|
._3BVGA {
|
|
1170
|
-
|
|
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);
|
|
1171
1226
|
line-height: 22px;
|
|
1227
|
+
padding: 7px;
|
|
1172
1228
|
border-radius: 4px;
|
|
1173
|
-
font-size: 14px;
|
|
1174
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1175
1229
|
color: var(--color-grey-500);
|
|
1176
1230
|
box-shadow: none;
|
|
1177
1231
|
border: 1px solid var(--color-grey-200);
|
|
@@ -1220,18 +1274,18 @@ Just for future references:
|
|
|
1220
1274
|
}
|
|
1221
1275
|
|
|
1222
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);
|
|
1223
1281
|
position: absolute;
|
|
1224
|
-
line-height: 22px;
|
|
1225
1282
|
padding: 8px;
|
|
1226
1283
|
color: var(--color-grey-500);
|
|
1227
1284
|
min-width: 8px;
|
|
1228
1285
|
pointer-events: none;
|
|
1229
|
-
font-size: 14px;
|
|
1230
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1231
1286
|
box-sizing: content-box;
|
|
1232
1287
|
display: flex;
|
|
1233
1288
|
align-items: center;
|
|
1234
|
-
height: 22px;
|
|
1235
1289
|
top: 0;
|
|
1236
1290
|
bottom: 0;
|
|
1237
1291
|
margin-top: auto;
|
|
@@ -1245,18 +1299,18 @@ Just for future references:
|
|
|
1245
1299
|
}
|
|
1246
1300
|
|
|
1247
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);
|
|
1248
1306
|
position: absolute;
|
|
1249
|
-
line-height: 22px;
|
|
1250
1307
|
padding: 8px;
|
|
1251
1308
|
color: var(--color-grey-500);
|
|
1252
1309
|
min-width: 8px;
|
|
1253
1310
|
pointer-events: none;
|
|
1254
|
-
font-size: 14px;
|
|
1255
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1256
1311
|
box-sizing: content-box;
|
|
1257
1312
|
display: flex;
|
|
1258
1313
|
align-items: center;
|
|
1259
|
-
height: 22px;
|
|
1260
1314
|
top: 0;
|
|
1261
1315
|
bottom: 0;
|
|
1262
1316
|
margin-top: auto;
|
|
@@ -1269,7 +1323,6 @@ Just for future references:
|
|
|
1269
1323
|
color: var(--color-grey-400);
|
|
1270
1324
|
}
|
|
1271
1325
|
._2aZGZ {
|
|
1272
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1273
1326
|
list-style: none;
|
|
1274
1327
|
margin: -20px;
|
|
1275
1328
|
padding: 0;
|
|
@@ -1300,10 +1353,12 @@ Just for future references:
|
|
|
1300
1353
|
color: var(--color-grey-400);
|
|
1301
1354
|
}
|
|
1302
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);
|
|
1303
1360
|
color: var(--color-grey-400);
|
|
1304
1361
|
padding: 12px;
|
|
1305
|
-
font-size: 14px;
|
|
1306
|
-
line-height: 20px;
|
|
1307
1362
|
display: flex;
|
|
1308
1363
|
white-space: nowrap;
|
|
1309
1364
|
gap: 8px;
|
|
@@ -1327,59 +1382,66 @@ Just for future references:
|
|
|
1327
1382
|
outline: none;
|
|
1328
1383
|
}
|
|
1329
1384
|
h1._32amZ {
|
|
1330
|
-
font-
|
|
1331
|
-
|
|
1332
|
-
|
|
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);
|
|
1333
1389
|
}
|
|
1334
1390
|
|
|
1335
1391
|
h2._32amZ {
|
|
1336
|
-
font-
|
|
1337
|
-
|
|
1338
|
-
|
|
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);
|
|
1339
1396
|
}
|
|
1340
1397
|
|
|
1341
1398
|
h3._32amZ {
|
|
1342
|
-
font-
|
|
1343
|
-
|
|
1344
|
-
|
|
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);
|
|
1345
1403
|
}
|
|
1346
1404
|
|
|
1347
1405
|
h4._32amZ {
|
|
1348
|
-
font-
|
|
1349
|
-
|
|
1350
|
-
|
|
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);
|
|
1351
1410
|
color: var(--color-grey-400);
|
|
1352
1411
|
}
|
|
1353
1412
|
|
|
1354
1413
|
h5._32amZ {
|
|
1355
|
-
font-
|
|
1356
|
-
|
|
1357
|
-
|
|
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);
|
|
1358
1418
|
color: var(--color-grey-400);
|
|
1359
1419
|
}
|
|
1360
1420
|
|
|
1361
1421
|
._32amZ {
|
|
1362
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1363
1422
|
color: var(--color-grey-500);
|
|
1364
1423
|
margin: 0;
|
|
1365
1424
|
}
|
|
1366
1425
|
._ayJRy {
|
|
1367
|
-
font-
|
|
1368
|
-
|
|
1369
|
-
|
|
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);
|
|
1370
1430
|
}
|
|
1371
1431
|
._3g1gi {
|
|
1372
|
-
font-
|
|
1373
|
-
|
|
1374
|
-
|
|
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);
|
|
1375
1436
|
}
|
|
1376
1437
|
._20Phg {
|
|
1377
|
-
font-
|
|
1378
|
-
|
|
1379
|
-
|
|
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);
|
|
1380
1442
|
}
|
|
1381
1443
|
._A0AyZ {
|
|
1382
|
-
font-weight:
|
|
1444
|
+
font-weight: var(--p-font-weight-bold);
|
|
1383
1445
|
}
|
|
1384
1446
|
._3jayQ {
|
|
1385
1447
|
font-style: italic;
|
|
@@ -1475,15 +1537,16 @@ h5._32amZ {
|
|
|
1475
1537
|
text-transform: uppercase;
|
|
1476
1538
|
}
|
|
1477
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);
|
|
1478
1544
|
display: flex;
|
|
1479
1545
|
gap: 8px;
|
|
1480
1546
|
border-radius: 4px;
|
|
1481
1547
|
text-decoration: none;
|
|
1482
1548
|
color: var(--color-grey-500);
|
|
1483
1549
|
padding: 8px;
|
|
1484
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1485
|
-
font-size: 14px;
|
|
1486
|
-
line-height: 16px;
|
|
1487
1550
|
align-items: center;
|
|
1488
1551
|
border: 1px solid transparent;
|
|
1489
1552
|
}
|
|
@@ -1507,8 +1570,11 @@ h5._32amZ {
|
|
|
1507
1570
|
max-width: 1000px;
|
|
1508
1571
|
}
|
|
1509
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);
|
|
1510
1577
|
color: var(--color-white);
|
|
1511
|
-
font-size: 14px;
|
|
1512
1578
|
padding: 16px;
|
|
1513
1579
|
text-align: center;
|
|
1514
1580
|
}
|
|
@@ -1527,14 +1593,16 @@ h5._32amZ {
|
|
|
1527
1593
|
height: 48px;
|
|
1528
1594
|
}
|
|
1529
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);
|
|
1530
1600
|
top: 50%;
|
|
1531
1601
|
left: 50%;
|
|
1532
1602
|
width: 100%;
|
|
1533
1603
|
text-align: center;
|
|
1534
1604
|
position: absolute;
|
|
1535
1605
|
transform: translate(-50%, -50%);
|
|
1536
|
-
font-size: 12px;
|
|
1537
|
-
font-weight: 400;
|
|
1538
1606
|
color: var(--color-grey-500);
|
|
1539
1607
|
}
|
|
1540
1608
|
._ORvUI {
|
|
@@ -1560,7 +1628,7 @@ h5._32amZ {
|
|
|
1560
1628
|
display: flex;
|
|
1561
1629
|
justify-content: space-around;
|
|
1562
1630
|
color: var(--color-grey-500);
|
|
1563
|
-
font-family:
|
|
1631
|
+
font-family: var(--font-family-brand);
|
|
1564
1632
|
}
|
|
1565
1633
|
._WwXRR {
|
|
1566
1634
|
background: var(--color-grey-100);
|
|
@@ -1759,11 +1827,11 @@ h5._32amZ {
|
|
|
1759
1827
|
opacity: 0;
|
|
1760
1828
|
}
|
|
1761
1829
|
._2iRIU {
|
|
1762
|
-
font-
|
|
1763
|
-
|
|
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);
|
|
1764
1834
|
color: var(--color-grey-500);
|
|
1765
|
-
font-weight: 600;
|
|
1766
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1767
1835
|
padding: 0;
|
|
1768
1836
|
}
|
|
1769
1837
|
._1rw24 {
|
|
@@ -1775,10 +1843,11 @@ h5._32amZ {
|
|
|
1775
1843
|
}
|
|
1776
1844
|
|
|
1777
1845
|
._3UWdF {
|
|
1778
|
-
font-
|
|
1779
|
-
|
|
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);
|
|
1780
1850
|
color: var(--color-grey-400);
|
|
1781
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1782
1851
|
}
|
|
1783
1852
|
/**
|
|
1784
1853
|
* This is for adding a shadow when the body is scrollable.
|
|
@@ -1786,10 +1855,11 @@ h5._32amZ {
|
|
|
1786
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
|
|
1787
1856
|
*/
|
|
1788
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);
|
|
1789
1862
|
overflow: auto;
|
|
1790
|
-
font-family: "Proxima Nova", sans-serif;
|
|
1791
|
-
font-size: 14px;
|
|
1792
|
-
line-height: 16px;
|
|
1793
1863
|
position: relative;
|
|
1794
1864
|
padding: 0 8px 0 8px;
|
|
1795
1865
|
}
|
|
@@ -1829,7 +1899,7 @@ h5._32amZ {
|
|
|
1829
1899
|
}
|
|
1830
1900
|
._31ArE {
|
|
1831
1901
|
--rdp-cell-size: 37px;
|
|
1832
|
-
--rdp-caption-font-size:
|
|
1902
|
+
--rdp-caption-font-size: var(--font-size-300);
|
|
1833
1903
|
--rdp-accent-color: var(--color-tangerine-200);
|
|
1834
1904
|
--rdp-background-color: var(--color-grey-100);
|
|
1835
1905
|
--rdp-accent-color-dark: var(--color-tangerine-400);
|
|
@@ -1857,14 +1927,16 @@ h5._32amZ {
|
|
|
1857
1927
|
}
|
|
1858
1928
|
|
|
1859
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);
|
|
1860
1934
|
vertical-align: middle;
|
|
1861
1935
|
text-align: center;
|
|
1862
1936
|
height: 100%;
|
|
1863
1937
|
height: var(--rdp-cell-size);
|
|
1864
1938
|
padding: 0;
|
|
1865
1939
|
color: var(--color-grey-400);
|
|
1866
|
-
font-size: 14px;
|
|
1867
|
-
font-weight: 400;
|
|
1868
1940
|
background: none;
|
|
1869
1941
|
border: none;
|
|
1870
1942
|
}
|
|
@@ -1906,7 +1978,7 @@ h5._32amZ {
|
|
|
1906
1978
|
}
|
|
1907
1979
|
._14V7C {
|
|
1908
1980
|
--rdp-cell-size: 37px;
|
|
1909
|
-
--rdp-caption-font-size:
|
|
1981
|
+
--rdp-caption-font-size: var(--font-size-300);
|
|
1910
1982
|
--rdp-accent-color: var(--color-tangerine-200);
|
|
1911
1983
|
--rdp-background-color: var(--color-grey-100);
|
|
1912
1984
|
--rdp-accent-color-dark: var(--color-tangerine-400);
|
|
@@ -1934,14 +2006,16 @@ h5._32amZ {
|
|
|
1934
2006
|
}
|
|
1935
2007
|
|
|
1936
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);
|
|
1937
2013
|
vertical-align: middle;
|
|
1938
2014
|
text-align: center;
|
|
1939
2015
|
height: 100%;
|
|
1940
2016
|
height: var(--rdp-cell-size);
|
|
1941
2017
|
padding: 0;
|
|
1942
2018
|
color: var(--color-grey-400);
|
|
1943
|
-
font-size: 14px;
|
|
1944
|
-
font-weight: 400;
|
|
1945
2019
|
background: none;
|
|
1946
2020
|
border: none;
|
|
1947
2021
|
}
|
|
@@ -2142,14 +2216,16 @@ input:disabled + ._2W10t::after {
|
|
|
2142
2216
|
height: 100%;
|
|
2143
2217
|
}
|
|
2144
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);
|
|
2145
2223
|
border: 1px solid transparent;
|
|
2146
2224
|
display: flex;
|
|
2147
2225
|
justify-content: flex-end;
|
|
2148
2226
|
background: transparent;
|
|
2149
2227
|
padding: 16px;
|
|
2150
2228
|
width: 100%;
|
|
2151
|
-
font-size: 14px;
|
|
2152
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2153
2229
|
border-radius: 0;
|
|
2154
2230
|
}
|
|
2155
2231
|
._1-1WW input:focus {
|
|
@@ -2456,8 +2532,11 @@ input:disabled + ._2W10t::after {
|
|
|
2456
2532
|
max-width: 667px;
|
|
2457
2533
|
}
|
|
2458
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);
|
|
2459
2539
|
color: var(--color-grey-500);
|
|
2460
|
-
font-size: 12px;
|
|
2461
2540
|
text-align: center;
|
|
2462
2541
|
}
|
|
2463
2542
|
._3q5OJ {
|
|
@@ -2495,10 +2574,12 @@ input:disabled + ._2W10t::after {
|
|
|
2495
2574
|
width: 336px;
|
|
2496
2575
|
}
|
|
2497
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);
|
|
2498
2581
|
width: 200px;
|
|
2499
2582
|
border-radius: 0px;
|
|
2500
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2501
|
-
font-size: 14px;
|
|
2502
2583
|
color: var(--color-grey-500);
|
|
2503
2584
|
padding-left: 13px;
|
|
2504
2585
|
height: 38px;
|
|
@@ -2550,16 +2631,17 @@ input:disabled + ._2W10t::after {
|
|
|
2550
2631
|
display: flex;
|
|
2551
2632
|
}
|
|
2552
2633
|
._9hSoW {
|
|
2553
|
-
font-family:
|
|
2554
|
-
font-
|
|
2555
|
-
|
|
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);
|
|
2556
2639
|
position: relative;
|
|
2557
2640
|
background-color: var(--color-grey-100);
|
|
2558
2641
|
color: var(--color-grey-500);
|
|
2559
2642
|
border-style: solid;
|
|
2560
2643
|
border-color: var(--color-grey-200);
|
|
2561
|
-
|
|
2562
|
-
padding: 8px 12px;
|
|
2644
|
+
padding: 9px 12px;
|
|
2563
2645
|
min-width: 38px;
|
|
2564
2646
|
height: 38px;
|
|
2565
2647
|
cursor: pointer;
|
|
@@ -2643,18 +2725,19 @@ input:disabled + ._2W10t::after {
|
|
|
2643
2725
|
._3Sc6g {
|
|
2644
2726
|
margin-bottom: 12px;
|
|
2645
2727
|
color: var(--color-grey-500);
|
|
2646
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2647
2728
|
}
|
|
2648
2729
|
._39X-5 {
|
|
2649
|
-
|
|
2650
|
-
font-size:
|
|
2651
|
-
|
|
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);
|
|
2652
2734
|
margin: 0;
|
|
2653
2735
|
}
|
|
2654
2736
|
._pwBR_ {
|
|
2655
|
-
|
|
2656
|
-
font-size:
|
|
2657
|
-
|
|
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);
|
|
2658
2741
|
margin: 0;
|
|
2659
2742
|
}
|
|
2660
2743
|
._PFp2d {
|
|
@@ -2678,9 +2761,10 @@ input:disabled + ._2W10t::after {
|
|
|
2678
2761
|
background-color: var(--color-white);
|
|
2679
2762
|
}
|
|
2680
2763
|
._eyfGn textarea {
|
|
2681
|
-
|
|
2682
|
-
font-size:
|
|
2683
|
-
|
|
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);
|
|
2684
2768
|
color: var(--color-grey-500);
|
|
2685
2769
|
margin: 0;
|
|
2686
2770
|
border: none;
|
|
@@ -2725,12 +2809,16 @@ input:disabled + ._2W10t::after {
|
|
|
2725
2809
|
cursor: pointer;
|
|
2726
2810
|
}
|
|
2727
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);
|
|
2728
2818
|
display: flex;
|
|
2729
2819
|
align-items: center;
|
|
2730
2820
|
justify-content: center;
|
|
2731
2821
|
background-color: var(--color-white);
|
|
2732
|
-
font-size: 14px;
|
|
2733
|
-
font-weight: 600;
|
|
2734
2822
|
padding: 8px;
|
|
2735
2823
|
border: 1px solid var(--color-grey-200);
|
|
2736
2824
|
border-radius: 25px;
|
|
@@ -2738,7 +2826,6 @@ input:disabled + ._2W10t::after {
|
|
|
2738
2826
|
min-width: 60px;
|
|
2739
2827
|
text-align: center;
|
|
2740
2828
|
vertical-align: middle;
|
|
2741
|
-
color: var(--color-grey-500);
|
|
2742
2829
|
-webkit-user-select: none;
|
|
2743
2830
|
-moz-user-select: none;
|
|
2744
2831
|
user-select: none;
|
|
@@ -2775,14 +2862,15 @@ input:focus-visible + ._W4HpY {
|
|
|
2775
2862
|
outline: none;
|
|
2776
2863
|
}
|
|
2777
2864
|
._3QyeH {
|
|
2778
|
-
|
|
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);
|
|
2779
2870
|
padding: 0;
|
|
2780
2871
|
width: auto;
|
|
2781
2872
|
float: none;
|
|
2782
2873
|
color: var(--color-grey-500);
|
|
2783
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2784
|
-
font-weight: 600;
|
|
2785
|
-
font-size: 14px;
|
|
2786
2874
|
min-height: 16px;
|
|
2787
2875
|
}
|
|
2788
2876
|
|
|
@@ -2793,25 +2881,27 @@ input:focus-visible + ._W4HpY {
|
|
|
2793
2881
|
}
|
|
2794
2882
|
|
|
2795
2883
|
._thT22 {
|
|
2796
|
-
|
|
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);
|
|
2797
2889
|
padding: 0;
|
|
2798
2890
|
width: auto;
|
|
2799
2891
|
float: none;
|
|
2800
2892
|
color: var(--color-grey-500);
|
|
2801
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2802
|
-
font-weight: 600;
|
|
2803
|
-
font-size: 14px;
|
|
2804
2893
|
min-height: 16px;
|
|
2805
2894
|
}
|
|
2806
2895
|
._3hIRY {
|
|
2807
|
-
|
|
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);
|
|
2808
2901
|
padding: 0;
|
|
2809
2902
|
width: auto;
|
|
2810
2903
|
float: none;
|
|
2811
2904
|
color: var(--color-grey-500);
|
|
2812
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2813
|
-
font-weight: 600;
|
|
2814
|
-
font-size: 14px;
|
|
2815
2905
|
min-height: 16px;
|
|
2816
2906
|
}
|
|
2817
2907
|
|
|
@@ -2822,11 +2912,11 @@ input:focus-visible + ._W4HpY {
|
|
|
2822
2912
|
}
|
|
2823
2913
|
|
|
2824
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);
|
|
2825
2919
|
color: var(--color-grey-500);
|
|
2826
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2827
|
-
font-weight: 400;
|
|
2828
|
-
font-size: 12px;
|
|
2829
|
-
line-height: 16px;
|
|
2830
2920
|
}
|
|
2831
2921
|
|
|
2832
2922
|
._1md_9 {
|
|
@@ -2874,25 +2964,26 @@ input:checked ~ ._3mCob {
|
|
|
2874
2964
|
pointer-events: none;
|
|
2875
2965
|
}
|
|
2876
2966
|
._kl23S {
|
|
2877
|
-
|
|
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);
|
|
2878
2972
|
padding: 0;
|
|
2879
2973
|
width: auto;
|
|
2880
2974
|
float: none;
|
|
2881
2975
|
color: var(--color-grey-500);
|
|
2882
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2883
|
-
font-weight: 600;
|
|
2884
|
-
font-size: 14px;
|
|
2885
2976
|
min-height: 16px;
|
|
2886
2977
|
}
|
|
2887
2978
|
._2-e0g {
|
|
2888
2979
|
color: var(--color-grey-300);
|
|
2889
2980
|
}
|
|
2890
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);
|
|
2891
2986
|
color: var(--color-grey-500);
|
|
2892
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2893
|
-
font-weight: 400;
|
|
2894
|
-
font-size: 12px;
|
|
2895
|
-
line-height: 16px;
|
|
2896
2987
|
}
|
|
2897
2988
|
._2l2PZ {
|
|
2898
2989
|
color: var(--color-grey-300);
|
|
@@ -2961,11 +3052,13 @@ input:disabled + ._1aaPx::after {
|
|
|
2961
3052
|
top: 4px;
|
|
2962
3053
|
}
|
|
2963
3054
|
._2XkkE {
|
|
2964
|
-
|
|
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);
|
|
2965
3059
|
line-height: 22px;
|
|
3060
|
+
padding: 7px;
|
|
2966
3061
|
border-radius: 4px;
|
|
2967
|
-
font-size: 14px;
|
|
2968
|
-
font-family: "Proxima Nova", sans-serif;
|
|
2969
3062
|
color: var(--color-grey-500);
|
|
2970
3063
|
box-shadow: none;
|
|
2971
3064
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3014,17 +3107,18 @@ input:disabled + ._1aaPx::after {
|
|
|
3014
3107
|
}
|
|
3015
3108
|
._1XvvK {
|
|
3016
3109
|
color: var(--color-grey-200);
|
|
3017
|
-
font-family:
|
|
3110
|
+
font-family: var(--font-family-brand);
|
|
3018
3111
|
}
|
|
3019
3112
|
|
|
3020
3113
|
._1cNVk {
|
|
3021
3114
|
color: var(--color-grey-400);
|
|
3022
|
-
font-family:
|
|
3115
|
+
font-family: var(--font-family-brand);
|
|
3023
3116
|
}
|
|
3024
3117
|
._12jq3 {
|
|
3025
|
-
font-family:
|
|
3026
|
-
font-
|
|
3027
|
-
|
|
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);
|
|
3028
3122
|
color: var(--color-grey-400);
|
|
3029
3123
|
display: flex;
|
|
3030
3124
|
flex-direction: column;
|
|
@@ -3032,11 +3126,13 @@ input:disabled + ._1aaPx::after {
|
|
|
3032
3126
|
padding: 8px 12px;
|
|
3033
3127
|
}
|
|
3034
3128
|
._10EFd, ._33Mhr {
|
|
3035
|
-
|
|
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);
|
|
3036
3133
|
line-height: 22px;
|
|
3134
|
+
padding: 7px;
|
|
3037
3135
|
border-radius: 4px;
|
|
3038
|
-
font-size: 14px;
|
|
3039
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3040
3136
|
color: var(--color-grey-500);
|
|
3041
3137
|
box-shadow: none;
|
|
3042
3138
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3077,11 +3173,13 @@ input:disabled + ._1aaPx::after {
|
|
|
3077
3173
|
width: 100%;
|
|
3078
3174
|
}
|
|
3079
3175
|
._vgwnU, ._LZvMX input, ._LZvMX {
|
|
3080
|
-
|
|
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);
|
|
3081
3180
|
line-height: 22px;
|
|
3181
|
+
padding: 7px;
|
|
3082
3182
|
border-radius: 4px;
|
|
3083
|
-
font-size: 14px;
|
|
3084
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3085
3183
|
color: var(--color-grey-500);
|
|
3086
3184
|
box-shadow: none;
|
|
3087
3185
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3145,7 +3243,7 @@ input:disabled + ._1aaPx::after {
|
|
|
3145
3243
|
}
|
|
3146
3244
|
._9qjsN {
|
|
3147
3245
|
--rdp-cell-size: 37px;
|
|
3148
|
-
--rdp-caption-font-size:
|
|
3246
|
+
--rdp-caption-font-size: var(--font-size-300);
|
|
3149
3247
|
--rdp-accent-color: var(--color-tangerine-200);
|
|
3150
3248
|
--rdp-background-color: var(--color-grey-100);
|
|
3151
3249
|
--rdp-accent-color-dark: var(--color-tangerine-400);
|
|
@@ -3173,14 +3271,16 @@ input:disabled + ._1aaPx::after {
|
|
|
3173
3271
|
}
|
|
3174
3272
|
|
|
3175
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);
|
|
3176
3278
|
vertical-align: middle;
|
|
3177
3279
|
text-align: center;
|
|
3178
3280
|
height: 100%;
|
|
3179
3281
|
height: var(--rdp-cell-size);
|
|
3180
3282
|
padding: 0;
|
|
3181
3283
|
color: var(--color-grey-400);
|
|
3182
|
-
font-size: 14px;
|
|
3183
|
-
font-weight: 400;
|
|
3184
3284
|
background: none;
|
|
3185
3285
|
border: none;
|
|
3186
3286
|
}
|
|
@@ -3239,11 +3339,13 @@ input:disabled + ._1aaPx::after {
|
|
|
3239
3339
|
color: var(--color-grey-200);
|
|
3240
3340
|
}
|
|
3241
3341
|
._pPDKc, ._rSyiE input, ._rSyiE {
|
|
3242
|
-
|
|
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);
|
|
3243
3346
|
line-height: 22px;
|
|
3347
|
+
padding: 7px;
|
|
3244
3348
|
border-radius: 4px;
|
|
3245
|
-
font-size: 14px;
|
|
3246
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3247
3349
|
color: var(--color-grey-500);
|
|
3248
3350
|
box-shadow: none;
|
|
3249
3351
|
border: 1px solid var(--color-grey-200);
|
|
@@ -3306,15 +3408,17 @@ input:disabled + ._1aaPx::after {
|
|
|
3306
3408
|
border-top-right-radius: 4px;
|
|
3307
3409
|
}
|
|
3308
3410
|
._2K8Ob {
|
|
3309
|
-
|
|
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);
|
|
3310
3416
|
position: absolute;
|
|
3311
3417
|
height: 36px;
|
|
3312
3418
|
margin-top: 1px;
|
|
3313
3419
|
align-items: center;
|
|
3314
3420
|
display: flex;
|
|
3315
3421
|
pointer-events: none;
|
|
3316
|
-
font-size: 14px;
|
|
3317
|
-
font-family: "Proxima Nova", sans-serif;
|
|
3318
3422
|
color: var(--color-grey-500);
|
|
3319
3423
|
}
|
|
3320
3424
|
._1uJbR {
|
|
@@ -3322,7 +3426,7 @@ input:disabled + ._1aaPx::after {
|
|
|
3322
3426
|
display: flex;
|
|
3323
3427
|
}
|
|
3324
3428
|
._Fc99X {
|
|
3325
|
-
font-size:
|
|
3429
|
+
font-size: var(--font-size-200);
|
|
3326
3430
|
}
|
|
3327
3431
|
|
|
3328
3432
|
input._1zowl {
|
|
@@ -3365,11 +3469,11 @@ input._1zowl {
|
|
|
3365
3469
|
background-color: var(--color-grey-100);
|
|
3366
3470
|
}
|
|
3367
3471
|
._IHf11 {
|
|
3368
|
-
font-size:
|
|
3472
|
+
font-size: var(--font-size-200);
|
|
3369
3473
|
height: 33px;
|
|
3370
3474
|
}
|
|
3371
3475
|
._1KMRs {
|
|
3372
|
-
font-size:
|
|
3476
|
+
font-size: var(--font-size-200);
|
|
3373
3477
|
}
|
|
3374
3478
|
@charset "UTF-8";
|
|
3375
3479
|
._M2doN {
|
|
@@ -4368,17 +4472,18 @@ input._1zowl {
|
|
|
4368
4472
|
background-image: url(./flags/zw.svg);
|
|
4369
4473
|
}
|
|
4370
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);
|
|
4371
4479
|
display: inline-flex;
|
|
4372
4480
|
background-color: var(--color-tangerine-400);
|
|
4373
4481
|
height: 20px;
|
|
4374
4482
|
min-width: 20px;
|
|
4375
4483
|
color: var(--color-white);
|
|
4376
4484
|
text-align: center;
|
|
4377
|
-
line-height: 20px;
|
|
4378
4485
|
border-radius: 20px;
|
|
4379
|
-
font-size: 12px;
|
|
4380
4486
|
box-sizing: border-box;
|
|
4381
|
-
font-weight: normal;
|
|
4382
4487
|
padding: 0 6px;
|
|
4383
4488
|
align-items: center;
|
|
4384
4489
|
border: 1px solid var(--color-white);
|
|
@@ -4403,7 +4508,6 @@ input._1zowl {
|
|
|
4403
4508
|
justify-content: center;
|
|
4404
4509
|
align-items: center;
|
|
4405
4510
|
text-align: center;
|
|
4406
|
-
font-family: "Proxima Nova", sans-serif;
|
|
4407
4511
|
color: var(--color-white);
|
|
4408
4512
|
border-radius: 50%;
|
|
4409
4513
|
width: 20px;
|
|
@@ -4424,36 +4528,48 @@ input._1zowl {
|
|
|
4424
4528
|
object-fit: cover;
|
|
4425
4529
|
}
|
|
4426
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);
|
|
4427
4535
|
width: 20px;
|
|
4428
4536
|
height: 20px;
|
|
4429
|
-
font-size: 14px;
|
|
4430
4537
|
}
|
|
4431
4538
|
._o5x6S ._NN8-D {
|
|
4432
4539
|
margin-left: 18px;
|
|
4433
4540
|
margin-top: 10px;
|
|
4434
4541
|
}
|
|
4435
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);
|
|
4436
4547
|
width: 30px;
|
|
4437
4548
|
height: 30px;
|
|
4438
|
-
font-size: 20px;
|
|
4439
4549
|
}
|
|
4440
4550
|
._VxW5y ._NN8-D {
|
|
4441
4551
|
margin-left: 20px;
|
|
4442
4552
|
margin-top: 15px;
|
|
4443
4553
|
}
|
|
4444
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);
|
|
4445
4559
|
width: 40px;
|
|
4446
4560
|
height: 40px;
|
|
4447
|
-
font-size: 24px;
|
|
4448
4561
|
}
|
|
4449
4562
|
._ec7jQ ._NN8-D {
|
|
4450
4563
|
margin-left: 23px;
|
|
4451
4564
|
margin-top: 18px;
|
|
4452
4565
|
}
|
|
4453
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);
|
|
4454
4571
|
width: 80px;
|
|
4455
4572
|
height: 80px;
|
|
4456
|
-
font-size: 24px;
|
|
4457
4573
|
}
|
|
4458
4574
|
._3VS00 ._NN8-D {
|
|
4459
4575
|
margin-left: 55px;
|
|
@@ -4469,11 +4585,13 @@ input._1zowl {
|
|
|
4469
4585
|
padding-top: 25%;
|
|
4470
4586
|
}
|
|
4471
4587
|
._3e7Of {
|
|
4472
|
-
font-
|
|
4473
|
-
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);
|
|
4474
4593
|
border-radius: 2px;
|
|
4475
4594
|
padding: 2px 8px;
|
|
4476
|
-
line-height: 16px;
|
|
4477
4595
|
display: inline-block;
|
|
4478
4596
|
text-align: center;
|
|
4479
4597
|
text-transform: uppercase;
|
|
@@ -4503,11 +4621,13 @@ input._1zowl {
|
|
|
4503
4621
|
color: var(--color-radish-600);
|
|
4504
4622
|
}
|
|
4505
4623
|
._1vA9B {
|
|
4506
|
-
font-
|
|
4507
|
-
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);
|
|
4508
4629
|
border-radius: 25px;
|
|
4509
|
-
padding:
|
|
4510
|
-
line-height: 28px;
|
|
4630
|
+
padding: 5px 12px;
|
|
4511
4631
|
min-width: 40px;
|
|
4512
4632
|
max-width: -moz-fit-content;
|
|
4513
4633
|
max-width: fit-content;
|
|
@@ -4561,8 +4681,11 @@ input._1zowl {
|
|
|
4561
4681
|
max-width: 667px;
|
|
4562
4682
|
}
|
|
4563
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);
|
|
4564
4688
|
color: var(--color-grey-500);
|
|
4565
|
-
font-size: 14px;
|
|
4566
4689
|
}
|
|
4567
4690
|
._mfMlg {
|
|
4568
4691
|
display: flex;
|