public-health-ch/publichealth/static/css/modules/_footer.scss
2017-02-06 14:35:58 +01:00

17 lines
264 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%;
}