@syscore/ui-library 1.7.2 → 1.7.4
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/client/global.css +7 -0
- package/package.json +1 -1
package/client/global.css
CHANGED
|
@@ -6087,6 +6087,13 @@ body {
|
|
|
6087
6087
|
-webkit-backdrop-filter: blur(12px);
|
|
6088
6088
|
border-bottom: 1px solid rgb(239 241 242);
|
|
6089
6089
|
}
|
|
6090
|
+
/* added temporary */
|
|
6091
|
+
.navigation__tray-container[data-strategy="true"] {
|
|
6092
|
+
background-color: rgb(249 250 251);
|
|
6093
|
+
backdrop-filter: blur(12px);
|
|
6094
|
+
-webkit-backdrop-filter: blur(12px);
|
|
6095
|
+
border-bottom: 1px solid rgb(239 241 242);
|
|
6096
|
+
}
|
|
6090
6097
|
|
|
6091
6098
|
.navigation-overlay {
|
|
6092
6099
|
position: absolute;
|