funky-framadate-front/src/app/core/components/footer/footer.component.scss

14 lines
187 B
SCSS
Raw Normal View History

2021-12-16 12:05:49 +01:00
@import '../../../../styles/variables';
.main-footer {
a {
color: $white;
}
2021-12-16 12:05:49 +01:00
img {
max-height: $header-nav-inner-height;
}
.border-bottom {
border-bottom: solid 1px #ccc;
}
}