adding a bit of style to new full footer

This commit is contained in:
Holger Könemann 2016-03-09 09:43:16 +01:00
parent 35dd6d1d2a
commit ffa204fbb6
2 changed files with 8 additions and 0 deletions

View File

@ -5858,6 +5858,9 @@ button.close {
.wrapper#wrapper-sticky {
border-bottom: 1px solid #eeeeee; }
#wrapper-footer-full {
background-color: #eeeeee; }
.wp-caption {
font-size: inherit; }

View File

@ -18,6 +18,11 @@ font-size:inherit;
border-bottom:1px solid $gray-lighter;
}
// Adding some contrast background color to footer full widget
#wrapper-footer-full{
background-color: $gray-lighter;
}
// Necessary WP classes
.wp-caption {
font-size: inherit;