You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
@media (max-width: 768px) {
|
|
.layout-cell.layout-sidenav-container.wms-menu {
|
|
display: none;
|
|
}
|
|
.sidenav-tree-root .sidenav-tree .back-link.wms-menu-back-link {
|
|
display: block !important;
|
|
}
|
|
.layout-cell.layout-sidenav-container ~ .layout-cell.sidenav-tree {
|
|
border: none;
|
|
}
|
|
}
|