add footer styling
This commit is contained in:
parent
0e546d6aa9
commit
8888d0ca0b
|
@ -61,5 +61,68 @@ body.rwavw-custom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
// TODO set using theme - how?
|
||||||
|
color: #b0b0b0;
|
||||||
|
background-color: #272729;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #fff;
|
||||||
|
color: #ba815b;
|
||||||
|
|
||||||
|
&.button-social {
|
||||||
|
color: #fff;
|
||||||
|
&.btn-massive > i {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h2, h3, h4, h5, h6 {
|
||||||
|
color: inherit;
|
||||||
|
font-size: 1.8rem;
|
||||||
|
font-weight: 500;
|
||||||
|
letter-spacing: 0.75px;
|
||||||
|
margin: 0 0 22px;
|
||||||
|
|
||||||
|
&.heading-section-title {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title .heading + .excerpt {
|
||||||
|
margin-top: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0 0 22px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-widgets {
|
||||||
|
.widget.invert,
|
||||||
|
.section-title.invert,
|
||||||
|
widget *:not(:link) {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
> .pure-g > .pure-u-1 {
|
||||||
|
padding: 44px 22px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
margin: 0 0 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-vertical-massive {
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue