1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/scss/layout/_page.scss
2019-10-27 13:09:59 +01:00

23 lines
294 B
SCSS

.page-title-box {
display: flex;
align-items: center;
min-height: 2.5rem;
margin: .25rem 0 1.5rem;
>* {
flex: 1;
}
}
.page-pretitle {
@include subheader;
}
.page-title {
margin: 0;
font-size: $h2-font-size;
font-weight: 400;
line-height: 1;
color: $body-color;
}