This commit is contained in:
2023-11-06 14:10:17 +03:00
parent 93cf3aa695
commit 3aa4b774bd
6 changed files with 40 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
width: 100%;
}
.text-align-left{
.text-align-left {
text-align: -webkit-left;
width: 100%;
@@ -37,10 +37,29 @@
display: none;
}
.block_overlay.n_profile{
height: 100vh;
width: 100vw;
background: rgba(39, 53, 62, 0.7);
backdrop-filter: blur(15px);
z-index: 100;
position: fixed;
top: 86px;
}
.block_overlay.n_profile.show{
display: block;
}
.block_overlay.hidden{
display: none;
}
.block_overlay.n_profile.hidden{
display: none;
}
.w-68{
width: 68%;
}
@@ -2213,10 +2232,11 @@
.menu_buttons.right.open{
right: 0;
transition: 200ms;
position: unset;
position: absolute;
display: block;
padding-top: 10px;
width: 320px;
top: 0;
}
.menu_buttons.left.open{

View File

@@ -142,7 +142,7 @@ html, body{
.wrapper_content {
margin: 55px auto;
max-width: 1280px;
position: relative;
}
/*.wrapper_main{*/
@@ -1119,7 +1119,7 @@ h2.title_new_route{
.menu_profile {
width: 31%;
/*margin-right: 40px;*/
float: left;
/*float: left;*/
}
.menu_profile>div {