Moved navbar-height: 45px to default.less
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
@import "lib/bootstrap/bootstrap";
|
||||
@import "themes/default";
|
||||
@import "themes/modern";
|
||||
@import (less) "lib/animate.css";
|
||||
@import (less) "lib/font-awesome.min.css";
|
||||
@import (less) "lib/bootstrap-social.css";
|
||||
@ -33,8 +33,6 @@ body {
|
||||
// Navbar
|
||||
// -------------------------
|
||||
|
||||
@navbar-height: 45px;
|
||||
|
||||
.navbar-nav .profile-image {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@ -99,4 +97,4 @@ body {
|
||||
img {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -73,6 +73,8 @@
|
||||
// Navbar
|
||||
// -------------------------
|
||||
|
||||
@navbar-height: 45px;
|
||||
|
||||
.navbar-default .navbar-nav > li a {
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user