open-vault/ui/app/styles/components/page-header.scss

25 lines
341 B
SCSS
Raw Normal View History

2018-04-03 14:16:57 +00:00
.page-header {
padding-bottom: $size-10;
padding-top: $size-4;
.level {
align-items: flex-end;
}
.level-left,
.level-right {
flex-grow: 1;
flex-shrink: 1;
}
.level-right {
justify-content: flex-end;
}
.title {
margin-top: $size-1;
}
.breadcrumb + .level .title {
margin-top: $size-4;
}
}