demarches/app/assets/stylesheets/application.bootstrap.scss

17 lines
273 B
SCSS
Raw Normal View History

2024-06-08 17:56:04 +00:00
@import 'bootstrap/scss/bootstrap';
@import 'bootstrap-icons/font/bootstrap-icons';
2024-06-08 19:14:53 +00:00
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
header {
border-bottom: 15px solid $primary;
}
footer {
margin-top: auto;
border-top: 5px solid $primary;
}