@acorex/styles 4.2.15 → 4.2.18

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