1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00
Files
tabler/scss/layout/_page.scss
2019-09-26 22:00:08 +02:00

19 lines
277 B
SCSS

.page-title-box {
display: flex;
align-items: center;
min-height: 2.5rem;
margin: .5rem 0 1.5rem;
}
.page-title {
margin: 0;
font-size: $h3-font-size;
font-weight: 400;
line-height: 2.5rem;
}
.page-title-options {
margin-left: auto;
color: $text-muted;
}