21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-12 05:28:38 +02:00
chexpire/app/frontend/scss/layout.scss

16 lines
270 B
SCSS

@import '~bootstrap/scss/_functions';
@import '~bootstrap/scss/_variables';
@import '~bootstrap/scss/mixins/_breakpoints';
.navbar {
margin-bottom: 30px;
@include media-breakpoint-down(sm) {
margin-bottom: 20px;
}
}
.alert-layout {
margin-bottom: 30px;
}