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