portails/assets/scss/layouts/_footer.scss

21 lines
289 B
SCSS
Raw Normal View History

2020-04-15 15:48:16 +02:00
.footer {
border-top: 1px solid $gray-200;
padding-top: 1.125rem;
padding-bottom: 1.125rem;
}
.footer ul {
margin-bottom: 0;
}
2020-11-04 08:26:58 +01:00
.footer li {
2020-04-15 15:48:16 +02:00
font-size: $font-size-sm;
margin-bottom: 0;
}
@include media-breakpoint-up(md) {
2020-11-04 08:26:58 +01:00
.footer li {
2020-04-15 15:48:16 +02:00
font-size: $font-size-base;
}
}