1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-11-26 17:01:42 +00:00
now-playing/assets/scss/4-base/_09-footer.scss

31 lines
703 B
SCSS
Raw Normal View History

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;
color: #8f92ae;
}
2024-05-02 20:01:01 +00:00
.footer :where(a, a:visited, a:link) {
cursor: pointer;
text-decoration: underline;
2024-05-02 20:01:01 +00:00
// color: inherit;
2019-11-27 17:06:26 +00:00
}
2021-01-22 11:37:58 +00:00
.footer__logo:where(:link, :visited) {
2021-01-22 11:37:58 +00:00
display: inline-block;
2024-05-02 20:01:01 +00:00
text-decoration: none;
2023-02-20 01:08:02 +00:00
font-size: 3rem;
font-weight: 900;
2023-02-20 01:08:02 +00:00
letter-spacing: 0.015em;
2021-01-22 11:37:58 +00:00
}
.footer__logo:where(:hover, :active, :focus) {
text-decoration: underline;
}