mastoradio-fork/src/assets/scss/4-base/_09-footer.scss

35 lines
659 B
SCSS
Executable File

/* ----------------------------------------------------------- */
/* == footer */
/* ----------------------------------------------------------- */
.footer {
position: relative;
margin-top: 6rem;
padding-top: 2.4rem;
padding-bottom: 4rem;
color: rgba($color-primary, .4);
text-align: center;
font-size: 1.3rem;
}
.footer::before {
position: absolute;
top: 0;
left: calc(50% - 1rem);
width: 2rem;
height: .2rem;
background-color: rgba($color-primary, .15);
content: "";
}
.footer a,
.footer a:hover,
.footer a:visited {
color: rgba($color-primary, .4);
text-decoration: underline;
}
.footer__illu {
margin-bottom: 2rem;
}