Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-11-19 20:03:32 +03:00
4 changed files with 83 additions and 47 deletions

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;
}