Navbar css updates
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
@import "lib/bootstrap/bootstrap";
|
@import "lib/bootstrap/bootstrap";
|
||||||
@import "themes/modern";
|
@import "themes/default";
|
||||||
@import (less) "lib/animate.css";
|
@import (less) "lib/animate.css";
|
||||||
@import (less) "lib/font-awesome.min.css";
|
@import (less) "lib/font-awesome.min.css";
|
||||||
@import (less) "lib/bootstrap-social.css";
|
@import (less) "lib/bootstrap-social.css";
|
||||||
@ -46,7 +46,6 @@ body {
|
|||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
height: 45px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Social Buttons
|
// Social Buttons
|
||||||
|
@ -73,10 +73,27 @@
|
|||||||
// Navbar
|
// Navbar
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
@navbar-height: 45px;
|
@navbar-default-bg: rgba(255, 255, 255, 0.9);
|
||||||
|
@navbar-default-link-color: #252525;
|
||||||
|
@navbar-default-link-hover-color: #4da5f4;
|
||||||
|
@navbar-default-link-active-color: #4da5f4;
|
||||||
|
@navbar-default-link-hover-bg: transparent;
|
||||||
|
@navbar-default-link-active-bg: transparent;
|
||||||
|
@navbar-default-color: #fafafa;
|
||||||
|
@navbar-default-brand-hover-color: #4da5f4;
|
||||||
|
|
||||||
.navbar-default .navbar-nav > li a {
|
.navbar-default {
|
||||||
transition: color 0.3s;
|
border: 0;
|
||||||
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
||||||
|
|
||||||
|
.navbar-nav {
|
||||||
|
> li > a {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 500;
|
||||||
|
text-transform: uppercase;
|
||||||
|
transition: all 0.2s linear;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Footer
|
// Footer
|
||||||
|
Reference in New Issue
Block a user