public-health-ch/publichealth/static/css/modules/_footer.scss

18 lines
264 B
SCSS
Raw Normal View History

2017-01-12 15:08:45 +00:00
footer#footer {
padding: 6em 0;
2017-02-06 13:35:58 +00:00
background-color: $brand-primary;
2017-01-12 15:08:45 +00:00
color: white;
a {
2017-02-06 13:35:58 +00:00
color: lighten($brand-secondary, 10%);
2017-01-12 15:08:45 +00:00
}
}
.copyright {
2017-02-06 13:35:58 +00:00
background-color: darken($brand-primary, 15%);
2017-01-12 15:08:45 +00:00
color: white;
text-align: center;
font-size: 70%;
}