1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 05:54:53 +04:00
Files
tabler/scss/layout/_page.scss
T
2020-01-29 20:32:55 +01:00

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;
}