public-health-ch/publichealth/static/css/modules/_footer.scss
2017-04-26 16:09:34 +02:00

21 lines
311 B
SCSS

footer#footer {
padding: 6em 0;
background-color: $brand-primary;
color: white;
a {
color: lighten($brand-secondary, 10%);
}
}
.copyright {
background-color: darken($brand-primary, 15%);
color: white;
text-align: center;
font-size: 70%;
}
article footer .btn {
margin-bottom: 1em;
}