1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00
Files
tabler/scss/layout/_page.scss
T
2019-10-17 21:46:06 +02:00

17 lines
227 B
SCSS

.page-title-box {
min-height: 2.5rem;
margin: .75rem 0 2rem;
}
.page-pretitle {
@extend .subheader;
}
.page-title {
margin: 0;
font-size: $h2-font-size;
font-weight: 400;
color: $body-color;
line-height: 1;
}