@geomak/ui 7.4.1 → 7.4.3
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.cjs +38 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -12
- package/dist/index.d.ts +17 -12
- package/dist/index.js +38 -9
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -835,6 +835,10 @@ video {
|
|
|
835
835
|
left: 0px;
|
|
836
836
|
right: 0px;
|
|
837
837
|
}
|
|
838
|
+
.inset-x-2 {
|
|
839
|
+
left: 0.5rem;
|
|
840
|
+
right: 0.5rem;
|
|
841
|
+
}
|
|
838
842
|
.inset-y-0 {
|
|
839
843
|
top: 0px;
|
|
840
844
|
bottom: 0px;
|
|
@@ -860,6 +864,9 @@ video {
|
|
|
860
864
|
.bottom-0 {
|
|
861
865
|
bottom: 0px;
|
|
862
866
|
}
|
|
867
|
+
.bottom-1 {
|
|
868
|
+
bottom: 0.25rem;
|
|
869
|
+
}
|
|
863
870
|
.bottom-1\.5 {
|
|
864
871
|
bottom: 0.375rem;
|
|
865
872
|
}
|
|
@@ -1203,6 +1210,9 @@ video {
|
|
|
1203
1210
|
.h-1\/2 {
|
|
1204
1211
|
height: 50%;
|
|
1205
1212
|
}
|
|
1213
|
+
.h-1\/3 {
|
|
1214
|
+
height: 33.333333%;
|
|
1215
|
+
}
|
|
1206
1216
|
.h-1\/4 {
|
|
1207
1217
|
height: 25%;
|
|
1208
1218
|
}
|