mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
23 lines
300 B
SCSS
23 lines
300 B
SCSS
.page-title-box {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 2.25rem;
|
|
margin: -.25rem 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;
|
|
}
|