0.0.344
This commit is contained in:
@@ -607,7 +607,7 @@
|
||||
backdrop-filter: blur(6px);
|
||||
z-index: 100;
|
||||
position: fixed;
|
||||
top: -55px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
#customer>a, #mover>a{
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.wrapper_main{
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.block_overlay{
|
||||
height: 100vh;
|
||||
@@ -2025,7 +2029,7 @@
|
||||
background: #F8F8F8;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: 102;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.padding_top_f_header{
|
||||
@@ -2038,7 +2042,7 @@
|
||||
background: #dad7d7;
|
||||
width: 100%;
|
||||
top: 60px;
|
||||
z-index: 101;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
/*profile block*/
|
||||
@@ -2217,7 +2221,7 @@
|
||||
text-align: -webkit-right;
|
||||
position: sticky;
|
||||
margin: auto;
|
||||
z-index: 10002;
|
||||
z-index: 998;
|
||||
top: 61px;
|
||||
float: right;
|
||||
height: 695px;
|
||||
|
||||
@@ -225,7 +225,7 @@ header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #F8F8F8;
|
||||
z-index: 102;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -53,12 +53,11 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class="block_overlay {% if page_type == 'profile' %}show{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
|
||||
<div class="wrapper_main">
|
||||
|
||||
{% include 'blocks/b_header.html' %}
|
||||
<div class="cut-width">
|
||||
<div class="block_overlay {% if page_type == 'profile' %}show{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
|
||||
|
||||
<div class="cut_width_f_curtain">
|
||||
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню">
|
||||
|
||||
@@ -71,7 +70,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrapper_content">
|
||||
|
||||
{% block content %}
|
||||
|
||||
Reference in New Issue
Block a user