@fileverse/ui 4.1.7-patch-6 → 4.1.7-patch-8
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 +6 -5
- package/dist/index.es.js +2039 -1850
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2304,8 +2304,8 @@ video {
|
|
|
2304
2304
|
.\!pb-0 {
|
|
2305
2305
|
padding-bottom: 0px !important;
|
|
2306
2306
|
}
|
|
2307
|
-
.\!
|
|
2308
|
-
padding-
|
|
2307
|
+
.\!pr-0 {
|
|
2308
|
+
padding-right: 0px !important;
|
|
2309
2309
|
}
|
|
2310
2310
|
.\!pt-4 {
|
|
2311
2311
|
padding-top: 1rem !important;
|
|
@@ -2352,9 +2352,6 @@ video {
|
|
|
2352
2352
|
.pt-4 {
|
|
2353
2353
|
padding-top: 1rem;
|
|
2354
2354
|
}
|
|
2355
|
-
.pt-6 {
|
|
2356
|
-
padding-top: 1.5rem;
|
|
2357
|
-
}
|
|
2358
2355
|
.text-left {
|
|
2359
2356
|
text-align: left;
|
|
2360
2357
|
}
|
|
@@ -3656,6 +3653,10 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3656
3653
|
padding-right: 0px;
|
|
3657
3654
|
}
|
|
3658
3655
|
|
|
3656
|
+
.\[\&\>button\]\:\!bg-transparent>button {
|
|
3657
|
+
background-color: transparent !important;
|
|
3658
|
+
}
|
|
3659
|
+
|
|
3659
3660
|
.\[\&\>span\]\:\!left-\[10\%\]>span {
|
|
3660
3661
|
left: 10% !important;
|
|
3661
3662
|
}
|