@intellias/menu 1.0.26 → 1.0.27
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 +10 -3
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
cursor: pointer;
|
|
346
346
|
}
|
|
347
347
|
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .default-tabs button.tab {
|
|
348
|
-
height:
|
|
348
|
+
height: 100%;
|
|
349
349
|
display: inline-block;
|
|
350
350
|
text-align: center;
|
|
351
351
|
padding: 0;
|
|
@@ -1075,6 +1075,11 @@
|
|
|
1075
1075
|
width: 150px;
|
|
1076
1076
|
height: 64px;
|
|
1077
1077
|
}
|
|
1078
|
+
@media only screen and (max-width : 600px) {
|
|
1079
|
+
.navbar-fixed nav .brand-logo img {
|
|
1080
|
+
height: 56px;
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1078
1083
|
@media only screen and (max-width : 992px) {
|
|
1079
1084
|
.navbar-fixed nav .brand-logo {
|
|
1080
1085
|
order: 1;
|
|
@@ -1100,6 +1105,8 @@
|
|
|
1100
1105
|
height: 36px;
|
|
1101
1106
|
line-height: 36px;
|
|
1102
1107
|
padding: 6px 6px;
|
|
1108
|
+
margin-left: 5px;
|
|
1109
|
+
margin-right: 10px;
|
|
1103
1110
|
}
|
|
1104
1111
|
}
|
|
1105
1112
|
.navbar-fixed nav .btn.play-pause > i.icon {
|
|
@@ -1458,8 +1465,8 @@
|
|
|
1458
1465
|
cursor: pointer;
|
|
1459
1466
|
}
|
|
1460
1467
|
.navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper.fixed-padding {
|
|
1461
|
-
margin-left:
|
|
1462
|
-
height:
|
|
1468
|
+
margin-left: 20px;
|
|
1469
|
+
height: inherit;
|
|
1463
1470
|
}
|
|
1464
1471
|
.navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper.fixed-padding:before {
|
|
1465
1472
|
right: 143px;
|