diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index ac1aebb..230fbfa 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -644,13 +644,53 @@ body,html{ } .footer_els_container{ - width: 100%; + width: 73%; display: flex; padding-top: 70px; padding-bottom: 60px; + flex-wrap: wrap; +} + +.footer_el{ + width: 44%; + margin-right: 50px; + margin-bottom: 20px; } .footer_name_str{ color: #ffffff; font-weight: 500; +} + +.footer_el_childs{ + margin-top: 20px; +} + +.footer_name_str{ + margin-top: 20px; +} + +.flex_container_footer{ + display: flex; + width: 100%; +} + +.btn_contacts_footer{ + border-radius: 2px; + border: 1px solid #FB6952; + padding: 15px 0; + color: #FB6952; + background: none; + width: 100%; +} +.btn_contacts_footer:hover{ + border-radius: 2px; + border: 1px solid #FB6952; + padding: 15px 0; + background: #FB6952; + color: #ffffff; +} + +.logo_footer{ + height: 35px; } \ No newline at end of file diff --git a/templates/block_settings/blocks_settings.html b/templates/block_settings/blocks_settings.html new file mode 100644 index 0000000..b0797a4 --- /dev/null +++ b/templates/block_settings/blocks_settings.html @@ -0,0 +1 @@ +{% load static %} \ No newline at end of file diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 5e9f56e..332ec36 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -1,27 +1,37 @@ {% load static %} {% load i18n %} +{% load admin_interface_tags %}