From 1ca7a3b61cbdda50d8f571eca720c8503505bb64 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 12 Jul 2023 12:52:57 +0300 Subject: [PATCH] 0.0.13 add svg in static v2 --- static/css/styles.css | 7 ++-- templates/blocks/b_footer.html | 63 +++------------------------------- templates/blocks/b_header.html | 24 +++---------- templates/forms/f_login.html | 2 +- 4 files changed, 15 insertions(+), 81 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 2d071c2..adc3ac8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -230,6 +230,9 @@ footer>div { .first-column>div:nth-child(2) { margin-bottom: 19px; } +.first-column>div:nth-child(3)>img { + margin-right: 10px; +} .first-column { max-width: 358px; @@ -398,7 +401,7 @@ header>div:last-child>div:nth-child(2) { align-items: center; } -header>div:last-child>div:nth-child(2)>svg { +header>div:last-child>div:nth-child(2)>.svg { margin-right: 5px; } @@ -870,7 +873,7 @@ select { font-weight: 400; line-height: 22px; appearance: none; - background: url("./img/icon-arrow.png") no-repeat calc(100% - 15px) center; + background: url("/static/img/png/icon-arrow.png") no-repeat calc(100% - 15px) center; } diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 7d25ded..6e79893 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -2,70 +2,17 @@