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

View File

@@ -25,8 +25,11 @@ body.dashboard {
}
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 #{$screen-sm-max} {
span {
padding-right: 10px;
@@ -42,4 +45,4 @@ body.dashboard {
line-height: 35px;
}
}
}
}

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; }

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; }

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-da508f17.css",
"css/all.css": "css/all-137c368c.css",
"js/all.js": "js/all-c84ab03b.js"
}