Modify the dashboard header styles

This commit is contained in:
James Brooks
2014-12-04 23:23:36 +00:00
parent 8367b014d9
commit 1b9e504030
4 changed files with 17 additions and 8 deletions
+5 -2
View File
@@ -70,8 +70,11 @@ body.dashboard .navbar {
background: #00695C; }
body.dashboard .navbar a.navbar-brand {
padding: 34px 21px;
line-height: 0px;
font-size: 20px; }
line-height: 0em;
font-size: 1.1em;
letter-spacing: 0.04em;
font-weight: 600;
text-transform: uppercase; }
@media (max-width: 991px) {
body.dashboard .navbar a.navbar-brand span {
padding-right: 10px; }