vault/ui/app/styles/components/page-header.scss
Hamid Ghaf e55c18ed12
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00

45 lines
649 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.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;
@include until($tablet) {
margin-top: 0.5rem;
}
}
.level-right {
@include from($tablet) {
justify-content: flex-end;
}
}
.title {
margin-top: $size-1;
}
.title-with-icon {
display: flex;
}
.breadcrumb + .level .title {
margin-top: $size-4;
}
.title .icon {
height: auto;
vertical-align: -0.15em;
width: auto;
}
}