This commit is contained in:
2023-11-05 14:20:43 +03:00
parent cd748dc371
commit 93401402ca
6 changed files with 86 additions and 27 deletions

View File

@@ -26,6 +26,20 @@
}
.block_overlay{
height: 100vh;
width: 100vw;
background: rgba(39, 53, 62, 0.7);
backdrop-filter: blur(15px);
z-index: 15;
position: fixed;
top: 46px;
}
.block_overlay.hidden{
display: none;
}
.w-68{
width: 68%;
}
@@ -1913,6 +1927,7 @@
position: absolute;
right: 100px;
z-index: 220;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
}
.menu_profile_btn.show{
@@ -1921,7 +1936,8 @@
padding: 10px;
width: 230px;
position: absolute;
right: 0;
right: 10px;
top: 60px;
border-radius: 10px;
font-size: 14px;