@intellias/menu 1.0.26 → 1.0.28

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.
Files changed (2) hide show
  1. package/dist/css/main.css +11 -4
  2. 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: 20px;
348
+ height: 100%;
349
349
  display: inline-block;
350
350
  text-align: center;
351
351
  padding: 0;
@@ -429,7 +429,7 @@
429
429
  background-color: currentColor;
430
430
  }
431
431
  .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .semi-primary-text {
432
- font-size: 16px;
432
+ font-size: 14px;
433
433
  line-height: 1.25;
434
434
  font-weight: normal;
435
435
  }
@@ -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: 25px;
1462
- height: 62px !important;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {