@alexochihua/exos-library-components 2.20.2 → 2.20.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/style.css +14 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1694,7 +1694,7 @@ video {
|
|
|
1694
1694
|
|
|
1695
1695
|
.e-calendar__popUp__container {
|
|
1696
1696
|
position: fixed;
|
|
1697
|
-
z-index:
|
|
1697
|
+
z-index: 45;
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
1700
|
@keyframes exos-slideUp {
|
|
@@ -2914,7 +2914,7 @@ video {
|
|
|
2914
2914
|
.e-dialog__mainContainer {
|
|
2915
2915
|
position: fixed;
|
|
2916
2916
|
inset: 0px;
|
|
2917
|
-
z-index:
|
|
2917
|
+
z-index: 40;
|
|
2918
2918
|
display: flex;
|
|
2919
2919
|
align-items: center;
|
|
2920
2920
|
justify-content: center;
|
|
@@ -6651,6 +6651,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
6651
6651
|
z-index: 50;
|
|
6652
6652
|
}
|
|
6653
6653
|
|
|
6654
|
+
.exos-z-\[50\] {
|
|
6655
|
+
z-index: 50;
|
|
6656
|
+
}
|
|
6657
|
+
|
|
6654
6658
|
.exos-order-1 {
|
|
6655
6659
|
order: 1;
|
|
6656
6660
|
}
|
|
@@ -6862,6 +6866,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
6862
6866
|
height: 10vh;
|
|
6863
6867
|
}
|
|
6864
6868
|
|
|
6869
|
+
.exos-h-\[20vh\] {
|
|
6870
|
+
height: 20vh;
|
|
6871
|
+
}
|
|
6872
|
+
|
|
6865
6873
|
.exos-h-\[300px\] {
|
|
6866
6874
|
height: 300px;
|
|
6867
6875
|
}
|
|
@@ -7219,6 +7227,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
7219
7227
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7220
7228
|
}
|
|
7221
7229
|
|
|
7230
|
+
.exos-grid-cols-4 {
|
|
7231
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7232
|
+
}
|
|
7233
|
+
|
|
7222
7234
|
.exos-grid-cols-5 {
|
|
7223
7235
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7224
7236
|
}
|