Files
tabler/scss/layout/_page.scss
T

23 lines
294 B
SCSS

.page-title-box {
display: flex;
align-items: center;
min-height: 2.25rem;
margin: 0 0 $card-spacer-y;
>* {
flex: 1;
}
}
.page-pretitle {
@include subheader;
}
.page-title {
margin: 0;
font-size: $h2-font-size;
font-weight: 400;
line-height: 1;
color: inherit;
}