@acorex/styles 4.2.5 → 4.2.15

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": "4.2.5",
3
+ "version": "4.2.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/drawer.scss CHANGED
@@ -20,6 +20,7 @@ ax-drawer-container {
20
20
  .ax-backdrop {
21
21
  background-color: rgb(0, 0, 0, 0.3);
22
22
  position: absolute;
23
+ width: 100%;
23
24
  height: 100%;
24
25
  z-index: 1;
25
26
  top: 0;
package/scss/menu.scss CHANGED
@@ -103,11 +103,13 @@
103
103
 
104
104
  span {
105
105
  display: flex;
106
- padding: 0 10px;
106
+ padding: 0 0.7rem;
107
107
  font-weight: normal;
108
108
  height: 2.5rem;
109
+ min-width: 2.5rem;
109
110
  text-decoration: none;
110
111
  align-items: center;
112
+ justify-content: center;
111
113
  span {
112
114
  padding: 0 5px;
113
115
  }