1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 07:12:22 +04:00

page title fixes

This commit is contained in:
codecalm
2019-10-17 22:15:53 +02:00
parent e2d8fe08b8
commit b54ecdb4f6
5 changed files with 13 additions and 8 deletions
-1
View File
@@ -335,7 +335,6 @@ Folded navbar
}
.nav-icon {
font-size: px2rem(15px);
opacity: 1;
justify-content: center;
}
+2
View File
@@ -1,6 +1,8 @@
.page-title-box {
min-height: 2.5rem;
margin: .25rem 0 1.5rem;
display: flex;
align-items: center;
}
.page-pretitle {
+1 -4
View File
@@ -5,10 +5,7 @@
th {
border-width: $table-border-width;
background: $min-black;
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
letter-spacing: .03em;
@extend .subheader;
}
}