@geomak/ui 1.6.0 → 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 +25 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +25 -20
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -770,9 +770,15 @@ video {
|
|
|
770
770
|
.left-14 {
|
|
771
771
|
left: 3.5rem;
|
|
772
772
|
}
|
|
773
|
+
.left-4 {
|
|
774
|
+
left: 1rem;
|
|
775
|
+
}
|
|
773
776
|
.right-0 {
|
|
774
777
|
right: 0px;
|
|
775
778
|
}
|
|
779
|
+
.right-4 {
|
|
780
|
+
right: 1rem;
|
|
781
|
+
}
|
|
776
782
|
.right-\[-5px\] {
|
|
777
783
|
right: -5px;
|
|
778
784
|
}
|
|
@@ -1087,8 +1093,8 @@ video {
|
|
|
1087
1093
|
.w-\[300px\] {
|
|
1088
1094
|
width: 300px;
|
|
1089
1095
|
}
|
|
1090
|
-
.w-\[
|
|
1091
|
-
width:
|
|
1096
|
+
.w-\[340px\] {
|
|
1097
|
+
width: 340px;
|
|
1092
1098
|
}
|
|
1093
1099
|
.w-\[3px\] {
|
|
1094
1100
|
width: 3px;
|