@sonic-equipment/ui 0.0.73 → 0.0.74
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/styles.css +3 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2601,7 +2601,7 @@
|
|
|
2601
2601
|
.category-card-module-4NUjH {
|
|
2602
2602
|
all: unset;
|
|
2603
2603
|
display: grid;
|
|
2604
|
-
|
|
2604
|
+
width: 88px;
|
|
2605
2605
|
cursor: pointer;
|
|
2606
2606
|
padding-inline: 10px;
|
|
2607
2607
|
place-items: center;
|
|
@@ -2694,7 +2694,7 @@
|
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
2696
|
@media (width >= 1440px) {.category-card-module-4NUjH {
|
|
2697
|
-
|
|
2697
|
+
width: 95px
|
|
2698
2698
|
}
|
|
2699
2699
|
|
|
2700
2700
|
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
@@ -3030,7 +3030,7 @@
|
|
|
3030
3030
|
|
|
3031
3031
|
.background-overlay-module-mGiNQ {
|
|
3032
3032
|
position: fixed;
|
|
3033
|
-
z-index: --background-overlay-layer;
|
|
3033
|
+
z-index: var(--background-overlay-layer);
|
|
3034
3034
|
-webkit-backdrop-filter: blur(4px);
|
|
3035
3035
|
backdrop-filter: blur(4px);
|
|
3036
3036
|
background-color: rgb(0 0 0 / 52%);
|