@keadex/mina-live 2.8.0 → 2.10.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/index.css CHANGED
@@ -939,6 +939,8 @@ video {
939
939
  bottom: 0px;
940
940
  }.bottom-0\.5 {
941
941
  bottom: 0.125rem;
942
+ }.bottom-1 {
943
+ bottom: 0.25rem;
942
944
  }.bottom-1\/2 {
943
945
  bottom: 50%;
944
946
  }.bottom-5 {
@@ -965,6 +967,8 @@ video {
965
967
  right: 0.25rem;
966
968
  }.right-1\.5 {
967
969
  right: 0.375rem;
970
+ }.right-2 {
971
+ right: 0.5rem;
968
972
  }.right-3 {
969
973
  right: 0.75rem;
970
974
  }.right-5 {
@@ -979,8 +983,14 @@ video {
979
983
  top: 0.25rem;
980
984
  }.top-1\/2 {
981
985
  top: 50%;
986
+ }.top-10 {
987
+ top: 2.5rem;
988
+ }.top-14 {
989
+ top: 3.5rem;
982
990
  }.top-2 {
983
991
  top: 0.5rem;
992
+ }.top-20 {
993
+ top: 5rem;
984
994
  }.top-3 {
985
995
  top: 0.75rem;
986
996
  }.top-8 {
@@ -1051,6 +1061,8 @@ video {
1051
1061
  margin: 0px;
1052
1062
  }.m-1 {
1053
1063
  margin: 0.25rem;
1064
+ }.m-auto {
1065
+ margin: auto;
1054
1066
  }.\!my-0 {
1055
1067
  margin-top: 0px !important;
1056
1068
  margin-bottom: 0px !important;
@@ -1098,8 +1110,12 @@ video {
1098
1110
  margin-bottom: auto;
1099
1111
  }.\!mb-0 {
1100
1112
  margin-bottom: 0px !important;
1113
+ }.\!mb-2 {
1114
+ margin-bottom: 0.5rem !important;
1101
1115
  }.\!mr-3 {
1102
1116
  margin-right: 0.75rem !important;
1117
+ }.\!mt-3 {
1118
+ margin-top: 0.75rem !important;
1103
1119
  }.\!mt-4 {
1104
1120
  margin-top: 1rem !important;
1105
1121
  }.-ml-\[1\.5rem\] {
@@ -1186,8 +1202,8 @@ video {
1186
1202
  margin-top: 0.5rem;
1187
1203
  }.mt-2\.5 {
1188
1204
  margin-top: 0.625rem;
1189
- }.mt-20 {
1190
- margin-top: 5rem;
1205
+ }.mt-28 {
1206
+ margin-top: 7rem;
1191
1207
  }.mt-3 {
1192
1208
  margin-top: 0.75rem;
1193
1209
  }.mt-4 {
@@ -1372,10 +1388,14 @@ video {
1372
1388
  width: 6rem;
1373
1389
  }.w-3 {
1374
1390
  width: 0.75rem;
1391
+ }.w-32 {
1392
+ width: 8rem;
1375
1393
  }.w-36 {
1376
1394
  width: 9rem;
1377
1395
  }.w-4 {
1378
1396
  width: 1rem;
1397
+ }.w-40 {
1398
+ width: 10rem;
1379
1399
  }.w-48 {
1380
1400
  width: 12rem;
1381
1401
  }.w-5 {
@@ -1460,6 +1480,8 @@ video {
1460
1480
  width: 1px;
1461
1481
  }.w-screen {
1462
1482
  width: 100vw;
1483
+ }.\!min-w-0 {
1484
+ min-width: 0px !important;
1463
1485
  }.min-w-0 {
1464
1486
  min-width: 0px;
1465
1487
  }.min-w-\[100px\] {
@@ -1663,6 +1685,15 @@ video {
1663
1685
  }
1664
1686
  }.animate-\[spinner-grow_0\.75s_linear_infinite\] {
1665
1687
  animation: spinner-grow 0.75s linear infinite;
1688
+ }@keyframes bounce {0%, 100% {
1689
+ transform: translateY(-25%);
1690
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
1691
+ }50% {
1692
+ transform: none;
1693
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
1694
+ }
1695
+ }.animate-bounce {
1696
+ animation: bounce 1s infinite;
1666
1697
  }@keyframes spin {to {
1667
1698
  transform: rotate(360deg);
1668
1699
  }
@@ -1835,6 +1866,14 @@ video {
1835
1866
  }.rounded-t-md {
1836
1867
  border-top-left-radius: 0.375rem;
1837
1868
  border-top-right-radius: 0.375rem;
1869
+ }.rounded-ee-none {
1870
+ border-end-end-radius: 0px;
1871
+ }.rounded-es-none {
1872
+ border-end-start-radius: 0px;
1873
+ }.rounded-se-none {
1874
+ border-start-end-radius: 0px;
1875
+ }.rounded-ss-none {
1876
+ border-start-start-radius: 0px;
1838
1877
  }.\!border-0 {
1839
1878
  border-width: 0px !important;
1840
1879
  }.\!border-\[3px\] {
@@ -1862,6 +1901,8 @@ video {
1862
1901
  border-bottom-width: 0px;
1863
1902
  }.border-b-2 {
1864
1903
  border-bottom-width: 2px;
1904
+ }.border-b-\[0\.5px\] {
1905
+ border-bottom-width: 0.5px;
1865
1906
  }.border-l-0 {
1866
1907
  border-left-width: 0px;
1867
1908
  }.border-l-2 {
@@ -1926,6 +1967,9 @@ video {
1926
1967
  }.border-white {
1927
1968
  --tw-border-opacity: 1;
1928
1969
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
1970
+ }.border-b-secondary {
1971
+ --tw-border-opacity: 1;
1972
+ border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
1929
1973
  }.border-r-transparent {
1930
1974
  border-right-color: transparent;
1931
1975
  }.border-t-transparent {
@@ -1935,9 +1979,15 @@ video {
1935
1979
  }.\!bg-\[\#858585\] {
1936
1980
  --tw-bg-opacity: 1 !important;
1937
1981
  background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
1982
+ }.\!bg-black {
1983
+ --tw-bg-opacity: 1 !important;
1984
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
1938
1985
  }.\!bg-danger-100 {
1939
1986
  --tw-bg-opacity: 1 !important;
1940
1987
  background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important;
1988
+ }.\!bg-green-700 {
1989
+ --tw-bg-opacity: 1 !important;
1990
+ background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
1941
1991
  }.\!bg-neutral-100 {
1942
1992
  --tw-bg-opacity: 1 !important;
1943
1993
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
@@ -1976,6 +2026,12 @@ video {
1976
2026
  }.bg-brand1 {
1977
2027
  --tw-bg-opacity: 1;
1978
2028
  background-color: rgb(56 103 177 / var(--tw-bg-opacity));
2029
+ }.bg-brand2 {
2030
+ --tw-bg-opacity: 1;
2031
+ background-color: rgb(175 183 195 / var(--tw-bg-opacity));
2032
+ }.bg-brand3 {
2033
+ --tw-bg-opacity: 1;
2034
+ background-color: rgb(214 226 244 / var(--tw-bg-opacity));
1979
2035
  }.bg-current {
1980
2036
  background-color: currentColor;
1981
2037
  }.bg-dark-brand1 {
@@ -2071,6 +2127,9 @@ video {
2071
2127
  padding: 5px;
2072
2128
  }.p-\[auto\] {
2073
2129
  padding: auto;
2130
+ }.\!px-0 {
2131
+ padding-left: 0px !important;
2132
+ padding-right: 0px !important;
2074
2133
  }.\!py-0 {
2075
2134
  padding-top: 0px !important;
2076
2135
  padding-bottom: 0px !important;
@@ -2175,6 +2234,8 @@ video {
2175
2234
  padding-bottom: 5px;
2176
2235
  }.pb-0 {
2177
2236
  padding-bottom: 0px;
2237
+ }.pb-1 {
2238
+ padding-bottom: 0.25rem;
2178
2239
  }.pb-3 {
2179
2240
  padding-bottom: 0.75rem;
2180
2241
  }.pb-3\.5 {
@@ -2237,18 +2298,28 @@ video {
2237
2298
  text-align: center;
2238
2299
  }.text-right {
2239
2300
  text-align: right;
2301
+ }.align-top {
2302
+ vertical-align: top;
2240
2303
  }.align-middle {
2241
2304
  vertical-align: middle;
2242
2305
  }.align-bottom {
2243
2306
  vertical-align: bottom;
2244
2307
  }.align-\[-0\.125em\] {
2245
2308
  vertical-align: -0.125em;
2309
+ }.font-mono {
2310
+ font-family: ui-monospace, monospace;
2311
+ }.\!text-lg {
2312
+ font-size: 1.125rem !important;
2313
+ line-height: 1.75rem !important;
2246
2314
  }.\!text-xl {
2247
2315
  font-size: 1.25rem !important;
2248
2316
  line-height: 1.75rem !important;
2249
2317
  }.text-2xl {
2250
2318
  font-size: 1.5rem;
2251
2319
  line-height: 2rem;
2320
+ }.text-3xl {
2321
+ font-size: 1.875rem;
2322
+ line-height: 2.25rem;
2252
2323
  }.text-4xl {
2253
2324
  font-size: 2.25rem;
2254
2325
  line-height: 2.5rem;
@@ -2645,6 +2716,10 @@ video {
2645
2716
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2646
2717
  }.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
2647
2718
  clip: rect(0,0,0,0) !important;
2719
+ }.\[animation-delay\:-0\.15s\] {
2720
+ animation-delay: -0.15s;
2721
+ }.\[animation-delay\:-0\.3s\] {
2722
+ animation-delay: -0.3s;
2648
2723
  }.\[direction\:ltr\] {
2649
2724
  direction: ltr;
2650
2725
  }.\[overflow-anchor\:none\] {
@@ -2740,6 +2815,8 @@ video {
2740
2815
  border-bottom-right-radius: 0.25rem;
2741
2816
  }.last\:rounded-tr:last-child {
2742
2817
  border-top-right-radius: 0.25rem;
2818
+ }.last\:border-b-0:last-child {
2819
+ border-bottom-width: 0px;
2743
2820
  }.checked\:\!border-\[\#14a44d\]:checked {
2744
2821
  --tw-border-opacity: 1 !important;
2745
2822
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
@@ -2868,6 +2945,9 @@ video {
2868
2945
  }.hover\:\!bg-\[\#eee\]:hover {
2869
2946
  --tw-bg-opacity: 1 !important;
2870
2947
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
2948
+ }.hover\:\!bg-dark-primary:hover {
2949
+ --tw-bg-opacity: 1 !important;
2950
+ background-color: rgb(24 24 24 / var(--tw-bg-opacity)) !important;
2871
2951
  }.hover\:\!bg-red-600:hover {
2872
2952
  --tw-bg-opacity: 1 !important;
2873
2953
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
@@ -3159,6 +3239,9 @@ video {
3159
3239
  color: rgb(203 213 225 / var(--tw-text-opacity));
3160
3240
  }.disabled\:opacity-50:disabled {
3161
3241
  opacity: 0.5;
3242
+ }.disabled\:hover\:\!bg-black:hover:disabled {
3243
+ --tw-bg-opacity: 1 !important;
3244
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
3162
3245
  }.disabled\:hover\:bg-transparent:hover:disabled {
3163
3246
  background-color: transparent;
3164
3247
  }.disabled\:hover\:text-accent-secondary:hover:disabled {
@@ -6351,6 +6434,9 @@ body{
6351
6434
  .static{
6352
6435
  position: static;
6353
6436
  }
6437
+ .\!fixed{
6438
+ position: fixed !important;
6439
+ }
6354
6440
  .fixed{
6355
6441
  position: fixed;
6356
6442
  }
@@ -6366,6 +6452,9 @@ body{
6366
6452
  .bottom-0{
6367
6453
  bottom: 0px;
6368
6454
  }
6455
+ .bottom-1{
6456
+ bottom: 0.25rem;
6457
+ }
6369
6458
  .bottom-5{
6370
6459
  bottom: 1.25rem;
6371
6460
  }
@@ -6378,9 +6467,15 @@ body{
6378
6467
  .left-1\/2{
6379
6468
  left: 50%;
6380
6469
  }
6470
+ .left-3{
6471
+ left: 0.75rem;
6472
+ }
6381
6473
  .right-0{
6382
6474
  right: 0px;
6383
6475
  }
6476
+ .right-2{
6477
+ right: 0.5rem;
6478
+ }
6384
6479
  .right-5{
6385
6480
  right: 1.25rem;
6386
6481
  }
@@ -6390,6 +6485,15 @@ body{
6390
6485
  .top-1\/2{
6391
6486
  top: 50%;
6392
6487
  }
6488
+ .top-10{
6489
+ top: 2.5rem;
6490
+ }
6491
+ .top-14{
6492
+ top: 3.5rem;
6493
+ }
6494
+ .top-20{
6495
+ top: 5rem;
6496
+ }
6393
6497
  .top-3{
6394
6498
  top: 0.75rem;
6395
6499
  }
@@ -6411,6 +6515,9 @@ body{
6411
6515
  .m-0{
6412
6516
  margin: 0px;
6413
6517
  }
6518
+ .m-auto{
6519
+ margin: auto;
6520
+ }
6414
6521
  .\!my-0{
6415
6522
  margin-top: 0px !important;
6416
6523
  margin-bottom: 0px !important;
@@ -6442,6 +6549,12 @@ body{
6442
6549
  .\!mb-0{
6443
6550
  margin-bottom: 0px !important;
6444
6551
  }
6552
+ .\!mb-2{
6553
+ margin-bottom: 0.5rem !important;
6554
+ }
6555
+ .\!mt-3{
6556
+ margin-top: 0.75rem !important;
6557
+ }
6445
6558
  .\!mt-4{
6446
6559
  margin-top: 1rem !important;
6447
6560
  }
@@ -6454,6 +6567,9 @@ body{
6454
6567
  .mb-2{
6455
6568
  margin-bottom: 0.5rem;
6456
6569
  }
6570
+ .mb-3{
6571
+ margin-bottom: 0.75rem;
6572
+ }
6457
6573
  .mb-5{
6458
6574
  margin-bottom: 1.25rem;
6459
6575
  }
@@ -6505,8 +6621,8 @@ body{
6505
6621
  .mt-2{
6506
6622
  margin-top: 0.5rem;
6507
6623
  }
6508
- .mt-20{
6509
- margin-top: 5rem;
6624
+ .mt-28{
6625
+ margin-top: 7rem;
6510
6626
  }
6511
6627
  .mt-3{
6512
6628
  margin-top: 0.75rem;
@@ -6593,6 +6709,9 @@ body{
6593
6709
  .\!w-4{
6594
6710
  width: 1rem !important;
6595
6711
  }
6712
+ .w-1\/2{
6713
+ width: 50%;
6714
+ }
6596
6715
  .w-10{
6597
6716
  width: 2.5rem;
6598
6717
  }
@@ -6602,9 +6721,15 @@ body{
6602
6721
  .w-3{
6603
6722
  width: 0.75rem;
6604
6723
  }
6724
+ .w-32{
6725
+ width: 8rem;
6726
+ }
6605
6727
  .w-36{
6606
6728
  width: 9rem;
6607
6729
  }
6730
+ .w-40{
6731
+ width: 10rem;
6732
+ }
6608
6733
  .w-48{
6609
6734
  width: 12rem;
6610
6735
  }
@@ -6633,6 +6758,9 @@ body{
6633
6758
  .w-full{
6634
6759
  width: 100%;
6635
6760
  }
6761
+ .\!min-w-0{
6762
+ min-width: 0px !important;
6763
+ }
6636
6764
  .max-w-\[300px\]{
6637
6765
  max-width: 300px;
6638
6766
  }
@@ -6677,6 +6805,19 @@ body{
6677
6805
  .transform{
6678
6806
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
6679
6807
  }
6808
+ @keyframes bounce{
6809
+ 0%, 100%{
6810
+ transform: translateY(-25%);
6811
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
6812
+ }
6813
+ 50%{
6814
+ transform: none;
6815
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
6816
+ }
6817
+ }
6818
+ .animate-bounce{
6819
+ animation: bounce 1s infinite;
6820
+ }
6680
6821
  @keyframes spin{
6681
6822
  to{
6682
6823
  transform: rotate(360deg);
@@ -6715,6 +6856,9 @@ body{
6715
6856
  .content-center{
6716
6857
  align-content: center;
6717
6858
  }
6859
+ .items-end{
6860
+ align-items: flex-end;
6861
+ }
6718
6862
  .items-center{
6719
6863
  align-items: center;
6720
6864
  }
@@ -6728,6 +6872,11 @@ body{
6728
6872
  -moz-column-gap: 1rem;
6729
6873
  column-gap: 1rem;
6730
6874
  }
6875
+ .space-x-2 > :not([hidden]) ~ :not([hidden]){
6876
+ --tw-space-x-reverse: 0;
6877
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
6878
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
6879
+ }
6731
6880
  .self-start{
6732
6881
  align-self: flex-start;
6733
6882
  }
@@ -6740,6 +6889,9 @@ body{
6740
6889
  .overflow-x-auto{
6741
6890
  overflow-x: auto;
6742
6891
  }
6892
+ .overflow-y-auto{
6893
+ overflow-y: auto;
6894
+ }
6743
6895
  .truncate{
6744
6896
  overflow: hidden;
6745
6897
  text-overflow: ellipsis;
@@ -6763,6 +6915,18 @@ body{
6763
6915
  .rounded-md{
6764
6916
  border-radius: 0.375rem;
6765
6917
  }
6918
+ .rounded-ee-none{
6919
+ border-end-end-radius: 0px;
6920
+ }
6921
+ .rounded-es-none{
6922
+ border-end-start-radius: 0px;
6923
+ }
6924
+ .rounded-se-none{
6925
+ border-start-end-radius: 0px;
6926
+ }
6927
+ .rounded-ss-none{
6928
+ border-start-start-radius: 0px;
6929
+ }
6766
6930
  .border{
6767
6931
  border-width: 1px;
6768
6932
  }
@@ -6772,6 +6936,9 @@ body{
6772
6936
  .border-b-0{
6773
6937
  border-bottom-width: 0px;
6774
6938
  }
6939
+ .border-b-\[0\.5px\]{
6940
+ border-bottom-width: 0.5px;
6941
+ }
6775
6942
  .border-l-0{
6776
6943
  border-left-width: 0px;
6777
6944
  }
@@ -6788,9 +6955,33 @@ body{
6788
6955
  --tw-border-opacity: 1;
6789
6956
  border-color: rgb(56 103 177 / var(--tw-border-opacity));
6790
6957
  }
6958
+ .border-b-secondary{
6959
+ --tw-border-opacity: 1;
6960
+ border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
6961
+ }
6962
+ .\!bg-black{
6963
+ --tw-bg-opacity: 1 !important;
6964
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
6965
+ }
6966
+ .\!bg-green-700{
6967
+ --tw-bg-opacity: 1 !important;
6968
+ background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
6969
+ }
6791
6970
  .\!bg-transparent{
6792
6971
  background-color: transparent !important;
6793
6972
  }
6973
+ .bg-brand1{
6974
+ --tw-bg-opacity: 1;
6975
+ background-color: rgb(56 103 177 / var(--tw-bg-opacity));
6976
+ }
6977
+ .bg-brand2{
6978
+ --tw-bg-opacity: 1;
6979
+ background-color: rgb(175 183 195 / var(--tw-bg-opacity));
6980
+ }
6981
+ .bg-brand3{
6982
+ --tw-bg-opacity: 1;
6983
+ background-color: rgb(214 226 244 / var(--tw-bg-opacity));
6984
+ }
6794
6985
  .bg-dark-brand1{
6795
6986
  --tw-bg-opacity: 1;
6796
6987
  background-color: rgb(27 53 95 / var(--tw-bg-opacity));
@@ -6844,6 +7035,10 @@ body{
6844
7035
  .p-4{
6845
7036
  padding: 1rem;
6846
7037
  }
7038
+ .\!px-0{
7039
+ padding-left: 0px !important;
7040
+ padding-right: 0px !important;
7041
+ }
6847
7042
  .px-1{
6848
7043
  padding-left: 0.25rem;
6849
7044
  padding-right: 0.25rem;
@@ -6875,6 +7070,9 @@ body{
6875
7070
  .pb-0{
6876
7071
  padding-bottom: 0px;
6877
7072
  }
7073
+ .pb-1{
7074
+ padding-bottom: 0.25rem;
7075
+ }
6878
7076
  .pb-4{
6879
7077
  padding-bottom: 1rem;
6880
7078
  }
@@ -6905,6 +7103,16 @@ body{
6905
7103
  .text-center{
6906
7104
  text-align: center;
6907
7105
  }
7106
+ .align-top{
7107
+ vertical-align: top;
7108
+ }
7109
+ .font-mono{
7110
+ font-family: ui-monospace, monospace;
7111
+ }
7112
+ .\!text-lg{
7113
+ font-size: 1.125rem !important;
7114
+ line-height: 1.75rem !important;
7115
+ }
6908
7116
  .\!text-xl{
6909
7117
  font-size: 1.25rem !important;
6910
7118
  line-height: 1.75rem !important;
@@ -6913,6 +7121,10 @@ body{
6913
7121
  font-size: 1.5rem;
6914
7122
  line-height: 2rem;
6915
7123
  }
7124
+ .text-3xl{
7125
+ font-size: 1.875rem;
7126
+ line-height: 2.25rem;
7127
+ }
6916
7128
  .text-4xl{
6917
7129
  font-size: 2.25rem;
6918
7130
  line-height: 2.5rem;
@@ -6950,6 +7162,9 @@ body{
6950
7162
  .font-light{
6951
7163
  font-weight: 300;
6952
7164
  }
7165
+ .normal-case{
7166
+ text-transform: none;
7167
+ }
6953
7168
  .italic{
6954
7169
  font-style: italic;
6955
7170
  }
@@ -6983,6 +7198,10 @@ body{
6983
7198
  --tw-text-opacity: 1;
6984
7199
  color: rgb(249 115 22 / var(--tw-text-opacity));
6985
7200
  }
7201
+ .text-white{
7202
+ --tw-text-opacity: 1;
7203
+ color: rgb(255 255 255 / var(--tw-text-opacity));
7204
+ }
6986
7205
  .text-yellow-500{
6987
7206
  --tw-text-opacity: 1;
6988
7207
  color: rgb(234 179 8 / var(--tw-text-opacity));
@@ -7044,11 +7263,24 @@ body{
7044
7263
  .ease-in-out{
7045
7264
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
7046
7265
  }
7266
+ .\[animation-delay\:-0\.15s\]{
7267
+ animation-delay: -0.15s;
7268
+ }
7269
+ .\[animation-delay\:-0\.3s\]{
7270
+ animation-delay: -0.3s;
7271
+ }
7272
+ .last\:border-b-0:last-child{
7273
+ border-bottom-width: 0px;
7274
+ }
7047
7275
  .hover\:scale-\[100\%\]:hover{
7048
7276
  --tw-scale-x: 100%;
7049
7277
  --tw-scale-y: 100%;
7050
7278
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
7051
7279
  }
7280
+ .hover\:\!bg-dark-primary:hover{
7281
+ --tw-bg-opacity: 1 !important;
7282
+ background-color: rgb(24 24 24 / var(--tw-bg-opacity)) !important;
7283
+ }
7052
7284
  .hover\:\!bg-red-600:hover{
7053
7285
  --tw-bg-opacity: 1 !important;
7054
7286
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
@@ -7079,6 +7311,10 @@ body{
7079
7311
  .disabled\:opacity-50:disabled{
7080
7312
  opacity: 0.5;
7081
7313
  }
7314
+ .disabled\:hover\:\!bg-black:hover:disabled{
7315
+ --tw-bg-opacity: 1 !important;
7316
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
7317
+ }
7082
7318
  .disabled\:hover\:bg-transparent:hover:disabled{
7083
7319
  background-color: transparent;
7084
7320
  }