20 lines
310 B
SCSS
20 lines
310 B
SCSS
|
.woocommerce-navigation {
|
||
|
position: fixed;
|
||
|
top: $admin-bar-height;
|
||
|
left: 0;
|
||
|
width: 160px;
|
||
|
height: 100%;
|
||
|
background: $core-grey-dark-800;
|
||
|
}
|
||
|
|
||
|
.woocommerce-navigation__menu-item {
|
||
|
padding: $gap-smaller 0;
|
||
|
}
|
||
|
|
||
|
.has-woocommerce-navigation {
|
||
|
#adminmenuwrap,
|
||
|
#adminmenuback {
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|