Footer updates

This commit is contained in:
Karol Orzeł 2015-01-19 18:04:29 +01:00
parent 10df81cded
commit 3cc8fae333
6 changed files with 111 additions and 94 deletions

View file

@ -860,12 +860,15 @@ ul.pagination {
content: ""; content: "";
display: table; display: table;
clear: both; } clear: both; }
.modular .footer a, .modular .footer a:hover, .modular .footer h4 { .modular .footer a {
color: #fff; } color: #9A9898; }
.modular .footer h4 { .modular .footer h4 {
line-height: 2rem; line-height: 2rem;
margin-top: 0; margin-top: 0;
text-align: left; } text-align: left;
color: #fff; }
.modular .footer hr {
border-color: rgba(154, 152, 152, 0.5); }
.modular .footer .footer-items { .modular .footer .footer-items {
margin-top: 2rem; } margin-top: 2rem; }
@supports not (flex-wrap: wrap) { @supports not (flex-wrap: wrap) {
@ -904,15 +907,17 @@ ul.pagination {
content: ""; content: "";
display: table; display: table;
clear: both; } clear: both; }
.modular .footer .logo h3 a {
color: #fff; }
.modular .footer .quickmenu { .modular .footer .quickmenu {
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none; } list-style: none;
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
.modular .footer .quickmenu i { .modular .footer .quickmenu i {
padding-right: 0.5rem; padding-right: 0.5rem;
color: #fff; } color: #fff;
.modular .footer .quickmenu li a { font-size: 0.7rem; }
color: #9A9898; }
.modular .footer .footer-modules { .modular .footer .footer-modules {
display: block; display: block;
padding-bottom: 1.5rem; } padding-bottom: 1.5rem; }
@ -922,14 +927,18 @@ ul.pagination {
clear: both; } clear: both; }
.modular .footer .footer-copyright { .modular .footer .footer-copyright {
width: 50%; width: 50%;
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
display: inline-block; display: inline-block;
float: left; float: left;
text-align: left; } text-align: left;
text-transform: uppercase; }
.modular .footer .footer-menu { .modular .footer .footer-menu {
float: right; float: right;
display: inline-block; display: inline-block;
width: 50%; width: 50%;
text-align: right; } text-align: right;
text-transform: uppercase;
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
.modular .footer .footer-menu ul { .modular .footer .footer-menu ul {
margin: 0; margin: 0;
padding: 0; padding: 0;

File diff suppressed because one or more lines are too long

View file

@ -69,9 +69,7 @@
} }
&.big { &.big {
text-align: center; text-align: center;
.feature { .feature {
width: 33.33%; width: 33.33%;
@include breakpoint(small-mobile-range) { @include breakpoint(small-mobile-range) {

View file

@ -6,14 +6,17 @@
@extend .padding-horiz; @extend .padding-horiz;
padding-top: 4rem; padding-top: 4rem;
@include clearfix; @include clearfix;
a, a:hover, h4 { a {
color: $white; color: $core-text;
} }
h4 { h4 {
line-height: 2rem; line-height: 2rem;
margin-top: 0; margin-top: 0;
text-align: left; text-align: left;
color: $white;
}
hr {
border-color: transparentize($core-text, 0.5);
} }
.footer-items { .footer-items {
margin-top: 2rem; margin-top: 2rem;
@ -26,7 +29,7 @@
&.large { &.large {
width: 40%; width: 40%;
} }
display:block; display: block;
float: left; float: left;
width: 20%; width: 20%;
vertical-align: top; vertical-align: top;
@ -50,17 +53,19 @@
border-bottom: 0 none; border-bottom: 0 none;
@include clearfix; @include clearfix;
color: $white; color: $white;
h3 a {
color: $white;
}
} }
.quickmenu { .quickmenu {
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none; list-style: none;
font-family: $font-family-header;
i { i {
padding-right: 0.5rem; padding-right: 0.5rem;
color: $white; color: $white;
} font-size: 0.7rem;
li a {
color: $core-text;
} }
} }
.footer-modules { .footer-modules {
@ -70,15 +75,19 @@
} }
.footer-copyright { .footer-copyright {
width: 50%; width: 50%;
font-family: $font-family-header;
display: inline-block; display: inline-block;
float: left; float: left;
text-align: left; text-align: left;
} text-transform: uppercase;
.footer-menu { }
.footer-menu {
float: right; float: right;
display: inline-block; display: inline-block;
width: 50%; width: 50%;
text-align: right; text-align: right;
text-transform: uppercase;
font-family: $font-family-header;
ul { ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -97,7 +106,7 @@
} }
} }
} }
} }
} }
} }
} }

View file

@ -6,6 +6,7 @@
{% block social %} {% block social %}
{% include 'partials/social.html.twig' %} {% include 'partials/social.html.twig' %}
{% endblock %} {% endblock %}
</div> </div>
{% if page.header.description %} {% if page.header.description %}
<p>{{ page.header.description }}</p> <p>{{ page.header.description }}</p>