@fileverse/ui 4.1.7-patch-5 → 4.1.7-patch-7
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 +10 -4
- package/dist/index.es.js +2043 -1848
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1445,8 +1445,8 @@ video {
|
|
|
1445
1445
|
.min-h-10 {
|
|
1446
1446
|
min-height: 2.5rem;
|
|
1447
1447
|
}
|
|
1448
|
-
.min-h-
|
|
1449
|
-
min-height:
|
|
1448
|
+
.min-h-5 {
|
|
1449
|
+
min-height: 1.25rem;
|
|
1450
1450
|
}
|
|
1451
1451
|
.min-h-7 {
|
|
1452
1452
|
min-height: 1.75rem;
|
|
@@ -2304,6 +2304,9 @@ video {
|
|
|
2304
2304
|
.\!pb-0 {
|
|
2305
2305
|
padding-bottom: 0px !important;
|
|
2306
2306
|
}
|
|
2307
|
+
.\!pb-6 {
|
|
2308
|
+
padding-bottom: 1.5rem !important;
|
|
2309
|
+
}
|
|
2307
2310
|
.\!pt-4 {
|
|
2308
2311
|
padding-top: 1rem !important;
|
|
2309
2312
|
}
|
|
@@ -2340,8 +2343,8 @@ video {
|
|
|
2340
2343
|
.pt-0 {
|
|
2341
2344
|
padding-top: 0px;
|
|
2342
2345
|
}
|
|
2343
|
-
.pt-
|
|
2344
|
-
padding-top: 0.
|
|
2346
|
+
.pt-0\.5 {
|
|
2347
|
+
padding-top: 0.125rem;
|
|
2345
2348
|
}
|
|
2346
2349
|
.pt-2 {
|
|
2347
2350
|
padding-top: 0.5rem;
|
|
@@ -2349,6 +2352,9 @@ video {
|
|
|
2349
2352
|
.pt-4 {
|
|
2350
2353
|
padding-top: 1rem;
|
|
2351
2354
|
}
|
|
2355
|
+
.pt-6 {
|
|
2356
|
+
padding-top: 1.5rem;
|
|
2357
|
+
}
|
|
2352
2358
|
.text-left {
|
|
2353
2359
|
text-align: left;
|
|
2354
2360
|
}
|