@prisma/studio-core 0.0.0-dev.202505100702 → 0.0.0-dev.202505100922
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/{adapter-BQaQoUNI.d.cts → adapter-Dzg3tDL6.d.cts} +1 -3
- package/dist/{adapter-BQaQoUNI.d.ts → adapter-Dzg3tDL6.d.ts} +1 -3
- package/dist/{chunk-IAE3ZG42.js → chunk-D7F6BRP4.js} +2 -2
- package/dist/data/accelerate/index.d.cts +2 -2
- package/dist/data/accelerate/index.d.ts +2 -2
- package/dist/data/bff/index.d.cts +2 -2
- package/dist/data/bff/index.d.ts +2 -2
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/pglite/index.cjs +2 -2
- package/dist/data/pglite/index.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -2
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +2 -2
- package/dist/data/postgres-core/index.d.cts +2 -2
- package/dist/data/postgres-core/index.d.ts +2 -2
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-DuLnmKEq.d.cts → index-BKNnsdY7.d.cts} +1 -1
- package/dist/{index-Crb7VQNF.d.ts → index-BUtuWj4M.d.ts} +1 -1
- package/dist/ui/index.cjs +123 -131
- package/dist/ui/index.css +161 -119
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +3 -11
- package/package.json +1 -2
package/dist/ui/index.css
CHANGED
|
@@ -500,33 +500,30 @@ video {
|
|
|
500
500
|
display: none;
|
|
501
501
|
}
|
|
502
502
|
:root {
|
|
503
|
-
/* Shadcn */
|
|
504
503
|
--background: 0 0% 100%;
|
|
505
|
-
--foreground:
|
|
504
|
+
--foreground: 240 10% 3.9%;
|
|
506
505
|
--card: 0 0% 100%;
|
|
507
|
-
--card-foreground:
|
|
506
|
+
--card-foreground: 240 10% 3.9%;
|
|
508
507
|
--popover: 0 0% 100%;
|
|
509
|
-
--popover-foreground:
|
|
510
|
-
--primary:
|
|
511
|
-
--primary-foreground:
|
|
512
|
-
--secondary:
|
|
513
|
-
--secondary-foreground:
|
|
514
|
-
--muted:
|
|
515
|
-
--muted-foreground:
|
|
516
|
-
--accent:
|
|
517
|
-
--accent-foreground:
|
|
508
|
+
--popover-foreground: 240 10% 3.9%;
|
|
509
|
+
--primary: 240 5.9% 10%;
|
|
510
|
+
--primary-foreground: 0 0% 98%;
|
|
511
|
+
--secondary: 240 4.8% 95.9%;
|
|
512
|
+
--secondary-foreground: 240 5.9% 10%;
|
|
513
|
+
--muted: 240 4.8% 95.9%;
|
|
514
|
+
--muted-foreground: 240 3.8% 46.1%;
|
|
515
|
+
--accent: 240 4.8% 95.9%;
|
|
516
|
+
--accent-foreground: 240 5.9% 10%;
|
|
518
517
|
--destructive: 0 84.2% 60.2%;
|
|
519
|
-
--destructive-foreground:
|
|
520
|
-
--border:
|
|
521
|
-
--input:
|
|
522
|
-
--ring:
|
|
518
|
+
--destructive-foreground: 0 0% 98%;
|
|
519
|
+
--border: 240 5.9% 90%;
|
|
520
|
+
--input: 240 5.9% 90%;
|
|
521
|
+
--ring: 240 10% 3.9%;
|
|
523
522
|
--chart-1: 12 76% 61%;
|
|
524
523
|
--chart-2: 173 58% 39%;
|
|
525
524
|
--chart-3: 197 37% 24%;
|
|
526
525
|
--chart-4: 43 74% 66%;
|
|
527
526
|
--chart-5: 27 87% 67%;
|
|
528
|
-
|
|
529
|
-
/* Studio */
|
|
530
527
|
--radius: 0.5rem;
|
|
531
528
|
--sidebar-background: 0 0% 98%;
|
|
532
529
|
--sidebar-foreground: 240 5.3% 26.1%;
|
|
@@ -536,8 +533,7 @@ video {
|
|
|
536
533
|
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
537
534
|
--sidebar-border: 220 13% 91%;
|
|
538
535
|
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
539
|
-
--table-
|
|
540
|
-
--table-cell-even: 240 4.8% 95.9%;
|
|
536
|
+
--table-row-odd: 240 4.8% 95.9%;
|
|
541
537
|
--table-head: 0 0% 100%;
|
|
542
538
|
--table-border: 240 5.9% 90%;
|
|
543
539
|
|
|
@@ -545,33 +541,30 @@ video {
|
|
|
545
541
|
--studio-cell-height: 38px;
|
|
546
542
|
}
|
|
547
543
|
.dark {
|
|
548
|
-
|
|
549
|
-
--
|
|
550
|
-
--
|
|
551
|
-
--card:
|
|
552
|
-
--
|
|
553
|
-
--popover:
|
|
554
|
-
--
|
|
555
|
-
--primary:
|
|
556
|
-
--
|
|
557
|
-
--secondary:
|
|
558
|
-
--
|
|
559
|
-
--muted:
|
|
560
|
-
--
|
|
561
|
-
--accent:
|
|
562
|
-
--accent-foreground: 210 20% 98%;
|
|
544
|
+
--background: 240 10% 3.9%;
|
|
545
|
+
--foreground: 0 0% 98%;
|
|
546
|
+
--card: 240 10% 3.9%;
|
|
547
|
+
--card-foreground: 0 0% 98%;
|
|
548
|
+
--popover: 240 10% 3.9%;
|
|
549
|
+
--popover-foreground: 0 0% 98%;
|
|
550
|
+
--primary: 0 0% 98%;
|
|
551
|
+
--primary-foreground: 240 5.9% 10%;
|
|
552
|
+
--secondary: 240 3.7% 15.9%;
|
|
553
|
+
--secondary-foreground: 0 0% 98%;
|
|
554
|
+
--muted: 240 3.7% 15.9%;
|
|
555
|
+
--muted-foreground: 240 5% 64.9%;
|
|
556
|
+
--accent: 240 3.7% 15.9%;
|
|
557
|
+
--accent-foreground: 0 0% 98%;
|
|
563
558
|
--destructive: 0 62.8% 30.6%;
|
|
564
|
-
--destructive-foreground:
|
|
565
|
-
--border:
|
|
566
|
-
--input:
|
|
567
|
-
--ring:
|
|
559
|
+
--destructive-foreground: 0 0% 98%;
|
|
560
|
+
--border: 240 3.7% 15.9%;
|
|
561
|
+
--input: 240 3.7% 15.9%;
|
|
562
|
+
--ring: 240 4.9% 83.9%;
|
|
568
563
|
--chart-1: 220 70% 50%;
|
|
569
564
|
--chart-2: 160 60% 45%;
|
|
570
565
|
--chart-3: 30 80% 55%;
|
|
571
566
|
--chart-4: 280 65% 60%;
|
|
572
567
|
--chart-5: 340 75% 55%;
|
|
573
|
-
|
|
574
|
-
/* Studio */
|
|
575
568
|
--sidebar-background: 240 5.9% 10%;
|
|
576
569
|
--sidebar-foreground: 240 4.8% 95.9%;
|
|
577
570
|
--sidebar-primary: 224.3 76.3% 48%;
|
|
@@ -658,9 +651,6 @@ video {
|
|
|
658
651
|
.\!ps-z-50 {
|
|
659
652
|
z-index: 50 !important;
|
|
660
653
|
}
|
|
661
|
-
.ps-z-0 {
|
|
662
|
-
z-index: 0;
|
|
663
|
-
}
|
|
664
654
|
.ps-z-10 {
|
|
665
655
|
z-index: 10;
|
|
666
656
|
}
|
|
@@ -718,10 +708,6 @@ video {
|
|
|
718
708
|
.ps-grid {
|
|
719
709
|
display: grid;
|
|
720
710
|
}
|
|
721
|
-
.ps-size-4 {
|
|
722
|
-
width: 1rem;
|
|
723
|
-
height: 1rem;
|
|
724
|
-
}
|
|
725
711
|
.ps-h-0 {
|
|
726
712
|
height: 0px;
|
|
727
713
|
}
|
|
@@ -761,9 +747,6 @@ video {
|
|
|
761
747
|
.ps-h-\[2px\] {
|
|
762
748
|
height: 2px;
|
|
763
749
|
}
|
|
764
|
-
.ps-h-\[39px\] {
|
|
765
|
-
height: 39px;
|
|
766
|
-
}
|
|
767
750
|
.ps-h-\[var\(--radix-select-trigger-height\)\] {
|
|
768
751
|
height: var(--radix-select-trigger-height);
|
|
769
752
|
}
|
|
@@ -785,9 +768,6 @@ video {
|
|
|
785
768
|
.ps-max-h-\[--radix-select-content-available-height\] {
|
|
786
769
|
max-height: var(--radix-select-content-available-height);
|
|
787
770
|
}
|
|
788
|
-
.ps-max-h-\[520px\] {
|
|
789
|
-
max-height: 520px;
|
|
790
|
-
}
|
|
791
771
|
.ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
792
772
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
793
773
|
}
|
|
@@ -854,12 +834,13 @@ video {
|
|
|
854
834
|
.ps-w-\[1\.2rem\] {
|
|
855
835
|
width: 1.2rem;
|
|
856
836
|
}
|
|
857
|
-
.ps-w-\[calc\(var\(--radix-popover-trigger-width\)_\+_1px\)\] {
|
|
858
|
-
width: calc(var(--radix-popover-trigger-width) + 1px);
|
|
859
|
-
}
|
|
860
837
|
.ps-w-auto {
|
|
861
838
|
width: auto;
|
|
862
839
|
}
|
|
840
|
+
.ps-w-fit {
|
|
841
|
+
width: -moz-fit-content;
|
|
842
|
+
width: fit-content;
|
|
843
|
+
}
|
|
863
844
|
.ps-w-full {
|
|
864
845
|
width: 100%;
|
|
865
846
|
}
|
|
@@ -877,9 +858,6 @@ video {
|
|
|
877
858
|
.ps-min-w-0 {
|
|
878
859
|
min-width: 0px;
|
|
879
860
|
}
|
|
880
|
-
.ps-min-w-\[200px\] {
|
|
881
|
-
min-width: 200px;
|
|
882
|
-
}
|
|
883
861
|
.ps-min-w-\[8rem\] {
|
|
884
862
|
min-width: 8rem;
|
|
885
863
|
}
|
|
@@ -892,15 +870,13 @@ video {
|
|
|
892
870
|
.ps-min-w-full {
|
|
893
871
|
min-width: 100%;
|
|
894
872
|
}
|
|
895
|
-
.ps-max-w-72 {
|
|
896
|
-
max-width: 18rem;
|
|
897
|
-
}
|
|
898
|
-
.ps-max-w-\[500px\] {
|
|
899
|
-
max-width: 500px;
|
|
900
|
-
}
|
|
901
873
|
.ps-max-w-lg {
|
|
902
874
|
max-width: 32rem;
|
|
903
875
|
}
|
|
876
|
+
.ps-max-w-min {
|
|
877
|
+
max-width: -moz-min-content;
|
|
878
|
+
max-width: min-content;
|
|
879
|
+
}
|
|
904
880
|
.ps-flex-1 {
|
|
905
881
|
flex: 1 1 0%;
|
|
906
882
|
}
|
|
@@ -1075,9 +1051,6 @@ video {
|
|
|
1075
1051
|
.ps-self-start {
|
|
1076
1052
|
align-self: flex-start;
|
|
1077
1053
|
}
|
|
1078
|
-
.ps-self-end {
|
|
1079
|
-
align-self: flex-end;
|
|
1080
|
-
}
|
|
1081
1054
|
.ps-overflow-auto {
|
|
1082
1055
|
overflow: auto;
|
|
1083
1056
|
}
|
|
@@ -1146,6 +1119,9 @@ video {
|
|
|
1146
1119
|
.ps-border-l {
|
|
1147
1120
|
border-left-width: 1px;
|
|
1148
1121
|
}
|
|
1122
|
+
.ps-border-l-4 {
|
|
1123
|
+
border-left-width: 4px;
|
|
1124
|
+
}
|
|
1149
1125
|
.ps-border-r {
|
|
1150
1126
|
border-right-width: 1px;
|
|
1151
1127
|
}
|
|
@@ -1158,6 +1134,10 @@ video {
|
|
|
1158
1134
|
.ps-border-none {
|
|
1159
1135
|
border-style: none;
|
|
1160
1136
|
}
|
|
1137
|
+
.ps-border-blue-500 {
|
|
1138
|
+
--tw-border-opacity: 1;
|
|
1139
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1140
|
+
}
|
|
1161
1141
|
.ps-border-input {
|
|
1162
1142
|
border-color: hsl(var(--input));
|
|
1163
1143
|
}
|
|
@@ -1189,8 +1169,9 @@ video {
|
|
|
1189
1169
|
.ps-bg-destructive {
|
|
1190
1170
|
background-color: hsl(var(--destructive));
|
|
1191
1171
|
}
|
|
1192
|
-
.ps-bg-
|
|
1193
|
-
|
|
1172
|
+
.ps-bg-gray-200 {
|
|
1173
|
+
--tw-bg-opacity: 1;
|
|
1174
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1194
1175
|
}
|
|
1195
1176
|
.ps-bg-muted {
|
|
1196
1177
|
background-color: hsl(var(--muted));
|
|
@@ -1212,15 +1193,19 @@ video {
|
|
|
1212
1193
|
.ps-bg-primary {
|
|
1213
1194
|
background-color: hsl(var(--primary));
|
|
1214
1195
|
}
|
|
1196
|
+
.ps-bg-primary\/10 {
|
|
1197
|
+
background-color: hsl(var(--primary) / 0.1);
|
|
1198
|
+
}
|
|
1199
|
+
.ps-bg-purple-600 {
|
|
1200
|
+
--tw-bg-opacity: 1;
|
|
1201
|
+
background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
|
|
1202
|
+
}
|
|
1215
1203
|
.ps-bg-secondary {
|
|
1216
1204
|
background-color: hsl(var(--secondary));
|
|
1217
1205
|
}
|
|
1218
1206
|
.ps-bg-slate-50\/50 {
|
|
1219
1207
|
background-color: rgb(248 250 252 / 0.5);
|
|
1220
1208
|
}
|
|
1221
|
-
.ps-bg-table-border {
|
|
1222
|
-
background-color: hsl(var(--table-border));
|
|
1223
|
-
}
|
|
1224
1209
|
.ps-bg-table-head {
|
|
1225
1210
|
background-color: hsl(var(--table-head));
|
|
1226
1211
|
}
|
|
@@ -1318,9 +1303,6 @@ video {
|
|
|
1318
1303
|
.ps-pl-2\.5 {
|
|
1319
1304
|
padding-left: 0.625rem;
|
|
1320
1305
|
}
|
|
1321
|
-
.ps-pl-6 {
|
|
1322
|
-
padding-left: 1.5rem;
|
|
1323
|
-
}
|
|
1324
1306
|
.ps-pl-8 {
|
|
1325
1307
|
padding-left: 2rem;
|
|
1326
1308
|
}
|
|
@@ -1333,6 +1315,9 @@ video {
|
|
|
1333
1315
|
.ps-pr-8 {
|
|
1334
1316
|
padding-right: 2rem;
|
|
1335
1317
|
}
|
|
1318
|
+
.ps-pt-2 {
|
|
1319
|
+
padding-top: 0.5rem;
|
|
1320
|
+
}
|
|
1336
1321
|
.ps-pt-4 {
|
|
1337
1322
|
padding-top: 1rem;
|
|
1338
1323
|
}
|
|
@@ -1369,15 +1354,9 @@ video {
|
|
|
1369
1354
|
.ps-font-semibold {
|
|
1370
1355
|
font-weight: 600;
|
|
1371
1356
|
}
|
|
1372
|
-
.ps-uppercase {
|
|
1373
|
-
text-transform: uppercase;
|
|
1374
|
-
}
|
|
1375
1357
|
.ps-lowercase {
|
|
1376
1358
|
text-transform: lowercase;
|
|
1377
1359
|
}
|
|
1378
|
-
.ps-italic {
|
|
1379
|
-
font-style: italic;
|
|
1380
|
-
}
|
|
1381
1360
|
.ps-leading-\[var\(--studio-cell-height\)\] {
|
|
1382
1361
|
line-height: var(--studio-cell-height);
|
|
1383
1362
|
}
|
|
@@ -1390,10 +1369,6 @@ video {
|
|
|
1390
1369
|
.ps-tracking-widest {
|
|
1391
1370
|
letter-spacing: 0.1em;
|
|
1392
1371
|
}
|
|
1393
|
-
.ps-text-blue-500 {
|
|
1394
|
-
--tw-text-opacity: 1;
|
|
1395
|
-
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
1396
|
-
}
|
|
1397
1372
|
.ps-text-card-foreground {
|
|
1398
1373
|
color: hsl(var(--card-foreground));
|
|
1399
1374
|
}
|
|
@@ -1425,14 +1400,6 @@ video {
|
|
|
1425
1400
|
.ps-text-muted-foreground\/70 {
|
|
1426
1401
|
color: hsl(var(--muted-foreground) / 0.7);
|
|
1427
1402
|
}
|
|
1428
|
-
.ps-text-neutral-500 {
|
|
1429
|
-
--tw-text-opacity: 1;
|
|
1430
|
-
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
|
1431
|
-
}
|
|
1432
|
-
.ps-text-neutral-600 {
|
|
1433
|
-
--tw-text-opacity: 1;
|
|
1434
|
-
color: rgb(82 82 82 / var(--tw-text-opacity, 1));
|
|
1435
|
-
}
|
|
1436
1403
|
.ps-text-popover-foreground {
|
|
1437
1404
|
color: hsl(var(--popover-foreground));
|
|
1438
1405
|
}
|
|
@@ -1465,14 +1432,9 @@ video {
|
|
|
1465
1432
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1466
1433
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1467
1434
|
}
|
|
1468
|
-
.ps-shadow-\[-
|
|
1469
|
-
--tw-shadow: -
|
|
1470
|
-
--tw-shadow-colored: -
|
|
1471
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1472
|
-
}
|
|
1473
|
-
.ps-shadow-\[2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
|
|
1474
|
-
--tw-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
|
|
1475
|
-
--tw-shadow-colored: 2px 0 5px -2px var(--tw-shadow-color);
|
|
1435
|
+
.ps-shadow-\[-1px_0_0_0_hsl\(var\(--border\)\)\] {
|
|
1436
|
+
--tw-shadow: -1px 0 0 0 hsl(var(--border));
|
|
1437
|
+
--tw-shadow-colored: -1px 0 0 0 var(--tw-shadow-color);
|
|
1476
1438
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1477
1439
|
}
|
|
1478
1440
|
.ps-shadow-lg {
|
|
@@ -1629,231 +1591,277 @@ body {
|
|
|
1629
1591
|
}
|
|
1630
1592
|
}
|
|
1631
1593
|
|
|
1632
|
-
/* Portals are outside the studio DOM scope */
|
|
1633
|
-
[data-radix-popper-content-wrapper] {
|
|
1634
|
-
z-index: 9999 !important;
|
|
1635
|
-
}
|
|
1636
1594
|
.file\:ps-border-0::file-selector-button {
|
|
1637
1595
|
border-width: 0px;
|
|
1638
1596
|
}
|
|
1597
|
+
|
|
1639
1598
|
.file\:ps-bg-transparent::file-selector-button {
|
|
1640
1599
|
background-color: transparent;
|
|
1641
1600
|
}
|
|
1601
|
+
|
|
1642
1602
|
.file\:ps-text-sm::file-selector-button {
|
|
1643
1603
|
font-size: 0.875rem;
|
|
1644
1604
|
line-height: 1.25rem;
|
|
1645
1605
|
}
|
|
1606
|
+
|
|
1646
1607
|
.file\:ps-font-medium::file-selector-button {
|
|
1647
1608
|
font-weight: 500;
|
|
1648
1609
|
}
|
|
1610
|
+
|
|
1649
1611
|
.file\:ps-text-foreground::file-selector-button {
|
|
1650
1612
|
color: hsl(var(--foreground));
|
|
1651
1613
|
}
|
|
1614
|
+
|
|
1652
1615
|
.placeholder\:ps-text-muted-foreground::-moz-placeholder {
|
|
1653
1616
|
color: hsl(var(--muted-foreground));
|
|
1654
1617
|
}
|
|
1618
|
+
|
|
1655
1619
|
.placeholder\:ps-text-muted-foreground::placeholder {
|
|
1656
1620
|
color: hsl(var(--muted-foreground));
|
|
1657
1621
|
}
|
|
1622
|
+
|
|
1658
1623
|
.hover\:ps-border-table-border:hover {
|
|
1659
1624
|
border-color: hsl(var(--table-border));
|
|
1660
1625
|
}
|
|
1626
|
+
|
|
1661
1627
|
.hover\:ps-bg-accent:hover {
|
|
1662
1628
|
background-color: hsl(var(--accent));
|
|
1663
1629
|
}
|
|
1630
|
+
|
|
1664
1631
|
.hover\:ps-bg-destructive\/80:hover {
|
|
1665
1632
|
background-color: hsl(var(--destructive) / 0.8);
|
|
1666
1633
|
}
|
|
1634
|
+
|
|
1667
1635
|
.hover\:ps-bg-destructive\/90:hover {
|
|
1668
1636
|
background-color: hsl(var(--destructive) / 0.9);
|
|
1669
1637
|
}
|
|
1638
|
+
|
|
1670
1639
|
.hover\:ps-bg-muted\/50:hover {
|
|
1671
1640
|
background-color: hsl(var(--muted) / 0.5);
|
|
1672
1641
|
}
|
|
1642
|
+
|
|
1673
1643
|
.hover\:ps-bg-primary\/80:hover {
|
|
1674
1644
|
background-color: hsl(var(--primary) / 0.8);
|
|
1675
1645
|
}
|
|
1646
|
+
|
|
1676
1647
|
.hover\:ps-bg-primary\/90:hover {
|
|
1677
1648
|
background-color: hsl(var(--primary) / 0.9);
|
|
1678
1649
|
}
|
|
1650
|
+
|
|
1679
1651
|
.hover\:ps-bg-secondary\/80:hover {
|
|
1680
1652
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1681
1653
|
}
|
|
1654
|
+
|
|
1682
1655
|
.hover\:ps-text-accent-foreground:hover {
|
|
1683
1656
|
color: hsl(var(--accent-foreground));
|
|
1684
1657
|
}
|
|
1658
|
+
|
|
1685
1659
|
.hover\:ps-text-foreground:hover {
|
|
1686
1660
|
color: hsl(var(--foreground));
|
|
1687
1661
|
}
|
|
1662
|
+
|
|
1688
1663
|
.hover\:ps-underline:hover {
|
|
1689
1664
|
text-decoration-line: underline;
|
|
1690
1665
|
}
|
|
1666
|
+
|
|
1691
1667
|
.hover\:ps-opacity-100:hover {
|
|
1692
1668
|
opacity: 1;
|
|
1693
1669
|
}
|
|
1670
|
+
|
|
1694
1671
|
.focus\:ps-bg-accent:focus {
|
|
1695
1672
|
background-color: hsl(var(--accent));
|
|
1696
1673
|
}
|
|
1674
|
+
|
|
1697
1675
|
.focus\:ps-text-accent-foreground:focus {
|
|
1698
1676
|
color: hsl(var(--accent-foreground));
|
|
1699
1677
|
}
|
|
1678
|
+
|
|
1700
1679
|
.focus\:ps-outline-none:focus {
|
|
1701
1680
|
outline: 2px solid transparent;
|
|
1702
1681
|
outline-offset: 2px;
|
|
1703
1682
|
}
|
|
1683
|
+
|
|
1704
1684
|
.focus\:ps-ring-1:focus {
|
|
1705
1685
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1706
1686
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1707
1687
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1708
1688
|
}
|
|
1689
|
+
|
|
1709
1690
|
.focus\:ps-ring-2:focus {
|
|
1710
1691
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1711
1692
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1712
1693
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1713
1694
|
}
|
|
1695
|
+
|
|
1714
1696
|
.focus\:ps-ring-ring:focus {
|
|
1715
1697
|
--tw-ring-color: hsl(var(--ring));
|
|
1716
1698
|
}
|
|
1699
|
+
|
|
1717
1700
|
.focus\:ps-ring-offset-2:focus {
|
|
1718
1701
|
--tw-ring-offset-width: 2px;
|
|
1719
1702
|
}
|
|
1703
|
+
|
|
1720
1704
|
.focus-visible\:ps-outline-none:focus-visible {
|
|
1721
1705
|
outline: 2px solid transparent;
|
|
1722
1706
|
outline-offset: 2px;
|
|
1723
1707
|
}
|
|
1708
|
+
|
|
1724
1709
|
.focus-visible\:ps-ring-0:focus-visible {
|
|
1725
1710
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1726
1711
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1727
1712
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1728
1713
|
}
|
|
1714
|
+
|
|
1729
1715
|
.focus-visible\:ps-ring-1:focus-visible {
|
|
1730
1716
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1731
1717
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1732
1718
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1733
1719
|
}
|
|
1720
|
+
|
|
1734
1721
|
.focus-visible\:ps-ring-2:focus-visible {
|
|
1735
1722
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1736
1723
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1737
1724
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1738
1725
|
}
|
|
1726
|
+
|
|
1739
1727
|
.focus-visible\:ps-ring-ring:focus-visible {
|
|
1740
1728
|
--tw-ring-color: hsl(var(--ring));
|
|
1741
1729
|
}
|
|
1730
|
+
|
|
1742
1731
|
.focus-visible\:ps-ring-offset-2:focus-visible {
|
|
1743
1732
|
--tw-ring-offset-width: 2px;
|
|
1744
1733
|
}
|
|
1734
|
+
|
|
1745
1735
|
.focus-visible\:ps-ring-offset-background:focus-visible {
|
|
1746
1736
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1747
1737
|
}
|
|
1738
|
+
|
|
1748
1739
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1749
1740
|
pointer-events: none;
|
|
1750
1741
|
}
|
|
1742
|
+
|
|
1751
1743
|
.disabled\:ps-cursor-not-allowed:disabled {
|
|
1752
1744
|
cursor: not-allowed;
|
|
1753
1745
|
}
|
|
1746
|
+
|
|
1754
1747
|
.disabled\:ps-opacity-50:disabled {
|
|
1755
1748
|
opacity: 0.5;
|
|
1756
1749
|
}
|
|
1757
|
-
|
|
1758
|
-
--tw-bg-opacity: 1;
|
|
1759
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
1760
|
-
}
|
|
1761
|
-
.ps-group:nth-child(even) .group-even\:ps-bg-white {
|
|
1762
|
-
--tw-bg-opacity: 1;
|
|
1763
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1764
|
-
}
|
|
1765
|
-
.ps-group:hover .group-hover\:ps-bg-neutral-100 {
|
|
1766
|
-
--tw-bg-opacity: 1;
|
|
1767
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1768
|
-
}
|
|
1750
|
+
|
|
1769
1751
|
.ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
|
|
1770
1752
|
cursor: not-allowed;
|
|
1771
1753
|
}
|
|
1754
|
+
|
|
1772
1755
|
.ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
|
|
1773
1756
|
opacity: 0.7;
|
|
1774
1757
|
}
|
|
1758
|
+
|
|
1775
1759
|
.data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
|
|
1776
1760
|
pointer-events: none;
|
|
1777
1761
|
}
|
|
1762
|
+
|
|
1778
1763
|
.data-\[side\=bottom\]\:ps-translate-y-1[data-side="bottom"] {
|
|
1779
1764
|
--tw-translate-y: 0.25rem;
|
|
1780
1765
|
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));
|
|
1781
1766
|
}
|
|
1767
|
+
|
|
1782
1768
|
.data-\[side\=left\]\:ps--translate-x-1[data-side="left"] {
|
|
1783
1769
|
--tw-translate-x: -0.25rem;
|
|
1784
1770
|
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));
|
|
1785
1771
|
}
|
|
1772
|
+
|
|
1786
1773
|
.data-\[side\=right\]\:ps-translate-x-1[data-side="right"] {
|
|
1787
1774
|
--tw-translate-x: 0.25rem;
|
|
1788
1775
|
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));
|
|
1789
1776
|
}
|
|
1777
|
+
|
|
1790
1778
|
.data-\[side\=top\]\:ps--translate-y-1[data-side="top"] {
|
|
1791
1779
|
--tw-translate-y: -0.25rem;
|
|
1792
1780
|
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));
|
|
1793
1781
|
}
|
|
1782
|
+
|
|
1794
1783
|
.data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
|
|
1795
1784
|
--tw-translate-x: 1rem;
|
|
1796
1785
|
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));
|
|
1797
1786
|
}
|
|
1787
|
+
|
|
1798
1788
|
.data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
|
|
1799
1789
|
--tw-translate-x: 0px;
|
|
1800
1790
|
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));
|
|
1801
1791
|
}
|
|
1792
|
+
|
|
1802
1793
|
.data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
|
|
1803
1794
|
--tw-bg-opacity: 1;
|
|
1804
1795
|
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1805
1796
|
}
|
|
1797
|
+
|
|
1806
1798
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|
|
1807
1799
|
background-color: hsl(var(--primary));
|
|
1808
1800
|
}
|
|
1801
|
+
|
|
1809
1802
|
.data-\[state\=open\]\:ps-bg-accent[data-state="open"] {
|
|
1810
1803
|
background-color: hsl(var(--accent));
|
|
1811
1804
|
}
|
|
1805
|
+
|
|
1812
1806
|
.data-\[state\=open\]\:ps-bg-secondary[data-state="open"] {
|
|
1813
1807
|
background-color: hsl(var(--secondary));
|
|
1814
1808
|
}
|
|
1809
|
+
|
|
1815
1810
|
.data-\[state\=selected\]\:ps-bg-muted[data-state="selected"] {
|
|
1816
1811
|
background-color: hsl(var(--muted));
|
|
1817
1812
|
}
|
|
1813
|
+
|
|
1818
1814
|
.data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
|
|
1819
1815
|
background-color: hsl(var(--input));
|
|
1820
1816
|
}
|
|
1817
|
+
|
|
1821
1818
|
.data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
|
|
1822
1819
|
color: hsl(var(--foreground));
|
|
1823
1820
|
}
|
|
1821
|
+
|
|
1824
1822
|
.data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
|
|
1825
1823
|
color: hsl(var(--muted-foreground));
|
|
1826
1824
|
}
|
|
1825
|
+
|
|
1827
1826
|
.data-\[state\=checked\]\:ps-text-primary-foreground[data-state="checked"] {
|
|
1828
1827
|
color: hsl(var(--primary-foreground));
|
|
1829
1828
|
}
|
|
1829
|
+
|
|
1830
1830
|
.data-\[state\=open\]\:ps-text-accent-foreground[data-state="open"] {
|
|
1831
1831
|
color: hsl(var(--accent-foreground));
|
|
1832
1832
|
}
|
|
1833
|
+
|
|
1833
1834
|
.data-\[state\=open\]\:ps-text-muted-foreground[data-state="open"] {
|
|
1834
1835
|
color: hsl(var(--muted-foreground));
|
|
1835
1836
|
}
|
|
1837
|
+
|
|
1836
1838
|
.data-\[disabled\]\:ps-opacity-50[data-disabled] {
|
|
1837
1839
|
opacity: 0.5;
|
|
1838
1840
|
}
|
|
1841
|
+
|
|
1839
1842
|
.data-\[focus\=true\]\:ps-ring-2[data-focus="true"] {
|
|
1840
1843
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1841
1844
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1842
1845
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1843
1846
|
}
|
|
1847
|
+
|
|
1844
1848
|
.data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
|
|
1845
1849
|
--tw-ring-inset: inset;
|
|
1846
1850
|
}
|
|
1851
|
+
|
|
1847
1852
|
.data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
|
|
1848
1853
|
--tw-ring-opacity: 1;
|
|
1849
1854
|
--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
|
|
1850
1855
|
}
|
|
1856
|
+
|
|
1851
1857
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1852
1858
|
transition-duration: 300ms;
|
|
1853
1859
|
}
|
|
1860
|
+
|
|
1854
1861
|
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1855
1862
|
transition-duration: 500ms;
|
|
1856
1863
|
}
|
|
1864
|
+
|
|
1857
1865
|
.data-\[state\=open\]\:ps-animate-in[data-state="open"] {
|
|
1858
1866
|
animation-name: enter;
|
|
1859
1867
|
animation-duration: 150ms;
|
|
@@ -1863,6 +1871,7 @@ body {
|
|
|
1863
1871
|
--tw-enter-translate-x: initial;
|
|
1864
1872
|
--tw-enter-translate-y: initial;
|
|
1865
1873
|
}
|
|
1874
|
+
|
|
1866
1875
|
.data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
|
|
1867
1876
|
animation-name: exit;
|
|
1868
1877
|
animation-duration: 150ms;
|
|
@@ -1872,72 +1881,95 @@ body {
|
|
|
1872
1881
|
--tw-exit-translate-x: initial;
|
|
1873
1882
|
--tw-exit-translate-y: initial;
|
|
1874
1883
|
}
|
|
1884
|
+
|
|
1875
1885
|
.data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
|
|
1876
1886
|
--tw-exit-opacity: 0;
|
|
1877
1887
|
}
|
|
1888
|
+
|
|
1878
1889
|
.data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
|
|
1879
1890
|
--tw-enter-opacity: 0;
|
|
1880
1891
|
}
|
|
1892
|
+
|
|
1881
1893
|
.data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
|
|
1882
1894
|
--tw-exit-scale: .95;
|
|
1883
1895
|
}
|
|
1896
|
+
|
|
1884
1897
|
.data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
|
|
1885
1898
|
--tw-enter-scale: .95;
|
|
1886
1899
|
}
|
|
1900
|
+
|
|
1887
1901
|
.data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
|
|
1888
1902
|
--tw-enter-translate-y: -0.5rem;
|
|
1889
1903
|
}
|
|
1904
|
+
|
|
1890
1905
|
.data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
|
|
1891
1906
|
--tw-enter-translate-x: 0.5rem;
|
|
1892
1907
|
}
|
|
1908
|
+
|
|
1893
1909
|
.data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
|
|
1894
1910
|
--tw-enter-translate-x: -0.5rem;
|
|
1895
1911
|
}
|
|
1912
|
+
|
|
1896
1913
|
.data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
|
|
1897
1914
|
--tw-enter-translate-y: 0.5rem;
|
|
1898
1915
|
}
|
|
1916
|
+
|
|
1899
1917
|
.data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
|
|
1900
1918
|
--tw-exit-translate-y: 100%;
|
|
1901
1919
|
}
|
|
1920
|
+
|
|
1902
1921
|
.data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
|
|
1903
1922
|
--tw-exit-translate-x: -100%;
|
|
1904
1923
|
}
|
|
1924
|
+
|
|
1905
1925
|
.data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
|
|
1906
1926
|
--tw-exit-translate-x: -50%;
|
|
1907
1927
|
}
|
|
1928
|
+
|
|
1908
1929
|
.data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
|
|
1909
1930
|
--tw-exit-translate-x: 100%;
|
|
1910
1931
|
}
|
|
1932
|
+
|
|
1911
1933
|
.data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
|
|
1912
1934
|
--tw-exit-translate-y: -100%;
|
|
1913
1935
|
}
|
|
1936
|
+
|
|
1914
1937
|
.data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
1915
1938
|
--tw-exit-translate-y: -48%;
|
|
1916
1939
|
}
|
|
1940
|
+
|
|
1917
1941
|
.data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
|
|
1918
1942
|
--tw-enter-translate-y: 100%;
|
|
1919
1943
|
}
|
|
1944
|
+
|
|
1920
1945
|
.data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
|
|
1921
1946
|
--tw-enter-translate-x: -100%;
|
|
1922
1947
|
}
|
|
1948
|
+
|
|
1923
1949
|
.data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
|
|
1924
1950
|
--tw-enter-translate-x: -50%;
|
|
1925
1951
|
}
|
|
1952
|
+
|
|
1926
1953
|
.data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
|
|
1927
1954
|
--tw-enter-translate-x: 100%;
|
|
1928
1955
|
}
|
|
1956
|
+
|
|
1929
1957
|
.data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
|
|
1930
1958
|
--tw-enter-translate-y: -100%;
|
|
1931
1959
|
}
|
|
1960
|
+
|
|
1932
1961
|
.data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
|
|
1933
1962
|
--tw-enter-translate-y: -48%;
|
|
1934
1963
|
}
|
|
1964
|
+
|
|
1935
1965
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1936
1966
|
animation-duration: 300ms;
|
|
1937
1967
|
}
|
|
1968
|
+
|
|
1938
1969
|
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1939
1970
|
animation-duration: 500ms;
|
|
1940
1971
|
}
|
|
1972
|
+
|
|
1941
1973
|
@media (min-width: 640px) {
|
|
1942
1974
|
|
|
1943
1975
|
.sm\:ps-max-w-sm {
|
|
@@ -1966,6 +1998,7 @@ body {
|
|
|
1966
1998
|
text-align: left;
|
|
1967
1999
|
}
|
|
1968
2000
|
}
|
|
2001
|
+
|
|
1969
2002
|
@media (min-width: 768px) {
|
|
1970
2003
|
|
|
1971
2004
|
.md\:ps-text-sm {
|
|
@@ -1973,35 +2006,44 @@ body {
|
|
|
1973
2006
|
line-height: 1.25rem;
|
|
1974
2007
|
}
|
|
1975
2008
|
}
|
|
2009
|
+
|
|
1976
2010
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1977
2011
|
border-bottom-width: 0px;
|
|
1978
2012
|
}
|
|
2013
|
+
|
|
1979
2014
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1980
2015
|
overflow: hidden;
|
|
1981
2016
|
display: -webkit-box;
|
|
1982
2017
|
-webkit-box-orient: vertical;
|
|
1983
2018
|
-webkit-line-clamp: 1;
|
|
1984
2019
|
}
|
|
2020
|
+
|
|
1985
2021
|
.\[\&\>svg\]\:ps-size-4>svg {
|
|
1986
2022
|
width: 1rem;
|
|
1987
2023
|
height: 1rem;
|
|
1988
2024
|
}
|
|
2025
|
+
|
|
1989
2026
|
.\[\&\>svg\]\:ps-shrink-0>svg {
|
|
1990
2027
|
flex-shrink: 0;
|
|
1991
2028
|
}
|
|
2029
|
+
|
|
1992
2030
|
.\[\&\>tr\]\:last\:ps-border-b-0:last-child>tr {
|
|
1993
2031
|
border-bottom-width: 0px;
|
|
1994
2032
|
}
|
|
2033
|
+
|
|
1995
2034
|
.\[\&_svg\]\:ps-pointer-events-none svg {
|
|
1996
2035
|
pointer-events: none;
|
|
1997
2036
|
}
|
|
2037
|
+
|
|
1998
2038
|
.\[\&_svg\]\:ps-size-4 svg {
|
|
1999
2039
|
width: 1rem;
|
|
2000
2040
|
height: 1rem;
|
|
2001
2041
|
}
|
|
2042
|
+
|
|
2002
2043
|
.\[\&_svg\]\:ps-shrink-0 svg {
|
|
2003
2044
|
flex-shrink: 0;
|
|
2004
2045
|
}
|
|
2046
|
+
|
|
2005
2047
|
.\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
|
|
2006
2048
|
border-width: 0px;
|
|
2007
2049
|
}
|