@acorex/styles 4.2.23 → 4.2.24
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 +1 -1
- package/scss/menu.scss +0 -7
package/package.json
CHANGED
package/scss/menu.scss
CHANGED
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
.ax-toolbar-menu-container {
|
|
2
|
-
.ax.nav-menu {
|
|
3
|
-
box-shadow: none;
|
|
4
|
-
}
|
|
5
|
-
}
|
|
6
1
|
.ax {
|
|
7
2
|
&.nav-menu {
|
|
8
3
|
list-style: none;
|
|
9
4
|
margin: 0;
|
|
10
5
|
padding: 0;
|
|
11
6
|
display: flex;
|
|
12
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
13
|
-
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
14
7
|
&.nav-vertical {
|
|
15
8
|
background-color: var(--ax-white-color);
|
|
16
9
|
flex-direction: column;
|