@ngrok/mantle 0.9.1 → 0.10.0
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/assets/mantle.css +17 -0
- package/package.json +1 -1
package/assets/mantle.css
CHANGED
|
@@ -1618,4 +1618,21 @@
|
|
|
1618
1618
|
100% 14px;
|
|
1619
1619
|
background-attachment: local, local, scroll, scroll;
|
|
1620
1620
|
}
|
|
1621
|
+
|
|
1622
|
+
.nav-scroll-shadow {
|
|
1623
|
+
background:
|
|
1624
|
+
/* Shadow Cover TOP */
|
|
1625
|
+
linear-gradient(hsl(var(--bg-popover)) 30%, hsl(var(--bg-popover) / 0%)) center top,
|
|
1626
|
+
/* Shadow Cover BOTTOM */ linear-gradient(hsl(var(--bg-popover) / 0%), hsl(var(--bg-popover)) 70%) center bottom,
|
|
1627
|
+
/* Shadow TOP */ radial-gradient(farthest-side at 50% 0, var(--navigation-shadow), rgb(0 0 0 / 0%)) center top,
|
|
1628
|
+
/* Shadow BOTTOM */ radial-gradient(farthest-side at 50% 100%, var(--navigation-shadow), rgb(0 0 0 / 0%)) center
|
|
1629
|
+
bottom;
|
|
1630
|
+
background-repeat: no-repeat;
|
|
1631
|
+
background-size:
|
|
1632
|
+
100% 40px,
|
|
1633
|
+
100% 40px,
|
|
1634
|
+
100% 14px,
|
|
1635
|
+
100% 14px;
|
|
1636
|
+
background-attachment: local, local, scroll, scroll;
|
|
1637
|
+
}
|
|
1621
1638
|
}
|