safing-web/_sass/_footer.scss
2018-09-25 15:08:34 +02:00

13 lines
200 B
SCSS

.footer-section {
width: 100%;
background-color: $background_bar;
margin: 0 !important;
padding: 1rem;
a {
color: $discreet;
&:hover {
text-decoration: underline;
}
}
}