This commit is contained in:
SBD
2023-11-19 19:46:30 +03:00
parent fade021048
commit 39f37bcd23
4 changed files with 83 additions and 47 deletions

View File

@@ -598,6 +598,13 @@
border-radius: 10px;
display: block;
}
.menu_buttons.curtain.left.open.first.filters{
left: -320px;
}
.menu_buttons.curtain.left.open.filters{
left: 0;
}
.menu_buttons.left.open{
left: 0;
@@ -688,9 +695,6 @@
top: 0;
right: 0;
}
.block_overlay.show.routes{
display: block;
}
#customer>a, #mover>a{
left: 5%;
}
@@ -1156,6 +1160,9 @@
.block_overlay.show{
display: block;
}
.block_overlay.show.routes {
display: block;
}
/*этот стиль перекрывал блок диалога в сообщения блюром*/
.menu_buttons.right.open {
right: 0;

View File

@@ -2290,7 +2290,7 @@
z-index: 998;
top: 61px;
float: right;
height: 695px;
/*height: 695px;*/
}
.cut_width_f_curtain.left{
@@ -2301,7 +2301,7 @@
z-index: 998;
top: 61px;
float: left;
height: 695px;
/*height: 695px;*/
}
.menu_buttons{
@@ -2430,6 +2430,11 @@
color: #000000;
left: 272px;
}
.menu_buttons.left.open.first.filters .handler_menu{
background: #FF613A;
color: #FFFFFF;
left: -49px;
}
.menu_buttons.right.open .handler_menu{
background: #FFFFFF;
color: #000000;
@@ -2491,6 +2496,15 @@
padding-left: 10px;
}
.menu_buttons.left.open.first.filters .btns_f_curtain{
transition: 200ms;
transform: rotate(270deg);
filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(162deg) brightness(104%) contrast(103%);
padding-left: 10px;
position: relative;
top: 10px;
}
.text_f_curtain{
display: inline-block;
}