Working on a new navbar and minor design tweaks for the status page

This commit is contained in:
James Brooks
2016-03-21 17:38:50 +00:00
parent ac31067333
commit 4d07d2c8b1
6 changed files with 63 additions and 9 deletions
+21
View File
@@ -389,4 +389,25 @@ body.status-page {
.section-timeline, .section-components, .section-metrics, .section-scheduled {
margin-top: 40px;
}
.navbar-custom {
width: 100%;
border-radius: 0px;
margin-bottom: 0px;
a.navbar-brand {
font-size: 30px;
font-weight: 600;
}
.navbar-nav li a {
color: $cachet-base-dark;
font-size: 1.7rem;
margin: 5px 0px;
}
.nav>li>a:focus,.navbar-custom .nav>li>a:hover {
background-color: transparent;
}
}
}