This commit is contained in:
2023-11-07 14:18:25 +03:00
parent e1a6fdd21f
commit a19017351b
5 changed files with 78 additions and 30 deletions

View File

@@ -441,7 +441,7 @@
}
.menu_buttons.left.close{
left: -320px;
left: -338px;
transition: 200ms;
position: absolute;
width: 320px;
@@ -459,8 +459,9 @@
left: 0;
transition: 200ms;
position: fixed;
float: unset;
padding-top: 10px;
width: 320px;
}
.handler_menu.left.close{
background: #FF613A;
@@ -500,8 +501,8 @@
padding: 7px 18px 7px 18px;
}
.menu_buttons.left .handler_menu{
transform: rotate(270deg);
left: 312px;
transform: rotate(90deg);
left: -48px;
width: 91px;
height: 18px;
display: block;
@@ -540,6 +541,10 @@
display: block;
}
.block_overlay.show{
display: block;
}
.text_f_curtain{
display: inline-block;
}
@@ -561,11 +566,11 @@
height: 100vh;
width: 100vw;
/*background: rgba(39, 53, 62, 0.7);*/
backdrop-filter: blur(15px);
backdrop-filter: blur(6px);
z-index: 100;
position: fixed;
top: 86px;
left: -19px;
position: absolute;
top: -55px;
right: 0;
}
#customer>a, #mover>a{
left: 5%;