1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

page buttons side

This commit is contained in:
codecalm
2019-10-17 21:46:06 +02:00
parent 807f22e647
commit dcf872fa1d
9 changed files with 71 additions and 88 deletions
+6 -9
View File
@@ -1,19 +1,16 @@
.page-title-box {
display: flex;
align-items: center;
min-height: 2.5rem;
margin: .5rem 0 1.5rem;
margin: .75rem 0 2rem;
}
.page-pretitle {
@extend .subheader;
}
.page-title {
margin: 0;
font-size: $h2-font-size;
font-weight: 400;
line-height: 2.5rem;
color: $body-color;
}
.page-title-options {
margin-left: auto;
color: $text-muted;
line-height: 1;
}