// Copyright (C) 2018 Colin Darie , 2018 Evolix // License: GNU AGPL-3+ (see full text in LICENSE file) @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; }