@7shifts/sous-chef 3.11.2 → 3.12.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 CHANGED
@@ -836,149 +836,443 @@ Just for future references:
836
836
  ._2rs8m:focus > * {
837
837
  box-shadow: 0 0 8px var(--color-eggplant-300);
838
838
  }
839
- ._2puqJ {
840
- position: fixed;
841
- top: 0px;
842
- bottom: 0px;
843
- left: 0px;
844
- right: 0px;
845
- background-color: rgba(0, 0, 0, 0.5);
846
- display: flex;
847
- align-items: center;
848
- flex-direction: column;
839
+ ._h724f {
840
+ line-height: normal;
841
+ padding: 0;
842
+ width: auto;
843
+ float: none;
844
+ color: var(--color-grey-500);
845
+ font-family: "Proxima Nova", sans-serif;
846
+ font-weight: 600;
847
+ font-size: 14px;
848
+ min-height: 16px;
849
849
  }
850
- ._2puqJ::after {
851
- width: 100%;
852
- flex-basis: 20px;
853
- flex-shrink: 0;
854
- content: "";
850
+
851
+ ._1VUoF {
852
+ overflow: hidden;
853
+ white-space: nowrap;
854
+ text-overflow: ellipsis;
855
855
  }
856
- ._2puqJ::before {
857
- width: 100%;
858
- min-height: 20px;
859
- max-height: 80px;
856
+ ._1DWBq {
857
+ color: var(--color-grey-500);
858
+ font-family: "Proxima Nova", sans-serif;
859
+ font-weight: 400;
860
+ font-size: 12px;
861
+ line-height: 16px;
862
+ }
863
+ ._nZ2MD {
864
+ color: var(--color-radish-400);
865
+ font-family: "Proxima Nova", sans-serif;
866
+ font-weight: 400;
867
+ font-size: 12px;
868
+ }
869
+ ._20YOA {
870
+ padding: 7px;
871
+ line-height: 22px;
872
+ border-radius: 4px;
873
+ font-size: 14px;
874
+ font-family: "Proxima Nova", sans-serif;
875
+ color: var(--color-grey-500);
876
+ box-shadow: none;
877
+ border: 1px solid var(--color-grey-200);
878
+ margin: 0;
860
879
  flex: 1;
861
- content: "";
880
+ min-width: 90px;
881
+ }
882
+ ._20YOA:focus {
883
+ border: 1px solid var(--color-eggplant-400);
884
+ box-shadow: 0 0 8px var(--color-eggplant-300);
885
+ outline: none;
886
+ }
887
+ ._20YOA:disabled {
888
+ background-color: var(--color-grey-100);
889
+ color: var(--color-grey-400);
862
890
  }
863
891
 
864
- ._1167h {
865
- opacity: 1;
866
- transform: translateX(0);
892
+ ._3kUSh {
893
+ border-color: var(--color-radish-400) !important;
867
894
  }
868
895
 
869
- ._t_t7L {
870
- opacity: 0;
896
+ ._3IU3Q {
897
+ border-left: 0 !important;
898
+ border-top-left-radius: 0 !important;
899
+ border-bottom-left-radius: 0 !important;
900
+ color: var(--color-grey-400);
871
901
  }
872
902
 
873
- ._wQQ_2 {
903
+ ._QXJOD {
904
+ border-right: 0 !important;
905
+ border-top-right-radius: 0 !important;
906
+ border-bottom-right-radius: 0 !important;
907
+ }
908
+ ._ybKOk {
874
909
  position: relative;
875
- border: 1px solid var(--color-grey-200);
876
- background: var(--color-white);
877
- overflow: auto;
878
- outline: none;
879
- padding: 32px;
880
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
881
- min-height: 200px;
882
910
  display: flex;
883
- flex-direction: column;
884
- }
885
- ._wQQ_2 > form {
886
- display: contents;
911
+ flex: 1;
887
912
  }
888
913
 
889
- ._3jwux {
890
- opacity: 1;
914
+ ._2COk3 input {
915
+ padding-left: 21px;
891
916
  }
892
917
 
893
- ._2c2QP {
894
- opacity: 0;
918
+ ._1xXXN input {
919
+ padding-right: 21px;
895
920
  }
896
- ._36nxW {
897
- font-size: 24px;
898
- line-height: 28px;
921
+
922
+ ._eX5OL {
923
+ position: absolute;
924
+ line-height: 22px;
925
+ padding: 8px;
899
926
  color: var(--color-grey-500);
900
- font-weight: 600;
927
+ min-width: 8px;
928
+ pointer-events: none;
929
+ font-size: 14px;
901
930
  font-family: "Proxima Nova", sans-serif;
902
- }
903
- ._2zYre {
931
+ box-sizing: content-box;
904
932
  display: flex;
905
- justify-content: end;
906
- margin-bottom: -20px;
907
- z-index: 2;
933
+ align-items: center;
934
+ height: 22px;
935
+ top: 0;
936
+ bottom: 0;
937
+ margin-top: auto;
938
+ margin-bottom: auto;
939
+ z-index: 1;
940
+ text-align: left;
908
941
  }
909
-
910
- ._2XwRD {
911
- font-size: 20px;
912
- line-height: 24px;
942
+ ._eX5OL svg {
913
943
  color: var(--color-grey-400);
914
- font-family: "Proxima Nova", sans-serif;
915
944
  }
916
- /**
917
- * This is for adding a shadow when the body is scrollable.
918
- * It is using ::before and ::after to accomplish that => https://www.kizu.ru/shadowscroll/
919
- * 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
920
- */
921
- ._2J-ku {
922
- overflow: auto;
923
- font-family: "Proxima Nova", sans-serif;
945
+
946
+ .__YH01 {
947
+ position: absolute;
948
+ line-height: 22px;
949
+ padding: 8px;
950
+ color: var(--color-grey-500);
951
+ min-width: 8px;
952
+ pointer-events: none;
924
953
  font-size: 14px;
925
- line-height: 16px;
926
- position: relative;
954
+ font-family: "Proxima Nova", sans-serif;
955
+ box-sizing: content-box;
956
+ display: flex;
957
+ align-items: center;
958
+ height: 22px;
959
+ top: 0;
960
+ bottom: 0;
961
+ margin-top: auto;
962
+ margin-bottom: auto;
963
+ right: 0;
964
+ text-align: right;
927
965
  }
928
-
929
- ._2ErCP {
930
- z-index: 1;
931
- background: #fff no-repeat;
932
- background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
933
- background-position: 0 0, 0 100%;
934
- background-size: 100% 14px;
966
+ .__YH01 svg {
967
+ color: var(--color-grey-400);
935
968
  }
936
- ._2ErCP::before, ._2ErCP::after {
937
- content: "";
938
- position: relative;
939
- z-index: -1;
940
- display: block;
941
- height: 30px;
942
- margin: 0 0 -30px;
943
- background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0));
969
+ ._1v1df {
970
+ font-family: "Proxima Nova", sans-serif;
971
+ list-style: none;
972
+ margin: -20px;
973
+ padding: 0;
944
974
  }
945
- ._2ErCP::after {
946
- margin: -30px 0 0;
947
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff);
975
+ ._eAjpa {
976
+ background-color: var(--color-grey-100);
948
977
  }
949
- ._LKOr5 {
950
- flex: 1;
978
+ ._3x1F6 {
979
+ width: 100%;
980
+ height: 1px;
981
+ background-color: var(--color-grey-200);
982
+ margin: 4px 0;
983
+ }
984
+ ._B3_I5 {
985
+ padding: 12px;
986
+ font-size: 14px;
987
+ line-height: 20px;
951
988
  display: flex;
952
- flex-direction: column;
953
- justify-content: flex-end;
954
- padding-top: 40px;
989
+ cursor: pointer;
990
+ white-space: nowrap;
991
+ color: var(--color-grey-400);
992
+ gap: 8px;
993
+ align-items: center;
955
994
  }
956
-
957
- ._Qktd- {
958
- margin-left: -12px;
995
+ ._1mr1h {
996
+ background-color: var(--color-eggplant-100);
959
997
  }
960
- ._v1b-5 {
998
+ ._1mr1h > ._2b7Fg {
999
+ color: var(--color-eggplant-500);
1000
+ }
1001
+ ._2l0Cb {
1002
+ cursor: auto;
1003
+ color: var(--color-grey-500);
1004
+ }
1005
+ ._2l0Cb > ._2b7Fg {
1006
+ color: var(--color-grey-400);
1007
+ }
1008
+ ._2b7Fg {
961
1009
  flex: 1;
962
- display: flex;
963
- font-family: "Proxima Nova", sans-serif;
1010
+ color: var(--color-grey-500);
964
1011
  }
965
-
966
- ._3mrLu {
967
- position: relative;
968
- flex-direction: row;
969
- padding-bottom: 1em;
970
- -webkit-user-select: none;
971
- -moz-user-select: none;
972
- -ms-user-select: none;
973
- user-select: none;
1012
+ h1._3CIA3 {
1013
+ font-size: 1.75rem;
1014
+ line-height: 2rem;
1015
+ font-weight: 600;
974
1016
  }
975
1017
 
976
- ._1J9dh ._8FcQE {
977
- cursor: default;
1018
+ h2._3CIA3 {
1019
+ font-size: 1.5rem;
1020
+ line-height: 1.75rem;
1021
+ font-weight: 600;
978
1022
  }
979
1023
 
980
- ._1SPuq,
981
- ._24FJ6 {
1024
+ h3._3CIA3 {
1025
+ font-size: 1.25rem;
1026
+ line-height: 1.5rem;
1027
+ font-weight: 600;
1028
+ }
1029
+
1030
+ h4._3CIA3 {
1031
+ font-size: 1.25rem;
1032
+ line-height: 1.5rem;
1033
+ font-weight: 400;
1034
+ color: var(--color-grey-400);
1035
+ }
1036
+
1037
+ h5._3CIA3 {
1038
+ font-size: 1rem;
1039
+ line-height: 1.25rem;
1040
+ font-weight: 400;
1041
+ color: var(--color-grey-400);
1042
+ }
1043
+
1044
+ ._3CIA3 {
1045
+ font-family: "Proxima Nova", sans-serif;
1046
+ color: var(--color-grey-500);
1047
+ margin: 0;
1048
+ }
1049
+ ._1nnj8 {
1050
+ font-size: 0.875rem;
1051
+ line-height: 1.125rem;
1052
+ font-weight: 400;
1053
+ }
1054
+ ._37K6o {
1055
+ font-size: 0.75rem;
1056
+ line-height: 1rem;
1057
+ font-weight: 400;
1058
+ }
1059
+ ._avqxy {
1060
+ font-size: 2.5rem;
1061
+ line-height: 2.75rem;
1062
+ font-weight: 600;
1063
+ }
1064
+ ._2TG6E {
1065
+ font-weight: 600;
1066
+ }
1067
+ ._2hlsn {
1068
+ font-style: italic;
1069
+ }
1070
+ ._1Pjo6 {
1071
+ text-decoration: underline;
1072
+ }
1073
+ ._eDdDI {
1074
+ font-variant-numeric: tabular-nums;
1075
+ }
1076
+ ._2gNwS {
1077
+ text-align: left;
1078
+ }
1079
+ ._ufv1W {
1080
+ text-align: right;
1081
+ }
1082
+ ._2WMN6 {
1083
+ text-align: center;
1084
+ }
1085
+ ._2iH-J {
1086
+ text-align: justify;
1087
+ }
1088
+ ._2Ybjx {
1089
+ position: relative;
1090
+ border-bottom: 1px solid var(--color-grey-200);
1091
+ padding: 16px;
1092
+ word-break: break-word;
1093
+ -webkit-hyphens: auto;
1094
+ -ms-hyphens: auto;
1095
+ hyphens: auto;
1096
+ }
1097
+ ._2Ybjx:first-of-type {
1098
+ border-left: 1px solid var(--color-grey-200);
1099
+ }
1100
+ ._2Ybjx:last-of-type {
1101
+ border-right: 1px solid var(--color-grey-200);
1102
+ }
1103
+ ._5KXHH {
1104
+ padding: 0;
1105
+ }
1106
+ ._2-I0j:not(:last-child) {
1107
+ border-right: 1px solid var(--color-grey-200);
1108
+ }
1109
+ ._D73Vx {
1110
+ background: var(--color-radish-100);
1111
+ color: var(--color-radish-400);
1112
+ }
1113
+ ._3A9-M {
1114
+ height: 100%;
1115
+ display: flex;
1116
+ align-items: center;
1117
+ }
1118
+ ._17Km7 {
1119
+ justify-content: flex-end;
1120
+ }
1121
+ ._2c6KQ {
1122
+ justify-content: space-between;
1123
+ }
1124
+ ._2hIl3 {
1125
+ width: 16px;
1126
+ }
1127
+ ._8Uhyd {
1128
+ margin-left: 4px;
1129
+ }
1130
+ ._3X51R {
1131
+ margin-right: 4px;
1132
+ }
1133
+ ._2puqJ {
1134
+ position: fixed;
1135
+ top: 0px;
1136
+ bottom: 0px;
1137
+ left: 0px;
1138
+ right: 0px;
1139
+ background-color: rgba(0, 0, 0, 0.5);
1140
+ display: flex;
1141
+ align-items: center;
1142
+ flex-direction: column;
1143
+ }
1144
+ ._2puqJ::after {
1145
+ width: 100%;
1146
+ flex-basis: 20px;
1147
+ flex-shrink: 0;
1148
+ content: "";
1149
+ }
1150
+ ._2puqJ::before {
1151
+ width: 100%;
1152
+ min-height: 20px;
1153
+ max-height: 80px;
1154
+ flex: 1;
1155
+ content: "";
1156
+ }
1157
+
1158
+ ._1167h {
1159
+ opacity: 1;
1160
+ transform: translateX(0);
1161
+ }
1162
+
1163
+ ._t_t7L {
1164
+ opacity: 0;
1165
+ }
1166
+
1167
+ ._wQQ_2 {
1168
+ position: relative;
1169
+ border: 1px solid var(--color-grey-200);
1170
+ background: var(--color-white);
1171
+ overflow: auto;
1172
+ outline: none;
1173
+ padding: 32px;
1174
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1175
+ min-height: 200px;
1176
+ display: flex;
1177
+ flex-direction: column;
1178
+ }
1179
+ ._wQQ_2 > form {
1180
+ display: contents;
1181
+ }
1182
+
1183
+ ._3jwux {
1184
+ opacity: 1;
1185
+ }
1186
+
1187
+ ._2c2QP {
1188
+ opacity: 0;
1189
+ }
1190
+ ._36nxW {
1191
+ font-size: 24px;
1192
+ line-height: 28px;
1193
+ color: var(--color-grey-500);
1194
+ font-weight: 600;
1195
+ font-family: "Proxima Nova", sans-serif;
1196
+ }
1197
+ ._2zYre {
1198
+ display: flex;
1199
+ justify-content: end;
1200
+ margin-bottom: -20px;
1201
+ z-index: 2;
1202
+ }
1203
+
1204
+ ._2XwRD {
1205
+ font-size: 20px;
1206
+ line-height: 24px;
1207
+ color: var(--color-grey-400);
1208
+ font-family: "Proxima Nova", sans-serif;
1209
+ }
1210
+ /**
1211
+ * This is for adding a shadow when the body is scrollable.
1212
+ * It is using ::before and ::after to accomplish that => https://www.kizu.ru/shadowscroll/
1213
+ * 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
1214
+ */
1215
+ ._2J-ku {
1216
+ overflow: auto;
1217
+ font-family: "Proxima Nova", sans-serif;
1218
+ font-size: 14px;
1219
+ line-height: 16px;
1220
+ position: relative;
1221
+ }
1222
+
1223
+ ._2ErCP {
1224
+ z-index: 1;
1225
+ background: #fff no-repeat;
1226
+ background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
1227
+ background-position: 0 0, 0 100%;
1228
+ background-size: 100% 14px;
1229
+ }
1230
+ ._2ErCP::before, ._2ErCP::after {
1231
+ content: "";
1232
+ position: relative;
1233
+ z-index: -1;
1234
+ display: block;
1235
+ height: 30px;
1236
+ margin: 0 0 -30px;
1237
+ background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0));
1238
+ }
1239
+ ._2ErCP::after {
1240
+ margin: -30px 0 0;
1241
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff);
1242
+ }
1243
+ ._LKOr5 {
1244
+ flex: 1;
1245
+ display: flex;
1246
+ flex-direction: column;
1247
+ justify-content: flex-end;
1248
+ padding-top: 40px;
1249
+ }
1250
+
1251
+ ._Qktd- {
1252
+ margin-left: -12px;
1253
+ }
1254
+ ._v1b-5 {
1255
+ flex: 1;
1256
+ display: flex;
1257
+ font-family: "Proxima Nova", sans-serif;
1258
+ }
1259
+
1260
+ ._3mrLu {
1261
+ position: relative;
1262
+ flex-direction: row;
1263
+ padding-bottom: 1em;
1264
+ -webkit-user-select: none;
1265
+ -moz-user-select: none;
1266
+ -ms-user-select: none;
1267
+ user-select: none;
1268
+ }
1269
+
1270
+ ._1J9dh ._8FcQE {
1271
+ cursor: default;
1272
+ }
1273
+
1274
+ ._1SPuq,
1275
+ ._24FJ6 {
982
1276
  font-family: inherit;
983
1277
  }
984
1278
 
@@ -1277,436 +1571,142 @@ Just for future references:
1277
1571
  display: table-header-group;
1278
1572
  margin-top: 1em;
1279
1573
  }
1280
-
1281
- ._3HXCK {
1282
- display: table-row;
1283
- }
1284
-
1285
- ._t-ctd {
1286
- display: table-cell;
1287
- padding: 0.5em;
1288
- color: var(--color-grey-400);
1289
- text-align: center;
1290
- font-size: 0.875em;
1291
- }
1292
-
1293
- ._t-ctd abbr[title] {
1294
- border-bottom: none;
1295
- text-decoration: none;
1296
- }
1297
-
1298
- ._XAbiR {
1299
- display: table-row-group;
1300
- }
1301
-
1302
- ._3Nwep {
1303
- display: table-row;
1304
- }
1305
-
1306
- ._3nNcG {
1307
- display: table-cell;
1308
- padding: 0.5em;
1309
- border-radius: 50%;
1310
- vertical-align: middle;
1311
- text-align: center;
1312
- cursor: pointer;
1313
- }
1314
- ._3nNcG:not(._1O7OT):not(._1M4ZF):not(._2PEs8):not(._1PIJa):hover {
1315
- background: var(--color-grey-100);
1316
- }
1317
-
1318
- ._2T_z1 {
1319
- padding-top: 0.5em;
1320
- }
1321
-
1322
- ._1hVM6 {
1323
- color: var(--color-tangerine-400);
1324
- font-weight: 700;
1325
- }
1326
-
1327
- ._2PEs8:not(._1M4ZF):not(._1PIJa) {
1328
- background-color: var(--color-tangerine-200);
1329
- color: var(--color-tangerine-400);
1330
- }
1331
-
1332
- ._2PEs8:not(._1M4ZF):not(._1PIJa):hover {
1333
- background-color: var(--color-tangerine-400);
1334
- color: var(--color-white);
1335
- }
1336
-
1337
- ._2PEs8._1hVM6:hover {
1338
- color: var(--color-white);
1339
- }
1340
-
1341
- ._1M4ZF {
1342
- color: var(--color-grey-200);
1343
- cursor: default;
1344
- }
1345
-
1346
- ._1PIJa:not(._1M4ZF) {
1347
- color: var(--color-grey-300);
1348
- cursor: default;
1349
- }
1350
-
1351
- ._1L-hI {
1352
- position: relative;
1353
- }
1354
-
1355
- ._dDPZb {
1356
- position: absolute;
1357
- left: 0;
1358
- z-index: 1;
1359
- background: var(--color-white);
1360
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
1361
- }
1362
-
1363
- ._1alhT {
1364
- display: table-cell;
1365
- padding: 0.5em;
1366
- min-width: 1em;
1367
- border-right: 1px solid var(--color-grey-200);
1368
- color: var(--color-grey-300);
1369
- vertical-align: middle;
1370
- text-align: right;
1371
- font-size: 0.75em;
1372
- cursor: pointer;
1373
- }
1374
-
1375
- ._3i0Oo {
1376
- border-collapse: separate;
1377
- }
1378
-
1379
- ._1alhT {
1380
- outline: none;
1381
- }
1382
-
1383
- ._3nNcG {
1384
- outline: none;
1385
- border: 1px solid transparent;
1386
- border-radius: 0;
1387
- }
1388
-
1389
- ._2PEs8:not(._1M4ZF) {
1390
- background-color: var(--color-tangerine-200);
1391
- color: var(--color-tangerine-400);
1392
- }
1393
- ._2PEs8:first-of-type {
1394
- border-top-left-radius: 50%;
1395
- border-bottom-left-radius: 50%;
1396
- }
1397
- ._2PEs8:last-of-type {
1398
- border-top-right-radius: 50%;
1399
- border-bottom-right-radius: 50%;
1400
- }
1401
-
1402
- ._3Nwep:hover {
1403
- background: var(--color-grey-100);
1404
- }
1405
- ._3Nwep:hover ._2PEs8:not(._1M4ZF) {
1406
- background-color: var(--color-tangerine-400);
1407
- color: var(--color-white);
1408
- }
1409
- ._3Nwep:hover ._3nNcG:first-of-type {
1410
- border-top-left-radius: 50%;
1411
- border-bottom-left-radius: 50%;
1412
- }
1413
- ._3Nwep:hover ._3nNcG:last-of-type {
1414
- border-top-right-radius: 50%;
1415
- border-bottom-right-radius: 50%;
1416
- }
1417
- ._1v1df {
1418
- font-family: "Proxima Nova", sans-serif;
1419
- list-style: none;
1420
- margin: -20px;
1421
- padding: 0;
1422
- }
1423
- ._eAjpa {
1424
- background-color: var(--color-grey-100);
1425
- }
1426
- ._3x1F6 {
1427
- width: 100%;
1428
- height: 1px;
1429
- background-color: var(--color-grey-200);
1430
- margin: 4px 0;
1431
- }
1432
- ._B3_I5 {
1433
- padding: 12px;
1434
- font-size: 14px;
1435
- line-height: 20px;
1436
- display: flex;
1437
- cursor: pointer;
1438
- white-space: nowrap;
1439
- color: var(--color-grey-400);
1440
- gap: 8px;
1441
- align-items: center;
1442
- }
1443
- ._1mr1h {
1444
- background-color: var(--color-eggplant-100);
1445
- }
1446
- ._1mr1h > ._2b7Fg {
1447
- color: var(--color-eggplant-500);
1448
- }
1449
- ._2l0Cb {
1450
- cursor: auto;
1451
- color: var(--color-grey-500);
1452
- }
1453
- ._2l0Cb > ._2b7Fg {
1454
- color: var(--color-grey-400);
1455
- }
1456
- ._2b7Fg {
1457
- flex: 1;
1458
- color: var(--color-grey-500);
1459
- }
1460
- h1._3CIA3 {
1461
- font-size: 1.75rem;
1462
- line-height: 2rem;
1463
- font-weight: 600;
1464
- }
1465
-
1466
- h2._3CIA3 {
1467
- font-size: 1.5rem;
1468
- line-height: 1.75rem;
1469
- font-weight: 600;
1470
- }
1471
-
1472
- h3._3CIA3 {
1473
- font-size: 1.25rem;
1474
- line-height: 1.5rem;
1475
- font-weight: 600;
1476
- }
1477
-
1478
- h4._3CIA3 {
1479
- font-size: 1.25rem;
1480
- line-height: 1.5rem;
1481
- font-weight: 400;
1482
- color: var(--color-grey-400);
1483
- }
1484
-
1485
- h5._3CIA3 {
1486
- font-size: 1rem;
1487
- line-height: 1.25rem;
1488
- font-weight: 400;
1489
- color: var(--color-grey-400);
1490
- }
1491
-
1492
- ._3CIA3 {
1493
- font-family: "Proxima Nova", sans-serif;
1494
- color: var(--color-grey-500);
1495
- margin: 0;
1496
- }
1497
- ._1nnj8 {
1498
- font-size: 0.875rem;
1499
- line-height: 1.125rem;
1500
- font-weight: 400;
1501
- }
1502
- ._37K6o {
1503
- font-size: 0.75rem;
1504
- line-height: 1rem;
1505
- font-weight: 400;
1506
- }
1507
- ._avqxy {
1508
- font-size: 2.5rem;
1509
- line-height: 2.75rem;
1510
- font-weight: 600;
1511
- }
1512
- ._2TG6E {
1513
- font-weight: 600;
1514
- }
1515
- ._2hlsn {
1516
- font-style: italic;
1517
- }
1518
- ._1Pjo6 {
1519
- text-decoration: underline;
1520
- }
1521
- ._eDdDI {
1522
- font-variant-numeric: tabular-nums;
1523
- }
1524
- ._2gNwS {
1525
- text-align: left;
1526
- }
1527
- ._ufv1W {
1528
- text-align: right;
1529
- }
1530
- ._2WMN6 {
1531
- text-align: center;
1532
- }
1533
- ._2iH-J {
1534
- text-align: justify;
1535
- }
1536
- ._h724f {
1537
- line-height: normal;
1538
- padding: 0;
1539
- width: auto;
1540
- float: none;
1541
- color: var(--color-grey-500);
1542
- font-family: "Proxima Nova", sans-serif;
1543
- font-weight: 600;
1544
- font-size: 14px;
1545
- min-height: 16px;
1546
- }
1547
-
1548
- ._1VUoF {
1549
- overflow: hidden;
1550
- white-space: nowrap;
1551
- text-overflow: ellipsis;
1552
- }
1553
- ._1DWBq {
1554
- color: var(--color-grey-500);
1555
- font-family: "Proxima Nova", sans-serif;
1556
- font-weight: 400;
1557
- font-size: 12px;
1558
- line-height: 16px;
1559
- }
1560
- ._nZ2MD {
1561
- color: var(--color-radish-400);
1562
- font-family: "Proxima Nova", sans-serif;
1563
- font-weight: 400;
1564
- font-size: 12px;
1565
- }
1566
- ._20YOA {
1567
- padding: 7px;
1568
- line-height: 22px;
1569
- border-radius: 4px;
1570
- font-size: 14px;
1571
- font-family: "Proxima Nova", sans-serif;
1572
- color: var(--color-grey-500);
1573
- box-shadow: none;
1574
- border: 1px solid var(--color-grey-200);
1575
- margin: 0;
1576
- flex: 1;
1577
- min-width: 90px;
1578
- }
1579
- ._20YOA:focus {
1580
- border: 1px solid var(--color-eggplant-400);
1581
- box-shadow: 0 0 8px var(--color-eggplant-300);
1582
- outline: none;
1583
- }
1584
- ._20YOA:disabled {
1585
- background-color: var(--color-grey-100);
1574
+
1575
+ ._3HXCK {
1576
+ display: table-row;
1577
+ }
1578
+
1579
+ ._t-ctd {
1580
+ display: table-cell;
1581
+ padding: 0.5em;
1586
1582
  color: var(--color-grey-400);
1583
+ text-align: center;
1584
+ font-size: 0.875em;
1587
1585
  }
1588
1586
 
1589
- ._3kUSh {
1590
- border-color: var(--color-radish-400) !important;
1587
+ ._t-ctd abbr[title] {
1588
+ border-bottom: none;
1589
+ text-decoration: none;
1591
1590
  }
1592
1591
 
1593
- ._3IU3Q {
1594
- border-left: 0 !important;
1595
- border-top-left-radius: 0 !important;
1596
- border-bottom-left-radius: 0 !important;
1597
- color: var(--color-grey-400);
1592
+ ._XAbiR {
1593
+ display: table-row-group;
1598
1594
  }
1599
1595
 
1600
- ._QXJOD {
1601
- border-right: 0 !important;
1602
- border-top-right-radius: 0 !important;
1603
- border-bottom-right-radius: 0 !important;
1596
+ ._3Nwep {
1597
+ display: table-row;
1604
1598
  }
1605
- ._2Ybjx {
1606
- position: relative;
1607
- border-bottom: 1px solid var(--color-grey-200);
1608
- padding: 16px;
1609
- word-break: break-word;
1610
- -webkit-hyphens: auto;
1611
- -ms-hyphens: auto;
1612
- hyphens: auto;
1599
+
1600
+ ._3nNcG {
1601
+ display: table-cell;
1602
+ padding: 0.5em;
1603
+ border-radius: 50%;
1604
+ vertical-align: middle;
1605
+ text-align: center;
1606
+ cursor: pointer;
1613
1607
  }
1614
- ._2Ybjx:first-of-type {
1615
- border-left: 1px solid var(--color-grey-200);
1608
+ ._3nNcG:not(._1O7OT):not(._1M4ZF):not(._2PEs8):not(._1PIJa):hover {
1609
+ background: var(--color-grey-100);
1616
1610
  }
1617
- ._2Ybjx:last-of-type {
1618
- border-right: 1px solid var(--color-grey-200);
1611
+
1612
+ ._2T_z1 {
1613
+ padding-top: 0.5em;
1619
1614
  }
1620
- ._5KXHH {
1621
- padding: 0;
1615
+
1616
+ ._1hVM6 {
1617
+ color: var(--color-tangerine-400);
1618
+ font-weight: 700;
1622
1619
  }
1623
- ._2-I0j:not(:last-child) {
1624
- border-right: 1px solid var(--color-grey-200);
1620
+
1621
+ ._2PEs8:not(._1M4ZF):not(._1PIJa) {
1622
+ background-color: var(--color-tangerine-200);
1623
+ color: var(--color-tangerine-400);
1625
1624
  }
1626
- ._D73Vx {
1627
- background: var(--color-radish-100);
1628
- color: var(--color-radish-400);
1625
+
1626
+ ._2PEs8:not(._1M4ZF):not(._1PIJa):hover {
1627
+ background-color: var(--color-tangerine-400);
1628
+ color: var(--color-white);
1629
1629
  }
1630
- ._3A9-M {
1631
- height: 100%;
1632
- display: flex;
1633
- align-items: center;
1630
+
1631
+ ._2PEs8._1hVM6:hover {
1632
+ color: var(--color-white);
1634
1633
  }
1635
- ._17Km7 {
1636
- justify-content: flex-end;
1634
+
1635
+ ._1M4ZF {
1636
+ color: var(--color-grey-200);
1637
+ cursor: default;
1637
1638
  }
1638
- ._2c6KQ {
1639
- justify-content: space-between;
1639
+
1640
+ ._1PIJa:not(._1M4ZF) {
1641
+ color: var(--color-grey-300);
1642
+ cursor: default;
1640
1643
  }
1641
- ._2hIl3 {
1642
- width: 16px;
1644
+
1645
+ ._1L-hI {
1646
+ position: relative;
1643
1647
  }
1644
- ._8Uhyd {
1645
- margin-left: 4px;
1648
+
1649
+ ._dDPZb {
1650
+ position: absolute;
1651
+ left: 0;
1652
+ z-index: 1;
1653
+ background: var(--color-white);
1654
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
1646
1655
  }
1647
- ._3X51R {
1648
- margin-right: 4px;
1656
+
1657
+ ._1alhT {
1658
+ display: table-cell;
1659
+ padding: 0.5em;
1660
+ min-width: 1em;
1661
+ border-right: 1px solid var(--color-grey-200);
1662
+ color: var(--color-grey-300);
1663
+ vertical-align: middle;
1664
+ text-align: right;
1665
+ font-size: 0.75em;
1666
+ cursor: pointer;
1649
1667
  }
1650
- ._ybKOk {
1651
- position: relative;
1652
- display: flex;
1653
- flex: 1;
1668
+
1669
+ ._3i0Oo {
1670
+ border-collapse: separate;
1654
1671
  }
1655
1672
 
1656
- ._2COk3 input {
1657
- padding-left: 21px;
1673
+ ._1alhT {
1674
+ outline: none;
1658
1675
  }
1659
1676
 
1660
- ._1xXXN input {
1661
- padding-right: 21px;
1677
+ ._3nNcG {
1678
+ outline: none;
1679
+ border: 1px solid transparent;
1680
+ border-radius: 0;
1662
1681
  }
1663
1682
 
1664
- ._eX5OL {
1665
- position: absolute;
1666
- line-height: 22px;
1667
- padding: 8px;
1668
- color: var(--color-grey-500);
1669
- min-width: 8px;
1670
- pointer-events: none;
1671
- font-size: 14px;
1672
- font-family: "Proxima Nova", sans-serif;
1673
- box-sizing: content-box;
1674
- display: flex;
1675
- align-items: center;
1676
- height: 22px;
1677
- top: 0;
1678
- bottom: 0;
1679
- margin-top: auto;
1680
- margin-bottom: auto;
1681
- z-index: 1;
1682
- text-align: left;
1683
+ ._2PEs8:not(._1M4ZF) {
1684
+ background-color: var(--color-tangerine-200);
1685
+ color: var(--color-tangerine-400);
1683
1686
  }
1684
- ._eX5OL svg {
1685
- color: var(--color-grey-400);
1687
+ ._2PEs8:first-of-type {
1688
+ border-top-left-radius: 50%;
1689
+ border-bottom-left-radius: 50%;
1690
+ }
1691
+ ._2PEs8:last-of-type {
1692
+ border-top-right-radius: 50%;
1693
+ border-bottom-right-radius: 50%;
1686
1694
  }
1687
1695
 
1688
- .__YH01 {
1689
- position: absolute;
1690
- line-height: 22px;
1691
- padding: 8px;
1692
- color: var(--color-grey-500);
1693
- min-width: 8px;
1694
- pointer-events: none;
1695
- font-size: 14px;
1696
- font-family: "Proxima Nova", sans-serif;
1697
- box-sizing: content-box;
1698
- display: flex;
1699
- align-items: center;
1700
- height: 22px;
1701
- top: 0;
1702
- bottom: 0;
1703
- margin-top: auto;
1704
- margin-bottom: auto;
1705
- right: 0;
1706
- text-align: right;
1696
+ ._3Nwep:hover {
1697
+ background: var(--color-grey-100);
1707
1698
  }
1708
- .__YH01 svg {
1709
- color: var(--color-grey-400);
1699
+ ._3Nwep:hover ._2PEs8:not(._1M4ZF) {
1700
+ background-color: var(--color-tangerine-400);
1701
+ color: var(--color-white);
1702
+ }
1703
+ ._3Nwep:hover ._3nNcG:first-of-type {
1704
+ border-top-left-radius: 50%;
1705
+ border-bottom-left-radius: 50%;
1706
+ }
1707
+ ._3Nwep:hover ._3nNcG:last-of-type {
1708
+ border-top-right-radius: 50%;
1709
+ border-bottom-right-radius: 50%;
1710
1710
  }
1711
1711
  ._qYNve {
1712
1712
  width: 100%;
@@ -3090,6 +3090,73 @@ input:disabled + ._1tMq-::after {
3090
3090
  background-color: var(--color-tangerine-200);
3091
3091
  color: var(--color-tangerine-400);
3092
3092
  }
3093
+ ._1EJlZ, ._20_Q3 input, ._20_Q3 {
3094
+ padding: 7px;
3095
+ line-height: 22px;
3096
+ border-radius: 4px;
3097
+ font-size: 14px;
3098
+ font-family: "Proxima Nova", sans-serif;
3099
+ color: var(--color-grey-500);
3100
+ box-shadow: none;
3101
+ border: 1px solid var(--color-grey-200);
3102
+ margin: 0;
3103
+ flex: 1;
3104
+ min-width: 90px;
3105
+ }
3106
+ ._1EJlZ:focus, ._20_Q3 input:focus, ._20_Q3:focus {
3107
+ border: 1px solid var(--color-eggplant-400);
3108
+ box-shadow: 0 0 8px var(--color-eggplant-300);
3109
+ outline: none;
3110
+ }
3111
+ ._1EJlZ:disabled, ._20_Q3 input:disabled, ._20_Q3:disabled {
3112
+ background-color: var(--color-grey-100);
3113
+ color: var(--color-grey-400);
3114
+ }
3115
+
3116
+ ._3vaZG {
3117
+ border-color: var(--color-radish-400) !important;
3118
+ }
3119
+
3120
+ ._2dh_z {
3121
+ border-left: 0 !important;
3122
+ border-top-left-radius: 0 !important;
3123
+ border-bottom-left-radius: 0 !important;
3124
+ color: var(--color-grey-400);
3125
+ }
3126
+
3127
+ ._2iyg- {
3128
+ border-right: 0 !important;
3129
+ border-top-right-radius: 0 !important;
3130
+ border-bottom-right-radius: 0 !important;
3131
+ }
3132
+
3133
+ ._20_Q3 {
3134
+ display: flex;
3135
+ padding: 0;
3136
+ align-items: center;
3137
+ flex-grow: 1;
3138
+ }
3139
+ ._20_Q3 > div {
3140
+ width: 50%;
3141
+ }
3142
+ ._22G5J {
3143
+ border-color: var(--color-radish-400);
3144
+ }
3145
+ ._1bvhh {
3146
+ background-color: var(--color-grey-100);
3147
+ }
3148
+ ._20_Q3 input {
3149
+ border: none;
3150
+ min-width: 20px;
3151
+ flex: 1;
3152
+ }
3153
+ ._20_Q3 input:focus {
3154
+ border: none;
3155
+ box-shadow: inset 0 -2px 0 var(--color-tangerine-400);
3156
+ outline: none;
3157
+ border-radius: 0;
3158
+ border-top-right-radius: 4px;
3159
+ }
3093
3160
  ._vgLin {
3094
3161
  padding: 16px 12px 16px 12px;
3095
3162
  background: var(--color-grey-100);