@intellias/menu 1.0.6 → 1.0.7
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/css/main.css +6 -1
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -802,6 +802,11 @@
|
|
|
802
802
|
margin: 1px auto;
|
|
803
803
|
background-color: #ffffff;
|
|
804
804
|
}
|
|
805
|
+
@media only screen and (max-width: 992px) {
|
|
806
|
+
.hide-on-med-and-down {
|
|
807
|
+
display: none !important;
|
|
808
|
+
}
|
|
809
|
+
}
|
|
805
810
|
.navbar-fixed {
|
|
806
811
|
position: relative;
|
|
807
812
|
display: flex;
|
|
@@ -1226,7 +1231,7 @@
|
|
|
1226
1231
|
.navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper:before {
|
|
1227
1232
|
content: "";
|
|
1228
1233
|
position: absolute;
|
|
1229
|
-
right:
|
|
1234
|
+
right: 90px;
|
|
1230
1235
|
bottom: 5%;
|
|
1231
1236
|
height: 90%;
|
|
1232
1237
|
width: 5px;
|