multi-project/projects/app/_modules/layout/left-content/left-content.component.scss

22 lines
304 B
SCSS

.show-menu{
display: none;
}
:host{
margin: var(--xxl) 0 0 -24px;
pointer-events: all;
}
:host ::ng-deep .level-0>pages-menu-item{
&>.item{
display: none;
}
}
@media screen and (max-width: 1048px){
:host{
display: none
};
}