mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
19 lines
269 B
SCSS
19 lines
269 B
SCSS
.page-title-box {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 2.5rem;
|
|
margin: .25rem 0 1.5rem;
|
|
}
|
|
|
|
.page-pretitle {
|
|
@extend .subheader;
|
|
}
|
|
|
|
.page-title {
|
|
margin: 0;
|
|
font-size: $h2-font-size;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
color: $body-color;
|
|
}
|