This commit is contained in:
2023-11-06 12:59:44 +03:00
parent a729070654
commit b7b6750ad2
7 changed files with 184 additions and 19 deletions

View File

@@ -531,6 +531,9 @@
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(21%) hue-rotate(344deg) brightness(105%) contrast(106%);
padding-left: 10px;
}
.menu_buttons.open .block_overlay{
display: block;
}
.text_f_curtain{
display: inline-block;
@@ -548,6 +551,16 @@
font-size: 12px;
line-height: 13px;
}
.block_overlay{
height: 100vh;
width: 100vw;
background: rgba(39, 53, 62, 0.7);
backdrop-filter: blur(15px);
z-index: 100;
position: fixed;
top: 86px;
}
#customer>a, #mover>a{
left: 5%;
}