mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 14:11:53 +00:00
26 lines
583 B
SCSS
26 lines
583 B
SCSS
/* ----------------------------------------------------------- */
|
|
/* == footer */
|
|
/* ----------------------------------------------------------- */
|
|
|
|
.footer {
|
|
padding-top: 18rem;
|
|
padding-bottom: 10rem;
|
|
background: $color-primary url("/images/triforce.svg") no-repeat;
|
|
background-position: center 10rem;
|
|
text-align: center;
|
|
color: #8f92ae;
|
|
}
|
|
|
|
.footer a:not([class]) {
|
|
text-decoration: underline;
|
|
color: inherit;
|
|
}
|
|
|
|
.footer__logo,
|
|
.footer__logo:link,
|
|
.footer__logo:visited {
|
|
display: inline-block;
|
|
font-size: 3rem;
|
|
font-weight: bold;
|
|
letter-spacing: 0.015em;
|
|
}
|