adding a bit of style to new full footer
This commit is contained in:
parent
35dd6d1d2a
commit
ffa204fbb6
|
@ -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; }
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue