1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 13:09:09 +00:00
safing-web/_sass/_footer.scss
2018-06-11 12:52:23 +02:00

10 lines
188 B
SCSS

.footer-section {
width: 100%;
background-color: $color_celeste_approx;
padding: 15px 0;
border-top: 1px solid $color_pink_swan_approx;
a {
color: $color_tapa_approx;
}
}