mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 02:14:26 +04:00
20 lines
291 B
SCSS
20 lines
291 B
SCSS
.page-title-box {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 2.5rem;
|
|
margin: 1rem 0;
|
|
color: $text-muted;
|
|
}
|
|
|
|
.page-title {
|
|
margin: 0;
|
|
font-size: $h4-font-size;
|
|
font-weight: 400;
|
|
line-height: 2.5rem;
|
|
}
|
|
|
|
.page-title-options {
|
|
margin-left: auto;
|
|
color: $text-muted;
|
|
}
|