@optifye/dashboard-core 6.10.53 → 6.11.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 +178 -17
- package/dist/index.d.mts +65 -17
- package/dist/index.d.ts +65 -17
- package/dist/index.js +3942 -2420
- package/dist/index.mjs +2055 -535
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -783,6 +783,9 @@ body {
|
|
|
783
783
|
.-mr-1 {
|
|
784
784
|
margin-right: -0.25rem;
|
|
785
785
|
}
|
|
786
|
+
.-mr-1\.5 {
|
|
787
|
+
margin-right: -0.375rem;
|
|
788
|
+
}
|
|
786
789
|
.-mr-2 {
|
|
787
790
|
margin-right: -0.5rem;
|
|
788
791
|
}
|
|
@@ -1170,6 +1173,9 @@ body {
|
|
|
1170
1173
|
.max-h-\[300px\] {
|
|
1171
1174
|
max-height: 300px;
|
|
1172
1175
|
}
|
|
1176
|
+
.max-h-\[380px\] {
|
|
1177
|
+
max-height: 380px;
|
|
1178
|
+
}
|
|
1173
1179
|
.max-h-\[400px\] {
|
|
1174
1180
|
max-height: 400px;
|
|
1175
1181
|
}
|
|
@@ -1218,15 +1224,15 @@ body {
|
|
|
1218
1224
|
.min-h-\[300px\] {
|
|
1219
1225
|
min-height: 300px;
|
|
1220
1226
|
}
|
|
1221
|
-
.min-h-\[340px\] {
|
|
1222
|
-
min-height: 340px;
|
|
1223
|
-
}
|
|
1224
1227
|
.min-h-\[400px\] {
|
|
1225
1228
|
min-height: 400px;
|
|
1226
1229
|
}
|
|
1227
1230
|
.min-h-\[44px\] {
|
|
1228
1231
|
min-height: 44px;
|
|
1229
1232
|
}
|
|
1233
|
+
.min-h-\[56px\] {
|
|
1234
|
+
min-height: 56px;
|
|
1235
|
+
}
|
|
1230
1236
|
.min-h-\[5rem\] {
|
|
1231
1237
|
min-height: 5rem;
|
|
1232
1238
|
}
|
|
@@ -1383,6 +1389,9 @@ body {
|
|
|
1383
1389
|
.w-\[45\%\] {
|
|
1384
1390
|
width: 45%;
|
|
1385
1391
|
}
|
|
1392
|
+
.w-\[50\%\] {
|
|
1393
|
+
width: 50%;
|
|
1394
|
+
}
|
|
1386
1395
|
.w-\[520px\] {
|
|
1387
1396
|
width: 520px;
|
|
1388
1397
|
}
|
|
@@ -1401,6 +1410,9 @@ body {
|
|
|
1401
1410
|
.min-w-0 {
|
|
1402
1411
|
min-width: 0px;
|
|
1403
1412
|
}
|
|
1413
|
+
.min-w-\[110px\] {
|
|
1414
|
+
min-width: 110px;
|
|
1415
|
+
}
|
|
1404
1416
|
.min-w-\[120px\] {
|
|
1405
1417
|
min-width: 120px;
|
|
1406
1418
|
}
|
|
@@ -1482,6 +1494,9 @@ body {
|
|
|
1482
1494
|
.max-w-\[150px\] {
|
|
1483
1495
|
max-width: 150px;
|
|
1484
1496
|
}
|
|
1497
|
+
.max-w-\[1800px\] {
|
|
1498
|
+
max-width: 1800px;
|
|
1499
|
+
}
|
|
1485
1500
|
.max-w-\[180px\] {
|
|
1486
1501
|
max-width: 180px;
|
|
1487
1502
|
}
|
|
@@ -1524,6 +1539,9 @@ body {
|
|
|
1524
1539
|
.max-w-\[calc\(100\%-200px\)\] {
|
|
1525
1540
|
max-width: calc(100% - 200px);
|
|
1526
1541
|
}
|
|
1542
|
+
.max-w-\[calc\(100vw-32px\)\] {
|
|
1543
|
+
max-width: calc(100vw - 32px);
|
|
1544
|
+
}
|
|
1527
1545
|
.max-w-full {
|
|
1528
1546
|
max-width: 100%;
|
|
1529
1547
|
}
|
|
@@ -1760,6 +1778,9 @@ body {
|
|
|
1760
1778
|
-moz-appearance: none;
|
|
1761
1779
|
appearance: none;
|
|
1762
1780
|
}
|
|
1781
|
+
.auto-rows-fr {
|
|
1782
|
+
grid-auto-rows: minmax(0, 1fr);
|
|
1783
|
+
}
|
|
1763
1784
|
.grid-cols-1 {
|
|
1764
1785
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1765
1786
|
}
|
|
@@ -1985,6 +2006,10 @@ body {
|
|
|
1985
2006
|
--tw-divide-opacity: 1;
|
|
1986
2007
|
border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
|
|
1987
2008
|
}
|
|
2009
|
+
.divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
|
|
2010
|
+
--tw-divide-opacity: 1;
|
|
2011
|
+
border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
|
|
2012
|
+
}
|
|
1988
2013
|
.self-start {
|
|
1989
2014
|
align-self: flex-start;
|
|
1990
2015
|
}
|
|
@@ -2047,6 +2072,9 @@ body {
|
|
|
2047
2072
|
.rounded-\[12px\] {
|
|
2048
2073
|
border-radius: 12px;
|
|
2049
2074
|
}
|
|
2075
|
+
.rounded-\[16px\] {
|
|
2076
|
+
border-radius: 16px;
|
|
2077
|
+
}
|
|
2050
2078
|
.rounded-\[2\.5rem\] {
|
|
2051
2079
|
border-radius: 2.5rem;
|
|
2052
2080
|
}
|
|
@@ -2408,6 +2436,13 @@ body {
|
|
|
2408
2436
|
--tw-border-opacity: 1;
|
|
2409
2437
|
border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
|
|
2410
2438
|
}
|
|
2439
|
+
.border-slate-50 {
|
|
2440
|
+
--tw-border-opacity: 1;
|
|
2441
|
+
border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
|
|
2442
|
+
}
|
|
2443
|
+
.border-slate-50\/50 {
|
|
2444
|
+
border-color: rgb(248 250 252 / 0.5);
|
|
2445
|
+
}
|
|
2411
2446
|
.border-teal-200 {
|
|
2412
2447
|
--tw-border-opacity: 1;
|
|
2413
2448
|
border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
|
|
@@ -2535,6 +2570,10 @@ body {
|
|
|
2535
2570
|
--tw-bg-opacity: 1;
|
|
2536
2571
|
background-color: rgb(248 250 255 / var(--tw-bg-opacity, 1));
|
|
2537
2572
|
}
|
|
2573
|
+
.bg-\[\#FEF2F2\] {
|
|
2574
|
+
--tw-bg-opacity: 1;
|
|
2575
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
2576
|
+
}
|
|
2538
2577
|
.bg-\[\#FF2D0A\]\/30 {
|
|
2539
2578
|
background-color: rgb(255 45 10 / 0.3);
|
|
2540
2579
|
}
|
|
@@ -2548,6 +2587,18 @@ body {
|
|
|
2548
2587
|
.bg-\[\#FFD700\]\/30 {
|
|
2549
2588
|
background-color: rgb(255 215 0 / 0.3);
|
|
2550
2589
|
}
|
|
2590
|
+
.bg-\[\#ecfdf5\] {
|
|
2591
|
+
--tw-bg-opacity: 1;
|
|
2592
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
|
|
2593
|
+
}
|
|
2594
|
+
.bg-\[\#eff6ff\] {
|
|
2595
|
+
--tw-bg-opacity: 1;
|
|
2596
|
+
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
2597
|
+
}
|
|
2598
|
+
.bg-\[\#fafafa\] {
|
|
2599
|
+
--tw-bg-opacity: 1;
|
|
2600
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
2601
|
+
}
|
|
2551
2602
|
.bg-amber-100 {
|
|
2552
2603
|
--tw-bg-opacity: 1;
|
|
2553
2604
|
background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
|
|
@@ -2892,6 +2943,9 @@ body {
|
|
|
2892
2943
|
--tw-bg-opacity: 1;
|
|
2893
2944
|
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
2894
2945
|
}
|
|
2946
|
+
.bg-slate-200\/70 {
|
|
2947
|
+
background-color: rgb(226 232 240 / 0.7);
|
|
2948
|
+
}
|
|
2895
2949
|
.bg-slate-300 {
|
|
2896
2950
|
--tw-bg-opacity: 1;
|
|
2897
2951
|
background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
|
|
@@ -2947,6 +3001,9 @@ body {
|
|
|
2947
3001
|
.bg-white\/60 {
|
|
2948
3002
|
background-color: rgb(255 255 255 / 0.6);
|
|
2949
3003
|
}
|
|
3004
|
+
.bg-white\/70 {
|
|
3005
|
+
background-color: rgb(255 255 255 / 0.7);
|
|
3006
|
+
}
|
|
2950
3007
|
.bg-white\/80 {
|
|
2951
3008
|
background-color: rgb(255 255 255 / 0.8);
|
|
2952
3009
|
}
|
|
@@ -3266,6 +3323,11 @@ body {
|
|
|
3266
3323
|
--tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
|
|
3267
3324
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
3268
3325
|
}
|
|
3326
|
+
.from-slate-100 {
|
|
3327
|
+
--tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
|
|
3328
|
+
--tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
|
|
3329
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
3330
|
+
}
|
|
3269
3331
|
.from-slate-200 {
|
|
3270
3332
|
--tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
|
|
3271
3333
|
--tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
|
|
@@ -3926,6 +3988,9 @@ body {
|
|
|
3926
3988
|
.pl-0\.5 {
|
|
3927
3989
|
padding-left: 0.125rem;
|
|
3928
3990
|
}
|
|
3991
|
+
.pl-1 {
|
|
3992
|
+
padding-left: 0.25rem;
|
|
3993
|
+
}
|
|
3929
3994
|
.pl-1\.5 {
|
|
3930
3995
|
padding-left: 0.375rem;
|
|
3931
3996
|
}
|
|
@@ -3971,6 +4036,9 @@ body {
|
|
|
3971
4036
|
.pt-0 {
|
|
3972
4037
|
padding-top: 0px;
|
|
3973
4038
|
}
|
|
4039
|
+
.pt-0\.5 {
|
|
4040
|
+
padding-top: 0.125rem;
|
|
4041
|
+
}
|
|
3974
4042
|
.pt-1 {
|
|
3975
4043
|
padding-top: 0.25rem;
|
|
3976
4044
|
}
|
|
@@ -4055,9 +4123,21 @@ body {
|
|
|
4055
4123
|
.text-\[11px\] {
|
|
4056
4124
|
font-size: 11px;
|
|
4057
4125
|
}
|
|
4126
|
+
.text-\[12px\] {
|
|
4127
|
+
font-size: 12px;
|
|
4128
|
+
}
|
|
4129
|
+
.text-\[13\.5px\] {
|
|
4130
|
+
font-size: 13.5px;
|
|
4131
|
+
}
|
|
4058
4132
|
.text-\[13px\] {
|
|
4059
4133
|
font-size: 13px;
|
|
4060
4134
|
}
|
|
4135
|
+
.text-\[14px\] {
|
|
4136
|
+
font-size: 14px;
|
|
4137
|
+
}
|
|
4138
|
+
.text-\[15px\] {
|
|
4139
|
+
font-size: 15px;
|
|
4140
|
+
}
|
|
4061
4141
|
.text-\[7px\] {
|
|
4062
4142
|
font-size: 7px;
|
|
4063
4143
|
}
|
|
@@ -4122,6 +4202,9 @@ body {
|
|
|
4122
4202
|
--tw-numeric-spacing: tabular-nums;
|
|
4123
4203
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
|
|
4124
4204
|
}
|
|
4205
|
+
.leading-\[1\.45\] {
|
|
4206
|
+
line-height: 1.45;
|
|
4207
|
+
}
|
|
4125
4208
|
.leading-none {
|
|
4126
4209
|
line-height: 1;
|
|
4127
4210
|
}
|
|
@@ -4161,10 +4244,38 @@ body {
|
|
|
4161
4244
|
--tw-text-opacity: 1;
|
|
4162
4245
|
color: rgb(0 171 69 / var(--tw-text-opacity, 1));
|
|
4163
4246
|
}
|
|
4247
|
+
.text-\[\#059669\] {
|
|
4248
|
+
--tw-text-opacity: 1;
|
|
4249
|
+
color: rgb(5 150 105 / var(--tw-text-opacity, 1));
|
|
4250
|
+
}
|
|
4251
|
+
.text-\[\#111827\] {
|
|
4252
|
+
--tw-text-opacity: 1;
|
|
4253
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
4254
|
+
}
|
|
4255
|
+
.text-\[\#2563eb\] {
|
|
4256
|
+
--tw-text-opacity: 1;
|
|
4257
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
4258
|
+
}
|
|
4259
|
+
.text-\[\#475569\] {
|
|
4260
|
+
--tw-text-opacity: 1;
|
|
4261
|
+
color: rgb(71 85 105 / var(--tw-text-opacity, 1));
|
|
4262
|
+
}
|
|
4164
4263
|
.text-\[\#4F46E5\] {
|
|
4165
4264
|
--tw-text-opacity: 1;
|
|
4166
4265
|
color: rgb(79 70 229 / var(--tw-text-opacity, 1));
|
|
4167
4266
|
}
|
|
4267
|
+
.text-\[\#64748b\] {
|
|
4268
|
+
--tw-text-opacity: 1;
|
|
4269
|
+
color: rgb(100 116 139 / var(--tw-text-opacity, 1));
|
|
4270
|
+
}
|
|
4271
|
+
.text-\[\#94a3b8\] {
|
|
4272
|
+
--tw-text-opacity: 1;
|
|
4273
|
+
color: rgb(148 163 184 / var(--tw-text-opacity, 1));
|
|
4274
|
+
}
|
|
4275
|
+
.text-\[\#DC2626\] {
|
|
4276
|
+
--tw-text-opacity: 1;
|
|
4277
|
+
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
4278
|
+
}
|
|
4168
4279
|
.text-\[\#E34329\] {
|
|
4169
4280
|
--tw-text-opacity: 1;
|
|
4170
4281
|
color: rgb(227 67 41 / var(--tw-text-opacity, 1));
|
|
@@ -4173,6 +4284,14 @@ body {
|
|
|
4173
4284
|
--tw-text-opacity: 1;
|
|
4174
4285
|
color: rgb(255 176 32 / var(--tw-text-opacity, 1));
|
|
4175
4286
|
}
|
|
4287
|
+
.text-\[\#ef4444\] {
|
|
4288
|
+
--tw-text-opacity: 1;
|
|
4289
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
4290
|
+
}
|
|
4291
|
+
.text-\[\#f59e0b\] {
|
|
4292
|
+
--tw-text-opacity: 1;
|
|
4293
|
+
color: rgb(245 158 11 / var(--tw-text-opacity, 1));
|
|
4294
|
+
}
|
|
4176
4295
|
.text-\[var\(--primary-DEFAULT\)\] {
|
|
4177
4296
|
color: var(--primary-DEFAULT);
|
|
4178
4297
|
}
|
|
@@ -4600,6 +4719,14 @@ body {
|
|
|
4600
4719
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
4601
4720
|
var(--tw-shadow);
|
|
4602
4721
|
}
|
|
4722
|
+
.shadow-\[0_2px_10px_-3px_rgba\(6\,81\,237\,0\.1\)\] {
|
|
4723
|
+
--tw-shadow: 0 2px 10px -3px rgba(6,81,237,0.1);
|
|
4724
|
+
--tw-shadow-colored: 0 2px 10px -3px var(--tw-shadow-color);
|
|
4725
|
+
box-shadow:
|
|
4726
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
4727
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
4728
|
+
var(--tw-shadow);
|
|
4729
|
+
}
|
|
4603
4730
|
.shadow-\[0_32px_64px_-12px_rgba\(0\,0\,0\,0\.5\)\] {
|
|
4604
4731
|
--tw-shadow: 0 32px 64px -12px rgba(0,0,0,0.5);
|
|
4605
4732
|
--tw-shadow-colored: 0 32px 64px -12px var(--tw-shadow-color);
|
|
@@ -5153,6 +5280,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5153
5280
|
border-top-right-radius: 0.375rem;
|
|
5154
5281
|
border-bottom-right-radius: 0.375rem;
|
|
5155
5282
|
}
|
|
5283
|
+
.last\:border-0:last-child {
|
|
5284
|
+
border-width: 0px;
|
|
5285
|
+
}
|
|
5156
5286
|
.last\:border-b-0:last-child {
|
|
5157
5287
|
border-bottom-width: 0px;
|
|
5158
5288
|
}
|
|
@@ -5239,6 +5369,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5239
5369
|
.hover\:bg-\[\#FFB020\]\/95:hover {
|
|
5240
5370
|
background-color: rgb(255 176 32 / 0.95);
|
|
5241
5371
|
}
|
|
5372
|
+
.hover\:bg-\[\#f8fafc\]:hover {
|
|
5373
|
+
--tw-bg-opacity: 1;
|
|
5374
|
+
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
5375
|
+
}
|
|
5242
5376
|
.hover\:bg-amber-100:hover {
|
|
5243
5377
|
--tw-bg-opacity: 1;
|
|
5244
5378
|
background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
|
|
@@ -5382,6 +5516,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5382
5516
|
--tw-bg-opacity: 1;
|
|
5383
5517
|
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
5384
5518
|
}
|
|
5519
|
+
.hover\:bg-slate-50\/50:hover {
|
|
5520
|
+
background-color: rgb(248 250 252 / 0.5);
|
|
5521
|
+
}
|
|
5385
5522
|
.hover\:bg-slate-800:hover {
|
|
5386
5523
|
--tw-bg-opacity: 1;
|
|
5387
5524
|
background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
|
|
@@ -5537,6 +5674,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5537
5674
|
--tw-text-opacity: 1;
|
|
5538
5675
|
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
5539
5676
|
}
|
|
5677
|
+
.hover\:text-slate-800:hover {
|
|
5678
|
+
--tw-text-opacity: 1;
|
|
5679
|
+
color: rgb(30 41 59 / var(--tw-text-opacity, 1));
|
|
5680
|
+
}
|
|
5540
5681
|
.hover\:text-slate-900:hover {
|
|
5541
5682
|
--tw-text-opacity: 1;
|
|
5542
5683
|
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
|
|
@@ -5885,6 +6026,14 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5885
6026
|
--tw-text-opacity: 1;
|
|
5886
6027
|
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
5887
6028
|
}
|
|
6029
|
+
.group:hover .group-hover\:text-indigo-500 {
|
|
6030
|
+
--tw-text-opacity: 1;
|
|
6031
|
+
color: rgb(99 102 241 / var(--tw-text-opacity, 1));
|
|
6032
|
+
}
|
|
6033
|
+
.group:hover .group-hover\:text-indigo-600 {
|
|
6034
|
+
--tw-text-opacity: 1;
|
|
6035
|
+
color: rgb(79 70 229 / var(--tw-text-opacity, 1));
|
|
6036
|
+
}
|
|
5888
6037
|
.group:hover .group-hover\:text-orange-700 {
|
|
5889
6038
|
--tw-text-opacity: 1;
|
|
5890
6039
|
color: rgb(194 65 12 / var(--tw-text-opacity, 1));
|
|
@@ -6575,12 +6724,6 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6575
6724
|
.md\:ml-20 {
|
|
6576
6725
|
margin-left: 5rem;
|
|
6577
6726
|
}
|
|
6578
|
-
.md\:mt-0 {
|
|
6579
|
-
margin-top: 0px;
|
|
6580
|
-
}
|
|
6581
|
-
.md\:block {
|
|
6582
|
-
display: block;
|
|
6583
|
-
}
|
|
6584
6727
|
.md\:flex {
|
|
6585
6728
|
display: flex;
|
|
6586
6729
|
}
|
|
@@ -6611,12 +6754,6 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6611
6754
|
.md\:h-8 {
|
|
6612
6755
|
height: 2rem;
|
|
6613
6756
|
}
|
|
6614
|
-
.md\:h-\[35vh\] {
|
|
6615
|
-
height: 35vh;
|
|
6616
|
-
}
|
|
6617
|
-
.md\:h-\[calc\(57vh-4rem\)\] {
|
|
6618
|
-
height: calc(57vh - 4rem);
|
|
6619
|
-
}
|
|
6620
6757
|
.md\:h-auto {
|
|
6621
6758
|
height: auto;
|
|
6622
6759
|
}
|
|
@@ -6700,6 +6837,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6700
6837
|
.md\:p-4 {
|
|
6701
6838
|
padding: 1rem;
|
|
6702
6839
|
}
|
|
6840
|
+
.md\:p-5 {
|
|
6841
|
+
padding: 1.25rem;
|
|
6842
|
+
}
|
|
6703
6843
|
.md\:p-6 {
|
|
6704
6844
|
padding: 1.5rem;
|
|
6705
6845
|
}
|
|
@@ -6836,6 +6976,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6836
6976
|
.lg\:mr-80 {
|
|
6837
6977
|
margin-right: 20rem;
|
|
6838
6978
|
}
|
|
6979
|
+
.lg\:mt-0 {
|
|
6980
|
+
margin-top: 0px;
|
|
6981
|
+
}
|
|
6839
6982
|
.lg\:mt-2 {
|
|
6840
6983
|
margin-top: 0.5rem;
|
|
6841
6984
|
}
|
|
@@ -6872,8 +7015,8 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6872
7015
|
.lg\:h-\[220px\] {
|
|
6873
7016
|
height: 220px;
|
|
6874
7017
|
}
|
|
6875
|
-
.lg\:h-\[calc\(100vh-
|
|
6876
|
-
height: calc(100vh -
|
|
7018
|
+
.lg\:h-\[calc\(100vh-12rem\)\] {
|
|
7019
|
+
height: calc(100vh - 12rem);
|
|
6877
7020
|
}
|
|
6878
7021
|
.lg\:h-full {
|
|
6879
7022
|
height: 100%;
|
|
@@ -6884,6 +7027,12 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6884
7027
|
.lg\:min-h-\[220px\] {
|
|
6885
7028
|
min-height: 220px;
|
|
6886
7029
|
}
|
|
7030
|
+
.lg\:min-h-\[250px\] {
|
|
7031
|
+
min-height: 250px;
|
|
7032
|
+
}
|
|
7033
|
+
.lg\:min-h-\[300px\] {
|
|
7034
|
+
min-height: 300px;
|
|
7035
|
+
}
|
|
6887
7036
|
.lg\:w-14 {
|
|
6888
7037
|
width: 3.5rem;
|
|
6889
7038
|
}
|
|
@@ -6914,6 +7063,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6914
7063
|
.lg\:flex-\[1\] {
|
|
6915
7064
|
flex: 1;
|
|
6916
7065
|
}
|
|
7066
|
+
.lg\:flex-\[2\] {
|
|
7067
|
+
flex: 2;
|
|
7068
|
+
}
|
|
6917
7069
|
.lg\:flex-\[3\] {
|
|
6918
7070
|
flex: 3;
|
|
6919
7071
|
}
|
|
@@ -6953,6 +7105,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6953
7105
|
.lg\:gap-2 {
|
|
6954
7106
|
gap: 0.5rem;
|
|
6955
7107
|
}
|
|
7108
|
+
.lg\:gap-3 {
|
|
7109
|
+
gap: 0.75rem;
|
|
7110
|
+
}
|
|
6956
7111
|
.lg\:gap-4 {
|
|
6957
7112
|
gap: 1rem;
|
|
6958
7113
|
}
|
|
@@ -7100,9 +7255,15 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7100
7255
|
.xl\:w-60 {
|
|
7101
7256
|
width: 15rem;
|
|
7102
7257
|
}
|
|
7258
|
+
.xl\:grid-cols-2 {
|
|
7259
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7260
|
+
}
|
|
7103
7261
|
.xl\:grid-cols-4 {
|
|
7104
7262
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7105
7263
|
}
|
|
7264
|
+
.xl\:grid-rows-2 {
|
|
7265
|
+
grid-template-rows: repeat(2, minmax(0, 1fr));
|
|
7266
|
+
}
|
|
7106
7267
|
.xl\:gap-10 {
|
|
7107
7268
|
gap: 2.5rem;
|
|
7108
7269
|
}
|