2019-11-27 17:06:26 +00:00
|
|
|
/* ----------------------------------------------------------- */
|
|
|
|
/* == footer */
|
|
|
|
/* ----------------------------------------------------------- */
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
padding-top: 18rem;
|
|
|
|
padding-bottom: 10rem;
|
|
|
|
background: $color-primary url("/images/triforce.svg") no-repeat;
|
|
|
|
background-position: center 10rem;
|
|
|
|
text-align: center;
|
2023-07-24 13:12:47 +00:00
|
|
|
color: #8f92ae;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer a:not([class]) {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: inherit;
|
2019-11-27 17:06:26 +00:00
|
|
|
}
|
2021-01-22 11:37:58 +00:00
|
|
|
|
|
|
|
.footer__logo,
|
|
|
|
.footer__logo:link,
|
|
|
|
.footer__logo:visited {
|
|
|
|
display: inline-block;
|
2023-02-20 01:08:02 +00:00
|
|
|
font-size: 3rem;
|
|
|
|
font-weight: bold;
|
|
|
|
letter-spacing: 0.015em;
|
2021-01-22 11:37:58 +00:00
|
|
|
}
|