@jx3box/jx3box-common-ui 6.4.7 → 6.4.8

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.
@@ -12,7 +12,7 @@
12
12
  &.on {
13
13
  .db;
14
14
  }
15
- .pr;
15
+ .pf;
16
16
  .u-close {
17
17
  // .pa;.rb(0);
18
18
  .fr;
@@ -109,3 +109,11 @@
109
109
  .c-header-jx3box.isOverlay {
110
110
  background-color: rgba(0, 0, 0, 0.85);
111
111
  }
112
+
113
+ @media screen and (max-width:@phone){
114
+ .c-header-jx3box{
115
+ .u-close{
116
+ .pa;.rb(0);
117
+ }
118
+ }
119
+ }
@@ -799,5 +799,4 @@ body {
799
799
  .c-header-jx3box{
800
800
  top: @header-height;
801
801
  left: 0;
802
- position: absolute;
803
802
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "6.4.7",
3
+ "version": "6.4.8",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {