Updated default style
This commit is contained in:
@@ -28,7 +28,7 @@ body {
|
||||
|
||||
#footer {
|
||||
height: 110px;
|
||||
padding-top: 20px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
// Navbar
|
||||
|
@@ -7,6 +7,9 @@
|
||||
@brand-danger: #de4b33;
|
||||
@brand-info: #5bc0dd;
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
|
||||
// Buttons
|
||||
// -------------------------
|
||||
|
||||
@@ -66,3 +69,17 @@
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
|
||||
}
|
||||
|
||||
// Navbar
|
||||
// -------------------------
|
||||
|
||||
.navbar-default .navbar-nav > li a {
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
// Footer
|
||||
// -------------------------
|
||||
|
||||
#footer {
|
||||
background-color: @navbar-default-bg;
|
||||
border-top: 1px solid @navbar-default-border;
|
||||
}
|
@@ -10,17 +10,11 @@
|
||||
.collapse.navbar-collapse
|
||||
ul.nav.navbar-nav
|
||||
li(class=title=='Home'?'active':undefined)
|
||||
a(href='/')
|
||||
i.fa.fa-home
|
||||
| Home
|
||||
a(href='/') Home
|
||||
li(class=title=='API Browser'?'active':undefined)
|
||||
a(href='/api')
|
||||
i.fa.fa-cogs
|
||||
| API Browser
|
||||
a(href='/api') API Browser
|
||||
li(class=title=='Contact'?'active':undefined)
|
||||
a(href='/contact')
|
||||
i.fa.fa-envelope-o
|
||||
| Contact
|
||||
a(href='/contact') Contact
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
if !user
|
||||
li(class=title=='Login'?'active':undefined)
|
||||
|
Reference in New Issue
Block a user