1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 09:13:38 +01:00

footer fixes

This commit is contained in:
Matthias Kretschmann 2016-01-16 18:02:59 +01:00
parent 701a4c47fc
commit 55179d9fe8
4 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@
a { color: @white; } a { color: @white; }
.menu { .menu {
list-style: none; &:extend(.list-unstyled);
} }
.menu-item { .menu-item {
@ -56,6 +56,7 @@
flex-flow: row wrap; flex-flow: row wrap;
width: 70%; width: 70%;
float: left; float: left;
margin-bottom: 0;
} }
} }
@ -73,9 +74,8 @@
// Bottom footer // Bottom footer
// //
.footer__bottom { .footer__bottom {
&:extend(.mini);
color: @greyText; color: @greyText;
font-size: 13px;
line-height: 14px;
padding: (@spacer / 2) 15px; padding: (@spacer / 2) 15px;
.menu { .menu {
@ -111,6 +111,7 @@
// Social links // Social links
// //
.footer__social { .footer__social {
&:extend(.list-unstyled);
margin-top: (@spacer/2); margin-top: (@spacer/2);
@media (@screen-sm) { @media (@screen-sm) {

View File

@ -35,8 +35,8 @@
.tourNavText; .tourNavText;
ul { ul {
&:extend(.list-unstyled);
padding: 0 35px; padding: 0 35px;
list-style: none;
position: absolute; position: absolute;
&.active { &.active {

View File

@ -34,5 +34,5 @@
&:extend(.large); &:extend(.large);
color: @greyText; color: @greyText;
margin-top: -(@spacer/2); margin-top: -(@spacer/2);
margin-bottom: @spacer; margin-bottom: (@spacer * 2);
} }

View File

@ -26,7 +26,7 @@
// //
@font-size-base: 18px; @font-size-base: 18px;
@font-size-small: 16px; @font-size-small: 16px;
@font-size-mini: 11px; @font-size-mini: 13px;
@font-size-large: 24px; @font-size-large: 24px;
@font-size-h1: 36px; @font-size-h1: 36px;