This commit is contained in:
SBD
2023-11-18 16:30:27 +03:00
parent bd4a2e7507
commit 8f76b484ba
7 changed files with 127 additions and 24 deletions

View File

@@ -534,6 +534,16 @@
position: absolute;
width: 320px;
}
.menu_buttons.left.close.filters{
left: -347px;
transition: 200ms;
position: absolute;
width: 320px;
}
.block_w_paging.routes {
width: 100%;
float: right;
}
.menu_buttons.left .handler_menu{
transform: rotate(90deg);
left: -48px;
@@ -618,6 +628,7 @@
.text_f_curtain{
display: inline-block;
font-size: 13px;
}
.menu_profile{
@@ -643,6 +654,9 @@
top: 0;
right: 0;
}
.block_overlay.show.routes{
display: block;
}
#customer>a, #mover>a{
left: 5%;
}