@raystack/apsara 0.18.4 → 0.18.6
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
CHANGED
|
@@ -1577,8 +1577,8 @@ html[data-theme="dark"] {
|
|
|
1577
1577
|
.sheet-module_overlay__30Ve- {
|
|
1578
1578
|
position: fixed;
|
|
1579
1579
|
inset: 0;
|
|
1580
|
-
|
|
1581
|
-
background-color: rgba(0, 0, 0, .15);
|
|
1580
|
+
z-index: 1;
|
|
1581
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1582
1582
|
}
|
|
1583
1583
|
|
|
1584
1584
|
.sheet-module_overlay__30Ve-[data-state="open"] {
|
|
@@ -1594,7 +1594,7 @@ html[data-theme="dark"] {
|
|
|
1594
1594
|
align-items: center;
|
|
1595
1595
|
border-radius: 4px;
|
|
1596
1596
|
font-weight: 500;
|
|
1597
|
-
|
|
1597
|
+
|
|
1598
1598
|
position: absolute;
|
|
1599
1599
|
top: 8px;
|
|
1600
1600
|
right: 8px;
|
|
@@ -1605,14 +1605,23 @@ html[data-theme="dark"] {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
1607
|
@keyframes sheet-module_fadeIn__CNcbj {
|
|
1608
|
-
0%
|
|
1609
|
-
|
|
1608
|
+
0% {
|
|
1609
|
+
opacity: 0;
|
|
1610
|
+
}
|
|
1611
|
+
100% {
|
|
1612
|
+
opacity: 1;
|
|
1613
|
+
}
|
|
1610
1614
|
}
|
|
1611
1615
|
|
|
1612
1616
|
@keyframes sheet-module_fadeOut__xODyX {
|
|
1613
|
-
0%
|
|
1614
|
-
|
|
1617
|
+
0% {
|
|
1618
|
+
opacity: 1;
|
|
1619
|
+
}
|
|
1620
|
+
100% {
|
|
1621
|
+
opacity: 0;
|
|
1622
|
+
}
|
|
1615
1623
|
}
|
|
1624
|
+
|
|
1616
1625
|
.sidebar-module_sidebar__NXH3O {
|
|
1617
1626
|
width: 100%;
|
|
1618
1627
|
max-width: 220px;
|