system-praktyk-front/src/styles/footer.scss
2020-08-04 20:21:32 +02:00

15 lines
200 B
SCSS

@import "variables";
.footer {
background: $main-dark;
margin-top: 3rem;
color: #e4f1fe;
padding: 1rem 0;
display: flex;
font-size: 0.8rem;
}
.footer__copyright {
text-align: right;
}