@evercam/ui 0.0.17 → 0.0.19

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/styles.css CHANGED
@@ -246,6 +246,9 @@
246
246
  .e-h-20{
247
247
  height: 5rem;
248
248
  }
249
+ .e-h-24{
250
+ height: 6rem;
251
+ }
249
252
  .e-h-28{
250
253
  height: 7rem;
251
254
  }
@@ -270,6 +273,12 @@
270
273
  .e-h-full{
271
274
  height: 100%;
272
275
  }
276
+ .\!e-w-auto{
277
+ width: auto !important;
278
+ }
279
+ .\!e-w-full{
280
+ width: 100% !important;
281
+ }
273
282
  .e-w-10{
274
283
  width: 2.5rem;
275
284
  }
@@ -300,6 +309,9 @@
300
309
  .e-w-8{
301
310
  width: 2rem;
302
311
  }
312
+ .e-w-auto{
313
+ width: auto;
314
+ }
303
315
  .e-w-full{
304
316
  width: 100%;
305
317
  }
@@ -309,6 +321,42 @@
309
321
  .e-min-w-\[3rem\]{
310
322
  min-width: 3rem;
311
323
  }
324
+ .\!e-max-w-1\/12{
325
+ max-width: 8.333333333% !important;
326
+ }
327
+ .\!e-max-w-10\/12{
328
+ max-width: 83.333333334% !important;
329
+ }
330
+ .\!e-max-w-11\/12{
331
+ max-width: 91.666666666% !important;
332
+ }
333
+ .\!e-max-w-12\/12{
334
+ max-width: 100% !important;
335
+ }
336
+ .\!e-max-w-2\/12{
337
+ max-width: 16.666666666% !important;
338
+ }
339
+ .\!e-max-w-3\/12{
340
+ max-width: 25% !important;
341
+ }
342
+ .\!e-max-w-4\/12{
343
+ max-width: 33.333333333% !important;
344
+ }
345
+ .\!e-max-w-5\/12{
346
+ max-width: 41.666666667% !important;
347
+ }
348
+ .\!e-max-w-6\/12{
349
+ max-width: 50% !important;
350
+ }
351
+ .\!e-max-w-7\/12{
352
+ max-width: 58.333333334% !important;
353
+ }
354
+ .\!e-max-w-8\/12{
355
+ max-width: 66.666666666% !important;
356
+ }
357
+ .\!e-max-w-9\/12{
358
+ max-width: 75% !important;
359
+ }
312
360
  .e-max-w-1\/12{
313
361
  max-width: 8.333333333%;
314
362
  }
@@ -351,12 +399,108 @@
351
399
  .e-max-w-\[5rem\]{
352
400
  max-width: 5rem;
353
401
  }
402
+ .\!e-grow{
403
+ flex-grow: 1 !important;
404
+ }
405
+ .\!e-grow-0{
406
+ flex-grow: 0 !important;
407
+ }
354
408
  .e-grow{
355
409
  flex-grow: 1;
356
410
  }
357
411
  .e-grow-0{
358
412
  flex-grow: 0;
359
413
  }
414
+ .\!e-basis-0{
415
+ flex-basis: 0px !important;
416
+ }
417
+ .\!e-basis-0\.5{
418
+ flex-basis: 0.125rem !important;
419
+ }
420
+ .\!e-basis-1\/12{
421
+ flex-basis: 8.333333% !important;
422
+ }
423
+ .\!e-basis-1\/2{
424
+ flex-basis: 50% !important;
425
+ }
426
+ .\!e-basis-1\/3{
427
+ flex-basis: 33.333333% !important;
428
+ }
429
+ .\!e-basis-1\/4{
430
+ flex-basis: 25% !important;
431
+ }
432
+ .\!e-basis-1\/5{
433
+ flex-basis: 20% !important;
434
+ }
435
+ .\!e-basis-1\/6{
436
+ flex-basis: 16.666667% !important;
437
+ }
438
+ .\!e-basis-10\/12{
439
+ flex-basis: 83.333333% !important;
440
+ }
441
+ .\!e-basis-11\/12{
442
+ flex-basis: 91.666667% !important;
443
+ }
444
+ .\!e-basis-2\/12{
445
+ flex-basis: 16.666667% !important;
446
+ }
447
+ .\!e-basis-2\/3{
448
+ flex-basis: 66.666667% !important;
449
+ }
450
+ .\!e-basis-2\/4{
451
+ flex-basis: 50% !important;
452
+ }
453
+ .\!e-basis-2\/5{
454
+ flex-basis: 40% !important;
455
+ }
456
+ .\!e-basis-2\/6{
457
+ flex-basis: 33.333333% !important;
458
+ }
459
+ .\!e-basis-3\/12{
460
+ flex-basis: 25% !important;
461
+ }
462
+ .\!e-basis-3\/4{
463
+ flex-basis: 75% !important;
464
+ }
465
+ .\!e-basis-3\/5{
466
+ flex-basis: 60% !important;
467
+ }
468
+ .\!e-basis-3\/6{
469
+ flex-basis: 50% !important;
470
+ }
471
+ .\!e-basis-4\/12{
472
+ flex-basis: 33.333333% !important;
473
+ }
474
+ .\!e-basis-4\/5{
475
+ flex-basis: 80% !important;
476
+ }
477
+ .\!e-basis-4\/6{
478
+ flex-basis: 66.666667% !important;
479
+ }
480
+ .\!e-basis-5\/12{
481
+ flex-basis: 41.666667% !important;
482
+ }
483
+ .\!e-basis-5\/6{
484
+ flex-basis: 83.333333% !important;
485
+ }
486
+ .\!e-basis-6\/12{
487
+ flex-basis: 50% !important;
488
+ }
489
+ .\!e-basis-7\/12{
490
+ flex-basis: 58.333333% !important;
491
+ }
492
+ .\!e-basis-8\/12{
493
+ flex-basis: 66.666667% !important;
494
+ }
495
+ .\!e-basis-9\/12{
496
+ flex-basis: 75% !important;
497
+ }
498
+ .\!e-basis-auto{
499
+ flex-basis: auto !important;
500
+ }
501
+ .\!e-basis-full{
502
+ flex-basis: 100% !important;
503
+ }
360
504
  .e-basis-0{
361
505
  flex-basis: 0px;
362
506
  }
@@ -453,6 +597,45 @@
453
597
  .e-flex-wrap{
454
598
  flex-wrap: wrap;
455
599
  }
600
+ .e-place-content-center{
601
+ place-content: center;
602
+ }
603
+ .e-place-content-start{
604
+ place-content: start;
605
+ }
606
+ .e-place-content-end{
607
+ place-content: end;
608
+ }
609
+ .e-place-content-between{
610
+ place-content: space-between;
611
+ }
612
+ .e-place-content-around{
613
+ place-content: space-around;
614
+ }
615
+ .e-place-content-evenly{
616
+ place-content: space-evenly;
617
+ }
618
+ .e-place-content-baseline{
619
+ place-content: baseline;
620
+ }
621
+ .e-place-content-stretch{
622
+ place-content: stretch;
623
+ }
624
+ .e-place-items-start{
625
+ place-items: start;
626
+ }
627
+ .e-place-items-end{
628
+ place-items: end;
629
+ }
630
+ .e-place-items-center{
631
+ place-items: center;
632
+ }
633
+ .e-place-items-baseline{
634
+ place-items: baseline;
635
+ }
636
+ .e-place-items-stretch{
637
+ place-items: stretch;
638
+ }
456
639
  .e-content-normal{
457
640
  align-content: normal;
458
641
  }
@@ -524,8 +707,17 @@
524
707
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
525
708
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
526
709
  }
527
- .e-self-auto{
528
- align-self: auto;
710
+ .e-place-self-start{
711
+ place-self: start;
712
+ }
713
+ .e-place-self-end{
714
+ place-self: end;
715
+ }
716
+ .e-place-self-center{
717
+ place-self: center;
718
+ }
719
+ .e-place-self-stretch{
720
+ place-self: stretch;
529
721
  }
530
722
  .e-self-start{
531
723
  align-self: flex-start;
@@ -561,13 +753,13 @@
561
753
  --tw-bg-opacity: 1;
562
754
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
563
755
  }
564
- .e-bg-cyan-500{
756
+ .e-bg-brand-300{
565
757
  --tw-bg-opacity: 1;
566
- background-color: rgb(6 182 212 / var(--tw-bg-opacity));
758
+ background-color: rgb(237 99 104 / var(--tw-bg-opacity));
567
759
  }
568
- .e-bg-emerald-600{
760
+ .e-bg-cyan-500{
569
761
  --tw-bg-opacity: 1;
570
- background-color: rgb(5 150 105 / var(--tw-bg-opacity));
762
+ background-color: rgb(6 182 212 / var(--tw-bg-opacity));
571
763
  }
572
764
  .e-bg-gray-800{
573
765
  --tw-bg-opacity: 1;
@@ -686,6 +878,18 @@
686
878
  --tw-text-opacity: 1;
687
879
  color: rgb(255 255 255 / var(--tw-text-opacity));
688
880
  }
881
+ .\!e-underline-offset-1{
882
+ text-underline-offset: 1px !important;
883
+ }
884
+ .\!e-underline-offset-2{
885
+ text-underline-offset: 2px !important;
886
+ }
887
+ .\!e-underline-offset-4{
888
+ text-underline-offset: 4px !important;
889
+ }
890
+ .\!e-underline-offset-8{
891
+ text-underline-offset: 8px !important;
892
+ }
689
893
  .e-underline-offset-1{
690
894
  text-underline-offset: 1px;
691
895
  }
@@ -703,6 +907,42 @@
703
907
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
704
908
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
705
909
  }
910
+ .\!-e-outline-offset-1{
911
+ outline-offset: -1px !important;
912
+ }
913
+ .\!-e-outline-offset-2{
914
+ outline-offset: -2px !important;
915
+ }
916
+ .\!-e-outline-offset-4{
917
+ outline-offset: -4px !important;
918
+ }
919
+ .\!-e-outline-offset-8{
920
+ outline-offset: -8px !important;
921
+ }
922
+ .\!e--outline-offset-1{
923
+ outline-offset: -1px !important;
924
+ }
925
+ .\!e--outline-offset-2{
926
+ outline-offset: -2px !important;
927
+ }
928
+ .\!e--outline-offset-4{
929
+ outline-offset: -4px !important;
930
+ }
931
+ .\!e--outline-offset-8{
932
+ outline-offset: -8px !important;
933
+ }
934
+ .\!e-outline-offset-1{
935
+ outline-offset: 1px !important;
936
+ }
937
+ .\!e-outline-offset-2{
938
+ outline-offset: 2px !important;
939
+ }
940
+ .\!e-outline-offset-4{
941
+ outline-offset: 4px !important;
942
+ }
943
+ .\!e-outline-offset-8{
944
+ outline-offset: 8px !important;
945
+ }
706
946
  .-e-outline-offset-1{
707
947
  outline-offset: -1px;
708
948
  }
@@ -741,10 +981,70 @@
741
981
  }
742
982
  @media (min-width: 640px){
743
983
 
984
+ .sm\:\!e-w-auto{
985
+ width: auto !important;
986
+ }
987
+
988
+ .sm\:\!e-w-full{
989
+ width: 100% !important;
990
+ }
991
+
992
+ .sm\:e-w-auto{
993
+ width: auto;
994
+ }
995
+
744
996
  .sm\:e-w-full{
745
997
  width: 100%;
746
998
  }
747
999
 
1000
+ .sm\:\!e-max-w-1\/12{
1001
+ max-width: 8.333333333% !important;
1002
+ }
1003
+
1004
+ .sm\:\!e-max-w-10\/12{
1005
+ max-width: 83.333333334% !important;
1006
+ }
1007
+
1008
+ .sm\:\!e-max-w-11\/12{
1009
+ max-width: 91.666666666% !important;
1010
+ }
1011
+
1012
+ .sm\:\!e-max-w-12\/12{
1013
+ max-width: 100% !important;
1014
+ }
1015
+
1016
+ .sm\:\!e-max-w-2\/12{
1017
+ max-width: 16.666666666% !important;
1018
+ }
1019
+
1020
+ .sm\:\!e-max-w-3\/12{
1021
+ max-width: 25% !important;
1022
+ }
1023
+
1024
+ .sm\:\!e-max-w-4\/12{
1025
+ max-width: 33.333333333% !important;
1026
+ }
1027
+
1028
+ .sm\:\!e-max-w-5\/12{
1029
+ max-width: 41.666666667% !important;
1030
+ }
1031
+
1032
+ .sm\:\!e-max-w-6\/12{
1033
+ max-width: 50% !important;
1034
+ }
1035
+
1036
+ .sm\:\!e-max-w-7\/12{
1037
+ max-width: 58.333333334% !important;
1038
+ }
1039
+
1040
+ .sm\:\!e-max-w-8\/12{
1041
+ max-width: 66.666666666% !important;
1042
+ }
1043
+
1044
+ .sm\:\!e-max-w-9\/12{
1045
+ max-width: 75% !important;
1046
+ }
1047
+
748
1048
  .sm\:e-max-w-1\/12{
749
1049
  max-width: 8.333333333%;
750
1050
  }
@@ -793,6 +1093,14 @@
793
1093
  max-width: 75%;
794
1094
  }
795
1095
 
1096
+ .sm\:\!e-grow{
1097
+ flex-grow: 1 !important;
1098
+ }
1099
+
1100
+ .sm\:\!e-grow-0{
1101
+ flex-grow: 0 !important;
1102
+ }
1103
+
796
1104
  .sm\:e-grow{
797
1105
  flex-grow: 1;
798
1106
  }
@@ -801,6 +1109,126 @@
801
1109
  flex-grow: 0;
802
1110
  }
803
1111
 
1112
+ .sm\:\!e-basis-0{
1113
+ flex-basis: 0px !important;
1114
+ }
1115
+
1116
+ .sm\:\!e-basis-0\.5{
1117
+ flex-basis: 0.125rem !important;
1118
+ }
1119
+
1120
+ .sm\:\!e-basis-1\/12{
1121
+ flex-basis: 8.333333% !important;
1122
+ }
1123
+
1124
+ .sm\:\!e-basis-1\/2{
1125
+ flex-basis: 50% !important;
1126
+ }
1127
+
1128
+ .sm\:\!e-basis-1\/3{
1129
+ flex-basis: 33.333333% !important;
1130
+ }
1131
+
1132
+ .sm\:\!e-basis-1\/4{
1133
+ flex-basis: 25% !important;
1134
+ }
1135
+
1136
+ .sm\:\!e-basis-1\/5{
1137
+ flex-basis: 20% !important;
1138
+ }
1139
+
1140
+ .sm\:\!e-basis-1\/6{
1141
+ flex-basis: 16.666667% !important;
1142
+ }
1143
+
1144
+ .sm\:\!e-basis-10\/12{
1145
+ flex-basis: 83.333333% !important;
1146
+ }
1147
+
1148
+ .sm\:\!e-basis-11\/12{
1149
+ flex-basis: 91.666667% !important;
1150
+ }
1151
+
1152
+ .sm\:\!e-basis-2\/12{
1153
+ flex-basis: 16.666667% !important;
1154
+ }
1155
+
1156
+ .sm\:\!e-basis-2\/3{
1157
+ flex-basis: 66.666667% !important;
1158
+ }
1159
+
1160
+ .sm\:\!e-basis-2\/4{
1161
+ flex-basis: 50% !important;
1162
+ }
1163
+
1164
+ .sm\:\!e-basis-2\/5{
1165
+ flex-basis: 40% !important;
1166
+ }
1167
+
1168
+ .sm\:\!e-basis-2\/6{
1169
+ flex-basis: 33.333333% !important;
1170
+ }
1171
+
1172
+ .sm\:\!e-basis-3\/12{
1173
+ flex-basis: 25% !important;
1174
+ }
1175
+
1176
+ .sm\:\!e-basis-3\/4{
1177
+ flex-basis: 75% !important;
1178
+ }
1179
+
1180
+ .sm\:\!e-basis-3\/5{
1181
+ flex-basis: 60% !important;
1182
+ }
1183
+
1184
+ .sm\:\!e-basis-3\/6{
1185
+ flex-basis: 50% !important;
1186
+ }
1187
+
1188
+ .sm\:\!e-basis-4\/12{
1189
+ flex-basis: 33.333333% !important;
1190
+ }
1191
+
1192
+ .sm\:\!e-basis-4\/5{
1193
+ flex-basis: 80% !important;
1194
+ }
1195
+
1196
+ .sm\:\!e-basis-4\/6{
1197
+ flex-basis: 66.666667% !important;
1198
+ }
1199
+
1200
+ .sm\:\!e-basis-5\/12{
1201
+ flex-basis: 41.666667% !important;
1202
+ }
1203
+
1204
+ .sm\:\!e-basis-5\/6{
1205
+ flex-basis: 83.333333% !important;
1206
+ }
1207
+
1208
+ .sm\:\!e-basis-6\/12{
1209
+ flex-basis: 50% !important;
1210
+ }
1211
+
1212
+ .sm\:\!e-basis-7\/12{
1213
+ flex-basis: 58.333333% !important;
1214
+ }
1215
+
1216
+ .sm\:\!e-basis-8\/12{
1217
+ flex-basis: 66.666667% !important;
1218
+ }
1219
+
1220
+ .sm\:\!e-basis-9\/12{
1221
+ flex-basis: 75% !important;
1222
+ }
1223
+
1224
+ .sm\:\!e-basis-auto{
1225
+ flex-basis: auto !important;
1226
+ }
1227
+
1228
+ .sm\:\!e-basis-full{
1229
+ flex-basis: 100% !important;
1230
+ }
1231
+
804
1232
  .sm\:e-basis-0{
805
1233
  flex-basis: 0px;
806
1234
  }
@@ -921,6 +1349,22 @@
921
1349
  flex-basis: 100%;
922
1350
  }
923
1351
 
1352
+ .sm\:\!e-underline-offset-1{
1353
+ text-underline-offset: 1px !important;
1354
+ }
1355
+
1356
+ .sm\:\!e-underline-offset-2{
1357
+ text-underline-offset: 2px !important;
1358
+ }
1359
+
1360
+ .sm\:\!e-underline-offset-4{
1361
+ text-underline-offset: 4px !important;
1362
+ }
1363
+
1364
+ .sm\:\!e-underline-offset-8{
1365
+ text-underline-offset: 8px !important;
1366
+ }
1367
+
924
1368
  .sm\:e-underline-offset-1{
925
1369
  text-underline-offset: 1px;
926
1370
  }
@@ -937,6 +1381,54 @@
937
1381
  text-underline-offset: 8px;
938
1382
  }
939
1383
 
1384
+ .sm\:\!-e-outline-offset-1{
1385
+ outline-offset: -1px !important;
1386
+ }
1387
+
1388
+ .sm\:\!-e-outline-offset-2{
1389
+ outline-offset: -2px !important;
1390
+ }
1391
+
1392
+ .sm\:\!-e-outline-offset-4{
1393
+ outline-offset: -4px !important;
1394
+ }
1395
+
1396
+ .sm\:\!-e-outline-offset-8{
1397
+ outline-offset: -8px !important;
1398
+ }
1399
+
1400
+ .sm\:\!e--outline-offset-1{
1401
+ outline-offset: -1px !important;
1402
+ }
1403
+
1404
+ .sm\:\!e--outline-offset-2{
1405
+ outline-offset: -2px !important;
1406
+ }
1407
+
1408
+ .sm\:\!e--outline-offset-4{
1409
+ outline-offset: -4px !important;
1410
+ }
1411
+
1412
+ .sm\:\!e--outline-offset-8{
1413
+ outline-offset: -8px !important;
1414
+ }
1415
+
1416
+ .sm\:\!e-outline-offset-1{
1417
+ outline-offset: 1px !important;
1418
+ }
1419
+
1420
+ .sm\:\!e-outline-offset-2{
1421
+ outline-offset: 2px !important;
1422
+ }
1423
+
1424
+ .sm\:\!e-outline-offset-4{
1425
+ outline-offset: 4px !important;
1426
+ }
1427
+
1428
+ .sm\:\!e-outline-offset-8{
1429
+ outline-offset: 8px !important;
1430
+ }
1431
+
940
1432
  .sm\:-e-outline-offset-1{
941
1433
  outline-offset: -1px;
942
1434
  }
@@ -987,10 +1479,70 @@
987
1479
  }
988
1480
  @media (min-width: 768px){
989
1481
 
1482
+ .md\:\!e-w-auto{
1483
+ width: auto !important;
1484
+ }
1485
+
1486
+ .md\:\!e-w-full{
1487
+ width: 100% !important;
1488
+ }
1489
+
1490
+ .md\:e-w-auto{
1491
+ width: auto;
1492
+ }
1493
+
990
1494
  .md\:e-w-full{
991
1495
  width: 100%;
992
1496
  }
993
1497
 
1498
+ .md\:\!e-max-w-1\/12{
1499
+ max-width: 8.333333333% !important;
1500
+ }
1501
+
1502
+ .md\:\!e-max-w-10\/12{
1503
+ max-width: 83.333333334% !important;
1504
+ }
1505
+
1506
+ .md\:\!e-max-w-11\/12{
1507
+ max-width: 91.666666666% !important;
1508
+ }
1509
+
1510
+ .md\:\!e-max-w-12\/12{
1511
+ max-width: 100% !important;
1512
+ }
1513
+
1514
+ .md\:\!e-max-w-2\/12{
1515
+ max-width: 16.666666666% !important;
1516
+ }
1517
+
1518
+ .md\:\!e-max-w-3\/12{
1519
+ max-width: 25% !important;
1520
+ }
1521
+
1522
+ .md\:\!e-max-w-4\/12{
1523
+ max-width: 33.333333333% !important;
1524
+ }
1525
+
1526
+ .md\:\!e-max-w-5\/12{
1527
+ max-width: 41.666666667% !important;
1528
+ }
1529
+
1530
+ .md\:\!e-max-w-6\/12{
1531
+ max-width: 50% !important;
1532
+ }
1533
+
1534
+ .md\:\!e-max-w-7\/12{
1535
+ max-width: 58.333333334% !important;
1536
+ }
1537
+
1538
+ .md\:\!e-max-w-8\/12{
1539
+ max-width: 66.666666666% !important;
1540
+ }
1541
+
1542
+ .md\:\!e-max-w-9\/12{
1543
+ max-width: 75% !important;
1544
+ }
1545
+
994
1546
  .md\:e-max-w-1\/12{
995
1547
  max-width: 8.333333333%;
996
1548
  }
@@ -1039,6 +1591,14 @@
1039
1591
  max-width: 75%;
1040
1592
  }
1041
1593
 
1594
+ .md\:\!e-grow{
1595
+ flex-grow: 1 !important;
1596
+ }
1597
+
1598
+ .md\:\!e-grow-0{
1599
+ flex-grow: 0 !important;
1600
+ }
1601
+
1042
1602
  .md\:e-grow{
1043
1603
  flex-grow: 1;
1044
1604
  }
@@ -1047,28 +1607,148 @@
1047
1607
  flex-grow: 0;
1048
1608
  }
1049
1609
 
1050
- .md\:e-basis-0{
1051
- flex-basis: 0px;
1610
+ .md\:\!e-basis-0{
1611
+ flex-basis: 0px !important;
1052
1612
  }
1053
1613
 
1054
- .md\:e-basis-0\.5{
1055
- flex-basis: 0.125rem;
1614
+ .md\:\!e-basis-0\.5{
1615
+ flex-basis: 0.125rem !important;
1056
1616
  }
1057
1617
 
1058
- .md\:e-basis-1\/12{
1059
- flex-basis: 8.333333%;
1618
+ .md\:\!e-basis-1\/12{
1619
+ flex-basis: 8.333333% !important;
1060
1620
  }
1061
1621
 
1062
- .md\:e-basis-1\/2{
1063
- flex-basis: 50%;
1622
+ .md\:\!e-basis-1\/2{
1623
+ flex-basis: 50% !important;
1064
1624
  }
1065
1625
 
1066
- .md\:e-basis-1\/3{
1067
- flex-basis: 33.333333%;
1626
+ .md\:\!e-basis-1\/3{
1627
+ flex-basis: 33.333333% !important;
1068
1628
  }
1069
1629
 
1070
- .md\:e-basis-1\/4{
1071
- flex-basis: 25%;
1630
+ .md\:\!e-basis-1\/4{
1631
+ flex-basis: 25% !important;
1632
+ }
1633
+
1634
+ .md\:\!e-basis-1\/5{
1635
+ flex-basis: 20% !important;
1636
+ }
1637
+
1638
+ .md\:\!e-basis-1\/6{
1639
+ flex-basis: 16.666667% !important;
1640
+ }
1641
+
1642
+ .md\:\!e-basis-10\/12{
1643
+ flex-basis: 83.333333% !important;
1644
+ }
1645
+
1646
+ .md\:\!e-basis-11\/12{
1647
+ flex-basis: 91.666667% !important;
1648
+ }
1649
+
1650
+ .md\:\!e-basis-2\/12{
1651
+ flex-basis: 16.666667% !important;
1652
+ }
1653
+
1654
+ .md\:\!e-basis-2\/3{
1655
+ flex-basis: 66.666667% !important;
1656
+ }
1657
+
1658
+ .md\:\!e-basis-2\/4{
1659
+ flex-basis: 50% !important;
1660
+ }
1661
+
1662
+ .md\:\!e-basis-2\/5{
1663
+ flex-basis: 40% !important;
1664
+ }
1665
+
1666
+ .md\:\!e-basis-2\/6{
1667
+ flex-basis: 33.333333% !important;
1668
+ }
1669
+
1670
+ .md\:\!e-basis-3\/12{
1671
+ flex-basis: 25% !important;
1672
+ }
1673
+
1674
+ .md\:\!e-basis-3\/4{
1675
+ flex-basis: 75% !important;
1676
+ }
1677
+
1678
+ .md\:\!e-basis-3\/5{
1679
+ flex-basis: 60% !important;
1680
+ }
1681
+
1682
+ .md\:\!e-basis-3\/6{
1683
+ flex-basis: 50% !important;
1684
+ }
1685
+
1686
+ .md\:\!e-basis-4\/12{
1687
+ flex-basis: 33.333333% !important;
1688
+ }
1689
+
1690
+ .md\:\!e-basis-4\/5{
1691
+ flex-basis: 80% !important;
1692
+ }
1693
+
1694
+ .md\:\!e-basis-4\/6{
1695
+ flex-basis: 66.666667% !important;
1696
+ }
1697
+
1698
+ .md\:\!e-basis-5\/12{
1699
+ flex-basis: 41.666667% !important;
1700
+ }
1701
+
1702
+ .md\:\!e-basis-5\/6{
1703
+ flex-basis: 83.333333% !important;
1704
+ }
1705
+
1706
+ .md\:\!e-basis-6\/12{
1707
+ flex-basis: 50% !important;
1708
+ }
1709
+
1710
+ .md\:\!e-basis-7\/12{
1711
+ flex-basis: 58.333333% !important;
1712
+ }
1713
+
1714
+ .md\:\!e-basis-8\/12{
1715
+ flex-basis: 66.666667% !important;
1716
+ }
1717
+
1718
+ .md\:\!e-basis-9\/12{
1719
+ flex-basis: 75% !important;
1720
+ }
1721
+
1722
+ .md\:\!e-basis-auto{
1723
+ flex-basis: auto !important;
1724
+ }
1725
+
1726
+ .md\:\!e-basis-full{
1727
+ flex-basis: 100% !important;
1728
+ }
1729
+
1730
+ .md\:e-basis-0{
1731
+ flex-basis: 0px;
1732
+ }
1733
+
1734
+ .md\:e-basis-0\.5{
1735
+ flex-basis: 0.125rem;
1736
+ }
1737
+
1738
+ .md\:e-basis-1\/12{
1739
+ flex-basis: 8.333333%;
1740
+ }
1741
+
1742
+ .md\:e-basis-1\/2{
1743
+ flex-basis: 50%;
1744
+ }
1745
+
1746
+ .md\:e-basis-1\/3{
1747
+ flex-basis: 33.333333%;
1748
+ }
1749
+
1750
+ .md\:e-basis-1\/4{
1751
+ flex-basis: 25%;
1072
1752
  }
1073
1753
 
1074
1754
  .md\:e-basis-1\/5{
@@ -1167,6 +1847,22 @@
1167
1847
  flex-basis: 100%;
1168
1848
  }
1169
1849
 
1850
+ .md\:\!e-underline-offset-1{
1851
+ text-underline-offset: 1px !important;
1852
+ }
1853
+
1854
+ .md\:\!e-underline-offset-2{
1855
+ text-underline-offset: 2px !important;
1856
+ }
1857
+
1858
+ .md\:\!e-underline-offset-4{
1859
+ text-underline-offset: 4px !important;
1860
+ }
1861
+
1862
+ .md\:\!e-underline-offset-8{
1863
+ text-underline-offset: 8px !important;
1864
+ }
1865
+
1170
1866
  .md\:e-underline-offset-1{
1171
1867
  text-underline-offset: 1px;
1172
1868
  }
@@ -1183,6 +1879,54 @@
1183
1879
  text-underline-offset: 8px;
1184
1880
  }
1185
1881
 
1882
+ .md\:\!-e-outline-offset-1{
1883
+ outline-offset: -1px !important;
1884
+ }
1885
+
1886
+ .md\:\!-e-outline-offset-2{
1887
+ outline-offset: -2px !important;
1888
+ }
1889
+
1890
+ .md\:\!-e-outline-offset-4{
1891
+ outline-offset: -4px !important;
1892
+ }
1893
+
1894
+ .md\:\!-e-outline-offset-8{
1895
+ outline-offset: -8px !important;
1896
+ }
1897
+
1898
+ .md\:\!e--outline-offset-1{
1899
+ outline-offset: -1px !important;
1900
+ }
1901
+
1902
+ .md\:\!e--outline-offset-2{
1903
+ outline-offset: -2px !important;
1904
+ }
1905
+
1906
+ .md\:\!e--outline-offset-4{
1907
+ outline-offset: -4px !important;
1908
+ }
1909
+
1910
+ .md\:\!e--outline-offset-8{
1911
+ outline-offset: -8px !important;
1912
+ }
1913
+
1914
+ .md\:\!e-outline-offset-1{
1915
+ outline-offset: 1px !important;
1916
+ }
1917
+
1918
+ .md\:\!e-outline-offset-2{
1919
+ outline-offset: 2px !important;
1920
+ }
1921
+
1922
+ .md\:\!e-outline-offset-4{
1923
+ outline-offset: 4px !important;
1924
+ }
1925
+
1926
+ .md\:\!e-outline-offset-8{
1927
+ outline-offset: 8px !important;
1928
+ }
1929
+
1186
1930
  .md\:-e-outline-offset-1{
1187
1931
  outline-offset: -1px;
1188
1932
  }
@@ -1233,10 +1977,70 @@
1233
1977
  }
1234
1978
  @media (min-width: 1024px){
1235
1979
 
1980
+ .lg\:\!e-w-auto{
1981
+ width: auto !important;
1982
+ }
1983
+
1984
+ .lg\:\!e-w-full{
1985
+ width: 100% !important;
1986
+ }
1987
+
1988
+ .lg\:e-w-auto{
1989
+ width: auto;
1990
+ }
1991
+
1236
1992
  .lg\:e-w-full{
1237
1993
  width: 100%;
1238
1994
  }
1239
1995
 
1996
+ .lg\:\!e-max-w-1\/12{
1997
+ max-width: 8.333333333% !important;
1998
+ }
1999
+
2000
+ .lg\:\!e-max-w-10\/12{
2001
+ max-width: 83.333333334% !important;
2002
+ }
2003
+
2004
+ .lg\:\!e-max-w-11\/12{
2005
+ max-width: 91.666666666% !important;
2006
+ }
2007
+
2008
+ .lg\:\!e-max-w-12\/12{
2009
+ max-width: 100% !important;
2010
+ }
2011
+
2012
+ .lg\:\!e-max-w-2\/12{
2013
+ max-width: 16.666666666% !important;
2014
+ }
2015
+
2016
+ .lg\:\!e-max-w-3\/12{
2017
+ max-width: 25% !important;
2018
+ }
2019
+
2020
+ .lg\:\!e-max-w-4\/12{
2021
+ max-width: 33.333333333% !important;
2022
+ }
2023
+
2024
+ .lg\:\!e-max-w-5\/12{
2025
+ max-width: 41.666666667% !important;
2026
+ }
2027
+
2028
+ .lg\:\!e-max-w-6\/12{
2029
+ max-width: 50% !important;
2030
+ }
2031
+
2032
+ .lg\:\!e-max-w-7\/12{
2033
+ max-width: 58.333333334% !important;
2034
+ }
2035
+
2036
+ .lg\:\!e-max-w-8\/12{
2037
+ max-width: 66.666666666% !important;
2038
+ }
2039
+
2040
+ .lg\:\!e-max-w-9\/12{
2041
+ max-width: 75% !important;
2042
+ }
2043
+
1240
2044
  .lg\:e-max-w-1\/12{
1241
2045
  max-width: 8.333333333%;
1242
2046
  }
@@ -1285,6 +2089,14 @@
1285
2089
  max-width: 75%;
1286
2090
  }
1287
2091
 
2092
+ .lg\:\!e-grow{
2093
+ flex-grow: 1 !important;
2094
+ }
2095
+
2096
+ .lg\:\!e-grow-0{
2097
+ flex-grow: 0 !important;
2098
+ }
2099
+
1288
2100
  .lg\:e-grow{
1289
2101
  flex-grow: 1;
1290
2102
  }
@@ -1293,6 +2105,126 @@
1293
2105
  flex-grow: 0;
1294
2106
  }
1295
2107
 
2108
+ .lg\:\!e-basis-0{
2109
+ flex-basis: 0px !important;
2110
+ }
2111
+
2112
+ .lg\:\!e-basis-0\.5{
2113
+ flex-basis: 0.125rem !important;
2114
+ }
2115
+
2116
+ .lg\:\!e-basis-1\/12{
2117
+ flex-basis: 8.333333% !important;
2118
+ }
2119
+
2120
+ .lg\:\!e-basis-1\/2{
2121
+ flex-basis: 50% !important;
2122
+ }
2123
+
2124
+ .lg\:\!e-basis-1\/3{
2125
+ flex-basis: 33.333333% !important;
2126
+ }
2127
+
2128
+ .lg\:\!e-basis-1\/4{
2129
+ flex-basis: 25% !important;
2130
+ }
2131
+
2132
+ .lg\:\!e-basis-1\/5{
2133
+ flex-basis: 20% !important;
2134
+ }
2135
+
2136
+ .lg\:\!e-basis-1\/6{
2137
+ flex-basis: 16.666667% !important;
2138
+ }
2139
+
2140
+ .lg\:\!e-basis-10\/12{
2141
+ flex-basis: 83.333333% !important;
2142
+ }
2143
+
2144
+ .lg\:\!e-basis-11\/12{
2145
+ flex-basis: 91.666667% !important;
2146
+ }
2147
+
2148
+ .lg\:\!e-basis-2\/12{
2149
+ flex-basis: 16.666667% !important;
2150
+ }
2151
+
2152
+ .lg\:\!e-basis-2\/3{
2153
+ flex-basis: 66.666667% !important;
2154
+ }
2155
+
2156
+ .lg\:\!e-basis-2\/4{
2157
+ flex-basis: 50% !important;
2158
+ }
2159
+
2160
+ .lg\:\!e-basis-2\/5{
2161
+ flex-basis: 40% !important;
2162
+ }
2163
+
2164
+ .lg\:\!e-basis-2\/6{
2165
+ flex-basis: 33.333333% !important;
2166
+ }
2167
+
2168
+ .lg\:\!e-basis-3\/12{
2169
+ flex-basis: 25% !important;
2170
+ }
2171
+
2172
+ .lg\:\!e-basis-3\/4{
2173
+ flex-basis: 75% !important;
2174
+ }
2175
+
2176
+ .lg\:\!e-basis-3\/5{
2177
+ flex-basis: 60% !important;
2178
+ }
2179
+
2180
+ .lg\:\!e-basis-3\/6{
2181
+ flex-basis: 50% !important;
2182
+ }
2183
+
2184
+ .lg\:\!e-basis-4\/12{
2185
+ flex-basis: 33.333333% !important;
2186
+ }
2187
+
2188
+ .lg\:\!e-basis-4\/5{
2189
+ flex-basis: 80% !important;
2190
+ }
2191
+
2192
+ .lg\:\!e-basis-4\/6{
2193
+ flex-basis: 66.666667% !important;
2194
+ }
2195
+
2196
+ .lg\:\!e-basis-5\/12{
2197
+ flex-basis: 41.666667% !important;
2198
+ }
2199
+
2200
+ .lg\:\!e-basis-5\/6{
2201
+ flex-basis: 83.333333% !important;
2202
+ }
2203
+
2204
+ .lg\:\!e-basis-6\/12{
2205
+ flex-basis: 50% !important;
2206
+ }
2207
+
2208
+ .lg\:\!e-basis-7\/12{
2209
+ flex-basis: 58.333333% !important;
2210
+ }
2211
+
2212
+ .lg\:\!e-basis-8\/12{
2213
+ flex-basis: 66.666667% !important;
2214
+ }
2215
+
2216
+ .lg\:\!e-basis-9\/12{
2217
+ flex-basis: 75% !important;
2218
+ }
2219
+
2220
+ .lg\:\!e-basis-auto{
2221
+ flex-basis: auto !important;
2222
+ }
2223
+
2224
+ .lg\:\!e-basis-full{
2225
+ flex-basis: 100% !important;
2226
+ }
2227
+
1296
2228
  .lg\:e-basis-0{
1297
2229
  flex-basis: 0px;
1298
2230
  }
@@ -1413,6 +2345,22 @@
1413
2345
  flex-basis: 100%;
1414
2346
  }
1415
2347
 
2348
+ .lg\:\!e-underline-offset-1{
2349
+ text-underline-offset: 1px !important;
2350
+ }
2351
+
2352
+ .lg\:\!e-underline-offset-2{
2353
+ text-underline-offset: 2px !important;
2354
+ }
2355
+
2356
+ .lg\:\!e-underline-offset-4{
2357
+ text-underline-offset: 4px !important;
2358
+ }
2359
+
2360
+ .lg\:\!e-underline-offset-8{
2361
+ text-underline-offset: 8px !important;
2362
+ }
2363
+
1416
2364
  .lg\:e-underline-offset-1{
1417
2365
  text-underline-offset: 1px;
1418
2366
  }
@@ -1429,6 +2377,54 @@
1429
2377
  text-underline-offset: 8px;
1430
2378
  }
1431
2379
 
2380
+ .lg\:\!-e-outline-offset-1{
2381
+ outline-offset: -1px !important;
2382
+ }
2383
+
2384
+ .lg\:\!-e-outline-offset-2{
2385
+ outline-offset: -2px !important;
2386
+ }
2387
+
2388
+ .lg\:\!-e-outline-offset-4{
2389
+ outline-offset: -4px !important;
2390
+ }
2391
+
2392
+ .lg\:\!-e-outline-offset-8{
2393
+ outline-offset: -8px !important;
2394
+ }
2395
+
2396
+ .lg\:\!e--outline-offset-1{
2397
+ outline-offset: -1px !important;
2398
+ }
2399
+
2400
+ .lg\:\!e--outline-offset-2{
2401
+ outline-offset: -2px !important;
2402
+ }
2403
+
2404
+ .lg\:\!e--outline-offset-4{
2405
+ outline-offset: -4px !important;
2406
+ }
2407
+
2408
+ .lg\:\!e--outline-offset-8{
2409
+ outline-offset: -8px !important;
2410
+ }
2411
+
2412
+ .lg\:\!e-outline-offset-1{
2413
+ outline-offset: 1px !important;
2414
+ }
2415
+
2416
+ .lg\:\!e-outline-offset-2{
2417
+ outline-offset: 2px !important;
2418
+ }
2419
+
2420
+ .lg\:\!e-outline-offset-4{
2421
+ outline-offset: 4px !important;
2422
+ }
2423
+
2424
+ .lg\:\!e-outline-offset-8{
2425
+ outline-offset: 8px !important;
2426
+ }
2427
+
1432
2428
  .lg\:-e-outline-offset-1{
1433
2429
  outline-offset: -1px;
1434
2430
  }
@@ -1479,10 +2475,70 @@
1479
2475
  }
1480
2476
  @media (min-width: 1280px){
1481
2477
 
2478
+ .xl\:\!e-w-auto{
2479
+ width: auto !important;
2480
+ }
2481
+
2482
+ .xl\:\!e-w-full{
2483
+ width: 100% !important;
2484
+ }
2485
+
2486
+ .xl\:e-w-auto{
2487
+ width: auto;
2488
+ }
2489
+
1482
2490
  .xl\:e-w-full{
1483
2491
  width: 100%;
1484
2492
  }
1485
2493
 
2494
+ .xl\:\!e-max-w-1\/12{
2495
+ max-width: 8.333333333% !important;
2496
+ }
2497
+
2498
+ .xl\:\!e-max-w-10\/12{
2499
+ max-width: 83.333333334% !important;
2500
+ }
2501
+
2502
+ .xl\:\!e-max-w-11\/12{
2503
+ max-width: 91.666666666% !important;
2504
+ }
2505
+
2506
+ .xl\:\!e-max-w-12\/12{
2507
+ max-width: 100% !important;
2508
+ }
2509
+
2510
+ .xl\:\!e-max-w-2\/12{
2511
+ max-width: 16.666666666% !important;
2512
+ }
2513
+
2514
+ .xl\:\!e-max-w-3\/12{
2515
+ max-width: 25% !important;
2516
+ }
2517
+
2518
+ .xl\:\!e-max-w-4\/12{
2519
+ max-width: 33.333333333% !important;
2520
+ }
2521
+
2522
+ .xl\:\!e-max-w-5\/12{
2523
+ max-width: 41.666666667% !important;
2524
+ }
2525
+
2526
+ .xl\:\!e-max-w-6\/12{
2527
+ max-width: 50% !important;
2528
+ }
2529
+
2530
+ .xl\:\!e-max-w-7\/12{
2531
+ max-width: 58.333333334% !important;
2532
+ }
2533
+
2534
+ .xl\:\!e-max-w-8\/12{
2535
+ max-width: 66.666666666% !important;
2536
+ }
2537
+
2538
+ .xl\:\!e-max-w-9\/12{
2539
+ max-width: 75% !important;
2540
+ }
2541
+
1486
2542
  .xl\:e-max-w-1\/12{
1487
2543
  max-width: 8.333333333%;
1488
2544
  }
@@ -1531,6 +2587,14 @@
1531
2587
  max-width: 75%;
1532
2588
  }
1533
2589
 
2590
+ .xl\:\!e-grow{
2591
+ flex-grow: 1 !important;
2592
+ }
2593
+
2594
+ .xl\:\!e-grow-0{
2595
+ flex-grow: 0 !important;
2596
+ }
2597
+
1534
2598
  .xl\:e-grow{
1535
2599
  flex-grow: 1;
1536
2600
  }
@@ -1539,6 +2603,126 @@
1539
2603
  flex-grow: 0;
1540
2604
  }
1541
2605
 
2606
+ .xl\:\!e-basis-0{
2607
+ flex-basis: 0px !important;
2608
+ }
2609
+
2610
+ .xl\:\!e-basis-0\.5{
2611
+ flex-basis: 0.125rem !important;
2612
+ }
2613
+
2614
+ .xl\:\!e-basis-1\/12{
2615
+ flex-basis: 8.333333% !important;
2616
+ }
2617
+
2618
+ .xl\:\!e-basis-1\/2{
2619
+ flex-basis: 50% !important;
2620
+ }
2621
+
2622
+ .xl\:\!e-basis-1\/3{
2623
+ flex-basis: 33.333333% !important;
2624
+ }
2625
+
2626
+ .xl\:\!e-basis-1\/4{
2627
+ flex-basis: 25% !important;
2628
+ }
2629
+
2630
+ .xl\:\!e-basis-1\/5{
2631
+ flex-basis: 20% !important;
2632
+ }
2633
+
2634
+ .xl\:\!e-basis-1\/6{
2635
+ flex-basis: 16.666667% !important;
2636
+ }
2637
+
2638
+ .xl\:\!e-basis-10\/12{
2639
+ flex-basis: 83.333333% !important;
2640
+ }
2641
+
2642
+ .xl\:\!e-basis-11\/12{
2643
+ flex-basis: 91.666667% !important;
2644
+ }
2645
+
2646
+ .xl\:\!e-basis-2\/12{
2647
+ flex-basis: 16.666667% !important;
2648
+ }
2649
+
2650
+ .xl\:\!e-basis-2\/3{
2651
+ flex-basis: 66.666667% !important;
2652
+ }
2653
+
2654
+ .xl\:\!e-basis-2\/4{
2655
+ flex-basis: 50% !important;
2656
+ }
2657
+
2658
+ .xl\:\!e-basis-2\/5{
2659
+ flex-basis: 40% !important;
2660
+ }
2661
+
2662
+ .xl\:\!e-basis-2\/6{
2663
+ flex-basis: 33.333333% !important;
2664
+ }
2665
+
2666
+ .xl\:\!e-basis-3\/12{
2667
+ flex-basis: 25% !important;
2668
+ }
2669
+
2670
+ .xl\:\!e-basis-3\/4{
2671
+ flex-basis: 75% !important;
2672
+ }
2673
+
2674
+ .xl\:\!e-basis-3\/5{
2675
+ flex-basis: 60% !important;
2676
+ }
2677
+
2678
+ .xl\:\!e-basis-3\/6{
2679
+ flex-basis: 50% !important;
2680
+ }
2681
+
2682
+ .xl\:\!e-basis-4\/12{
2683
+ flex-basis: 33.333333% !important;
2684
+ }
2685
+
2686
+ .xl\:\!e-basis-4\/5{
2687
+ flex-basis: 80% !important;
2688
+ }
2689
+
2690
+ .xl\:\!e-basis-4\/6{
2691
+ flex-basis: 66.666667% !important;
2692
+ }
2693
+
2694
+ .xl\:\!e-basis-5\/12{
2695
+ flex-basis: 41.666667% !important;
2696
+ }
2697
+
2698
+ .xl\:\!e-basis-5\/6{
2699
+ flex-basis: 83.333333% !important;
2700
+ }
2701
+
2702
+ .xl\:\!e-basis-6\/12{
2703
+ flex-basis: 50% !important;
2704
+ }
2705
+
2706
+ .xl\:\!e-basis-7\/12{
2707
+ flex-basis: 58.333333% !important;
2708
+ }
2709
+
2710
+ .xl\:\!e-basis-8\/12{
2711
+ flex-basis: 66.666667% !important;
2712
+ }
2713
+
2714
+ .xl\:\!e-basis-9\/12{
2715
+ flex-basis: 75% !important;
2716
+ }
2717
+
2718
+ .xl\:\!e-basis-auto{
2719
+ flex-basis: auto !important;
2720
+ }
2721
+
2722
+ .xl\:\!e-basis-full{
2723
+ flex-basis: 100% !important;
2724
+ }
2725
+
1542
2726
  .xl\:e-basis-0{
1543
2727
  flex-basis: 0px;
1544
2728
  }
@@ -1659,6 +2843,22 @@
1659
2843
  flex-basis: 100%;
1660
2844
  }
1661
2845
 
2846
+ .xl\:\!e-underline-offset-1{
2847
+ text-underline-offset: 1px !important;
2848
+ }
2849
+
2850
+ .xl\:\!e-underline-offset-2{
2851
+ text-underline-offset: 2px !important;
2852
+ }
2853
+
2854
+ .xl\:\!e-underline-offset-4{
2855
+ text-underline-offset: 4px !important;
2856
+ }
2857
+
2858
+ .xl\:\!e-underline-offset-8{
2859
+ text-underline-offset: 8px !important;
2860
+ }
2861
+
1662
2862
  .xl\:e-underline-offset-1{
1663
2863
  text-underline-offset: 1px;
1664
2864
  }
@@ -1675,6 +2875,54 @@
1675
2875
  text-underline-offset: 8px;
1676
2876
  }
1677
2877
 
2878
+ .xl\:\!-e-outline-offset-1{
2879
+ outline-offset: -1px !important;
2880
+ }
2881
+
2882
+ .xl\:\!-e-outline-offset-2{
2883
+ outline-offset: -2px !important;
2884
+ }
2885
+
2886
+ .xl\:\!-e-outline-offset-4{
2887
+ outline-offset: -4px !important;
2888
+ }
2889
+
2890
+ .xl\:\!-e-outline-offset-8{
2891
+ outline-offset: -8px !important;
2892
+ }
2893
+
2894
+ .xl\:\!e--outline-offset-1{
2895
+ outline-offset: -1px !important;
2896
+ }
2897
+
2898
+ .xl\:\!e--outline-offset-2{
2899
+ outline-offset: -2px !important;
2900
+ }
2901
+
2902
+ .xl\:\!e--outline-offset-4{
2903
+ outline-offset: -4px !important;
2904
+ }
2905
+
2906
+ .xl\:\!e--outline-offset-8{
2907
+ outline-offset: -8px !important;
2908
+ }
2909
+
2910
+ .xl\:\!e-outline-offset-1{
2911
+ outline-offset: 1px !important;
2912
+ }
2913
+
2914
+ .xl\:\!e-outline-offset-2{
2915
+ outline-offset: 2px !important;
2916
+ }
2917
+
2918
+ .xl\:\!e-outline-offset-4{
2919
+ outline-offset: 4px !important;
2920
+ }
2921
+
2922
+ .xl\:\!e-outline-offset-8{
2923
+ outline-offset: 8px !important;
2924
+ }
2925
+
1678
2926
  .xl\:-e-outline-offset-1{
1679
2927
  outline-offset: -1px;
1680
2928
  }