@intellias/menu 1.1.20 → 1.1.21

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
@@ -528,7 +528,8 @@
528
528
  }
529
529
  .notifications-sidebar .notifications-trigger {
530
530
  padding-left: 15px;
531
- padding-right: 21px;
531
+ display: inline-block;
532
+ height: 58px;
532
533
  font-size: 1.2rem;
533
534
  }
534
535
  .notifications-sidebar a {
@@ -556,7 +557,6 @@
556
557
  display: inline-block;
557
558
  position: absolute;
558
559
  top: 12px;
559
- right: 7px;
560
560
  height: 9px;
561
561
  width: 9px;
562
562
  border-radius: 50%;
@@ -1228,7 +1228,7 @@
1228
1228
  display: block;
1229
1229
  }
1230
1230
  .navbar-fixed nav .notifications-bell {
1231
- max-height: 64px;
1231
+ max-height: 58px;
1232
1232
  }
1233
1233
  @media only screen and (max-width : 992px) {
1234
1234
  .navbar-fixed nav .notifications-bell {
@@ -1241,12 +1241,12 @@
1241
1241
  }
1242
1242
  @media only screen and (min-width : 601px) {
1243
1243
  .navbar-fixed nav .notifications-bell {
1244
- line-height: 64px;
1244
+ line-height: 58px;
1245
1245
  }
1246
1246
  }
1247
1247
  @media only screen and (max-width : 600px) {
1248
1248
  .navbar-fixed nav .notifications-bell {
1249
- line-height: 64px;
1249
+ line-height: 58px;
1250
1250
  }
1251
1251
  .navbar-fixed nav .notifications-bell .notifications-trigger {
1252
1252
  padding-bottom: 17px;
@@ -1269,10 +1269,10 @@
1269
1269
  @media only screen and (min-width : 993px) {
1270
1270
  .navbar-fixed nav .notifications-bell {
1271
1271
  position: absolute;
1272
- right: 185px;
1272
+ right: 200px;
1273
1273
  }
1274
1274
  .navbar-fixed nav .notifications-bell.fixed-padding {
1275
- right: 185px;
1275
+ right: 200px;
1276
1276
  }
1277
1277
  .navbar-fixed nav .notifications-bell.fixed-padding-manager-portal {
1278
1278
  right: 75px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {