0.0.337
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user