@geomak/ui 1.6.1 → 1.6.2
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 +23 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +23 -14
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -724,9 +724,6 @@ video {
|
|
|
724
724
|
.visible {
|
|
725
725
|
visibility: visible;
|
|
726
726
|
}
|
|
727
|
-
.invisible {
|
|
728
|
-
visibility: hidden;
|
|
729
|
-
}
|
|
730
727
|
.static {
|
|
731
728
|
position: static;
|
|
732
729
|
}
|
|
@@ -773,9 +770,15 @@ video {
|
|
|
773
770
|
.left-14 {
|
|
774
771
|
left: 3.5rem;
|
|
775
772
|
}
|
|
773
|
+
.left-4 {
|
|
774
|
+
left: 1rem;
|
|
775
|
+
}
|
|
776
776
|
.right-0 {
|
|
777
777
|
right: 0px;
|
|
778
778
|
}
|
|
779
|
+
.right-4 {
|
|
780
|
+
right: 1rem;
|
|
781
|
+
}
|
|
779
782
|
.right-\[-5px\] {
|
|
780
783
|
right: -5px;
|
|
781
784
|
}
|
|
@@ -1090,8 +1093,8 @@ video {
|
|
|
1090
1093
|
.w-\[300px\] {
|
|
1091
1094
|
width: 300px;
|
|
1092
1095
|
}
|
|
1093
|
-
.w-\[
|
|
1094
|
-
width:
|
|
1096
|
+
.w-\[340px\] {
|
|
1097
|
+
width: 340px;
|
|
1095
1098
|
}
|
|
1096
1099
|
.w-\[3px\] {
|
|
1097
1100
|
width: 3px;
|