This commit is contained in:
SBD
2023-11-24 16:08:09 +03:00
parent 239b6a0da1
commit 77de950af8
8 changed files with 438 additions and 314 deletions

View File

@@ -608,16 +608,18 @@
}
.cut_width_f_curtain.n_profile.left{
position: fixed;
min-width: 1280px;
/*min-width: 1280px;*/
}
.cut_width_f_curtain.n_profile.close{
z-index: -1;
}
/*.cut_width_f_curtain.n_profile.close{*/
/* display: none;*/
/* min-width: 1280px;*/
/*}*/
.cut_width_f_curtain.n_profile.open{
z-index: 101;
}
/*.cut_width_f_curtain.n_profile.open{*/
/* display: block;*/
/* min-width: 1280px;*/
/*}*/
.menu_buttons{
@@ -788,6 +790,12 @@
top: 0;
right: 0;
}
.support .menu_buttons.left.open.margin{
margin: 0;
}
.block_overlay.show{
display: block;
}
#customer>a, #mover>a{
left: 5%;
}