public-health-ch/publichealth/static/css/modules/_footer.scss
2017-01-12 16:08:45 +01:00

17 lines
266 B
SCSS

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