1
0
postdoc/app/javascript/stylesheets/_headers.scss
2020-12-06 21:05:11 +01:00

16 lines
206 B
SCSS

.header {
margin-bottom: 1rem;
}
.header--with-border {
border-bottom: 1px solid $grey-500;
}
.header--justified-header {
display: flex;
justify-content: space-between;
align-items: center;
}