@lancom/shared 0.0.108 → 0.0.109

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.
@@ -20,6 +20,10 @@
20
20
  height: $mobile_navbar_height + $mobile_notification_bar_height;
21
21
  }
22
22
  }
23
+ p {
24
+ margin: 0 !important;
25
+ padding: 0 !important;
26
+ }
23
27
  }
24
28
  &__notification {
25
29
  background-color: $black;
@@ -30,6 +34,7 @@
30
34
  &-close {
31
35
  position: absolute;
32
36
  right: 20px;
37
+ top: 10px;
33
38
  cursor: pointer;
34
39
  color: $black;
35
40
  }
@@ -9,8 +9,7 @@
9
9
  v-if="notificationBar.enabled"
10
10
  class="TheNavbar__notification lc_regular12"
11
11
  :style="{
12
- 'background-color': notificationBar.backgroundColor,
13
- color: notificationBar.textColor
12
+ 'background-color': notificationBar.backgroundColor
14
13
  }">
15
14
  <span v-html="notificationBar.text"></span>
16
15
  <span
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.108",
3
+ "version": "0.0.109",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {