Flat UI as default theme.
Reduced navbar height on Flat UI theme. Reduced image dimensions to 30px of profile image in navbar.
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
@import "bootstrap/bootstrap";
|
||||
@import "themes/flatly";
|
||||
|
||||
body {
|
||||
padding-top: 70px;
|
||||
padding-top: 80px;
|
||||
}
|
||||
|
||||
.navbar-nav img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: -15px 15px -15px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user