@keadex/mina-live 2.3.0 → 2.4.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.
Binary file
package/index.css CHANGED
@@ -1146,6 +1146,8 @@ video {
1146
1146
  margin-left: auto;
1147
1147
  }.mr-1 {
1148
1148
  margin-right: 0.25rem;
1149
+ }.mr-10 {
1150
+ margin-right: 2.5rem;
1149
1151
  }.mr-16 {
1150
1152
  margin-right: 4rem;
1151
1153
  }.mr-2 {
@@ -1172,6 +1174,8 @@ video {
1172
1174
  margin-top: 2.5rem;
1173
1175
  }.mt-14 {
1174
1176
  margin-top: 3.5rem;
1177
+ }.mt-16 {
1178
+ margin-top: 4rem;
1175
1179
  }.mt-2 {
1176
1180
  margin-top: 0.5rem;
1177
1181
  }.mt-2\.5 {
@@ -1368,6 +1372,8 @@ video {
1368
1372
  width: 12rem;
1369
1373
  }.w-5 {
1370
1374
  width: 1.25rem;
1375
+ }.w-52 {
1376
+ width: 13rem;
1371
1377
  }.w-6 {
1372
1378
  width: 1.5rem;
1373
1379
  }.w-60 {
@@ -2237,6 +2243,9 @@ video {
2237
2243
  }.text-5xl {
2238
2244
  font-size: 3rem;
2239
2245
  line-height: 1;
2246
+ }.text-6xl {
2247
+ font-size: 3.75rem;
2248
+ line-height: 1;
2240
2249
  }.text-\[0\.8rem\] {
2241
2250
  font-size: 0.8rem;
2242
2251
  }.text-\[0\.9rem\] {
@@ -6443,6 +6452,9 @@ body{
6443
6452
  .mr-1{
6444
6453
  margin-right: 0.25rem;
6445
6454
  }
6455
+ .mr-10{
6456
+ margin-right: 2.5rem;
6457
+ }
6446
6458
  .mr-2{
6447
6459
  margin-right: 0.5rem;
6448
6460
  }
@@ -6461,6 +6473,9 @@ body{
6461
6473
  .mt-14{
6462
6474
  margin-top: 3.5rem;
6463
6475
  }
6476
+ .mt-16{
6477
+ margin-top: 4rem;
6478
+ }
6464
6479
  .mt-2{
6465
6480
  margin-top: 0.5rem;
6466
6481
  }
@@ -6567,6 +6582,9 @@ body{
6567
6582
  .w-5{
6568
6583
  width: 1.25rem;
6569
6584
  }
6585
+ .w-52{
6586
+ width: 13rem;
6587
+ }
6570
6588
  .w-60{
6571
6589
  width: 15rem;
6572
6590
  }
@@ -6868,6 +6886,10 @@ body{
6868
6886
  font-size: 3rem;
6869
6887
  line-height: 1;
6870
6888
  }
6889
+ .text-6xl{
6890
+ font-size: 3.75rem;
6891
+ line-height: 1;
6892
+ }
6871
6893
  .text-base{
6872
6894
  font-size: 1rem;
6873
6895
  line-height: 1.5rem;