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

44 lines
621 B
SCSS
Raw Normal View History

2021-12-16 12:05:49 +01:00
@import '../../../../styles/variables';
.main-footer {
2022-02-15 15:04:49 +01:00
.app-title {
min-height: 5rem;
line-height: 5rem;
font-weight: bold;
}
.logo-box {
height: 5rem;
border-bottom: 1px solid $white;
margin-bottom: 1rem;
width: 100%;
}
a {
color: $white;
}
2022-02-15 15:04:49 +01:00
2021-12-16 12:05:49 +01:00
img {
max-height: $header-nav-inner-height;
}
2022-02-15 15:04:49 +01:00
.border-bottom {
border-bottom: solid 1px #ccc;
}
2022-02-15 15:04:49 +01:00
.pages-links {
a {
border-right: 1px solid $white;
padding-left: 1rem;
padding-right: 1rem;
&:first-of-type {
padding-left: 0;
border-left: 0;
}
&:last-of-type {
padding-right: 0;
border-right: 0;
}
}
}
}