@intellias/menu 1.0.33 → 1.0.34

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
@@ -245,6 +245,7 @@
245
245
  width: fit-content;
246
246
  max-width: none;
247
247
  min-width: none;
248
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
248
249
  }
249
250
  .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__header .note-title-row {
250
251
  border-bottom: 1px #cbd5e1 solid;
@@ -375,6 +376,9 @@
375
376
  background-color: inherit;
376
377
  color: #1a2732;
377
378
  }
379
+ .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .default-tabs button.tab.active {
380
+ font-weight: 600;
381
+ }
378
382
  .notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .default-tabs button.tab .counter {
379
383
  font-weight: bold;
380
384
  text-align: center;
@@ -1534,11 +1538,11 @@
1534
1538
  }
1535
1539
  }
1536
1540
  .navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper .intellihub-user {
1541
+ display: flex;
1542
+ align-items: center;
1537
1543
  float: left;
1538
1544
  vertical-align: middle;
1539
1545
  height: inherit;
1540
- display: flex;
1541
- align-items: center;
1542
1546
  }
1543
1547
  .navbar-fixed nav .nav-wrapper .right-side .intellihub-user-wrapper .intellihub-user .image-wrapper {
1544
1548
  vertical-align: middle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {