@intellias/menu 1.0.37 → 1.0.39
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 -4
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -1170,13 +1170,13 @@
|
|
|
1170
1170
|
.navbar-fixed nav .menu-items li a.router-link-active,
|
|
1171
1171
|
.navbar-fixed nav .menu-items li a.router-link-exact-active {
|
|
1172
1172
|
color: #45d6ad;
|
|
1173
|
-
|
|
1173
|
+
box-shadow: inset 0px -3px 0px 0 #45d6ad;
|
|
1174
1174
|
}
|
|
1175
1175
|
.navbar-fixed nav .menu-items li a {
|
|
1176
|
-
transition: background-color 0.3s;
|
|
1177
|
-
font-size: 18px;
|
|
1178
1176
|
display: flex;
|
|
1179
1177
|
align-items: center;
|
|
1178
|
+
transition: background-color 0.3s;
|
|
1179
|
+
font-size: 18px;
|
|
1180
1180
|
padding: 0 15px;
|
|
1181
1181
|
height: 64px;
|
|
1182
1182
|
cursor: pointer;
|
|
@@ -1471,6 +1471,7 @@
|
|
|
1471
1471
|
.navbar-fixed nav .nav-wrapper .right-side .icons .icon + span {
|
|
1472
1472
|
vertical-align: middle;
|
|
1473
1473
|
margin-left: 8px;
|
|
1474
|
+
font-weight: 500;
|
|
1474
1475
|
}
|
|
1475
1476
|
.navbar-fixed nav .nav-wrapper .right-side .icons.fixed-padding {
|
|
1476
1477
|
padding-right: 35px;
|
|
@@ -1575,7 +1576,7 @@
|
|
|
1575
1576
|
margin-left: 20px;
|
|
1576
1577
|
}
|
|
1577
1578
|
.navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper.fixed-padding:before {
|
|
1578
|
-
right:
|
|
1579
|
+
right: 148px;
|
|
1579
1580
|
}
|
|
1580
1581
|
.navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper:before {
|
|
1581
1582
|
content: "";
|
|
@@ -1650,6 +1651,7 @@
|
|
|
1650
1651
|
color: #45d6ad;
|
|
1651
1652
|
font-family: play, sans-serif;
|
|
1652
1653
|
font-weight: 700;
|
|
1654
|
+
font-size: 16px;
|
|
1653
1655
|
}
|
|
1654
1656
|
.navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper .intellihub-logo.white-font {
|
|
1655
1657
|
color: #ffffff;
|