@acorex/styles 16.0.8 → 16.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "16.0.8",
3
+ "version": "16.0.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/menu.scss CHANGED
@@ -127,6 +127,12 @@
127
127
  }
128
128
  &.ax-float-bottom-end {
129
129
  direction: ltr;
130
+ .ax-menu-item {
131
+ flex-direction: row-reverse;
132
+ .menu-item-start-side {
133
+ flex-direction: row-reverse;
134
+ }
135
+ }
130
136
  }
131
137
  }
132
138
  }
package/scss/page.scss CHANGED
@@ -1,54 +1,54 @@
1
1
  .ax-page-toolbar {
2
- position: sticky;
3
- top: 0;
4
- z-index: 1600;
5
- background: white;
2
+ position: sticky;
3
+ top: 0;
4
+ z-index: 1600;
5
+ background: white;
6
6
  }
7
7
 
8
8
  .page-content-wrap {
9
- height: 100%;
9
+ height: 100%;
10
10
 
11
- .inner-content {
12
- height: 100%;
13
- max-height: 90vh;
14
- }
11
+ .inner-content {
12
+ height: 100%;
13
+ max-height: 90vh;
14
+ }
15
15
  }
16
16
 
17
17
  .ax-overlay-wrapper {
18
- z-index: 1701;
19
- position: fixed;
20
- left: 0px;
21
- top: 0px;
22
- transform: translate(0px, 0px);
23
- width: 100%;
24
- height: 100%;
18
+ z-index: 1701;
19
+ position: fixed;
20
+ left: 0px;
21
+ top: 0px;
22
+ transform: translate(0px, 0px);
23
+ width: 100%;
24
+ height: 100%;
25
25
  }
26
26
 
27
27
  .ax-overlay-modal {
28
- width: 100%;
29
- height: 100%;
28
+ width: 100%;
29
+ height: 100%;
30
30
  }
31
31
 
32
32
  .ax-loading-host {
33
- display: block;
34
- position: relative;
35
- height: 100%;
33
+ display: block;
34
+ position: relative;
35
+ height: 100%;
36
36
  }
37
37
 
38
38
  .ax-loading-overlay {
39
- position: absolute !important;
40
- background: rgba(255, 255, 255, 0.5);
41
- display: flex;
42
- justify-content: center;
43
- align-content: center;
44
- align-items: center;
45
-
39
+ position: absolute !important;
40
+ background: rgba(255, 255, 255, 0.5);
41
+ display: flex;
42
+ justify-content: center;
43
+ align-content: center;
44
+ align-items: center;
46
45
  }
47
46
 
48
47
  .ax-tab-page-host {
49
- height: 100%;
50
- display: block;
51
- position: relative;
52
- overflow-y: auto;
53
- width: 100%;
54
- }
48
+ height: 100%;
49
+ display: block;
50
+ position: relative;
51
+ overflow-y: auto;
52
+ width: 100%;
53
+ overflow-x: hidden;
54
+ }