@intellias/menu 1.0.38 → 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 CHANGED
@@ -1170,9 +1170,11 @@
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
- border-bottom: 3px solid #45d6ad;
1173
+ box-shadow: inset 0px -3px 0px 0 #45d6ad;
1174
1174
  }
1175
1175
  .navbar-fixed nav .menu-items li a {
1176
+ display: flex;
1177
+ align-items: center;
1176
1178
  transition: background-color 0.3s;
1177
1179
  font-size: 18px;
1178
1180
  padding: 0 15px;
@@ -1469,6 +1471,7 @@
1469
1471
  .navbar-fixed nav .nav-wrapper .right-side .icons .icon + span {
1470
1472
  vertical-align: middle;
1471
1473
  margin-left: 8px;
1474
+ font-weight: 500;
1472
1475
  }
1473
1476
  .navbar-fixed nav .nav-wrapper .right-side .icons.fixed-padding {
1474
1477
  padding-right: 35px;
@@ -1573,7 +1576,7 @@
1573
1576
  margin-left: 20px;
1574
1577
  }
1575
1578
  .navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper.fixed-padding:before {
1576
- right: 143px;
1579
+ right: 148px;
1577
1580
  }
1578
1581
  .navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper:before {
1579
1582
  content: "";
@@ -1648,6 +1651,7 @@
1648
1651
  color: #45d6ad;
1649
1652
  font-family: play, sans-serif;
1650
1653
  font-weight: 700;
1654
+ font-size: 16px;
1651
1655
  }
1652
1656
  .navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper .intellihub-logo.white-font {
1653
1657
  color: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {