0.1.364 add new logo fix old css

This commit is contained in:
2024-03-15 15:35:58 +03:00
parent def3d770ed
commit aa93813ba5
4 changed files with 14 additions and 6 deletions

View File

@@ -121,6 +121,10 @@
width: 70%; width: 70%;
} }
.dropdown{
vertical-align: sub;
}
.handler_curtain_left{ .handler_curtain_left{
display: block; display: block;
} }
@@ -254,7 +258,7 @@
} }
header{ header{
padding: 5px 16px; padding: 3px 16px;
margin-top: unset; margin-top: unset;
} }
.header_logo, .header_btn_mover, .header_btn_sender{ .header_logo, .header_btn_mover, .header_btn_sender{
@@ -386,11 +390,14 @@
margin-left: 5px; margin-left: 5px;
} }
.header_logo_mobile { .header_logo_mobile {
margin-right: 37px; margin-right: 20px;
} }
.line_f_header{ .line_f_header{
top: 43px; top: 43px;
} }
header .header-second{
margin-top: 3px;
}
.self_news_img{ .self_news_img{
width: 40%; width: 40%;

View File

@@ -2201,7 +2201,7 @@ a.open_inf_carrier{
height: 1px; height: 1px;
background: #dad7d7; background: #dad7d7;
width: 100%; width: 100%;
top: 60px; top: 100px;
z-index: 999; z-index: 999;
} }

View File

@@ -502,7 +502,7 @@ footer>div {
header .header-first { header .header-first {
float: left; float: left;
margin-top: 12px; /*margin-top: 12px;*/
} }
@@ -663,6 +663,7 @@ header>div>a>span{
header .header-second { header .header-second {
float: right; float: right;
margin-top: 20px;
} }

View File

@@ -7,12 +7,12 @@
<div class="header-first"> <div class="header-first">
<div class="header_logo"> <div class="header_logo">
<a href="{% url 'main' %}"> <a href="{% url 'main' %}">
<img class="svg" src="/static/img/png/new_logo_test.png" style="height: 30px;"> <img class="svg" src="/static/img/png/finlogo.png" style="height: 90px;">
</a> </a>
</div> </div>
<div class="header_logo_mobile"> <div class="header_logo_mobile">
{# <a href="/"><img class="svg" src="/static/img/svg/LogoMobile.svg"></a>#} {# <a href="/"><img class="svg" src="/static/img/svg/LogoMobile.svg"></a>#}
<a href="{% url 'main' %}"><img class="svg" src="/static/img/svg/LogoMobile.svg"></a> <a href="{% url 'main' %}"><img class="svg" src="/static/img/png/finlogo.png" style="height: 30px;"></a>
</div> </div>
<div class="dropdown"> <div class="dropdown">