hosting navbar changed and consistent with dcl navbar

This commit is contained in:
Arvind Tiwari 2017-09-07 21:01:17 +05:30
commit db891aaa1e
7 changed files with 108 additions and 93 deletions

View file

@ -5,7 +5,7 @@
}
.dashboard-container {
padding-top:70px;
padding-top: 80px;
padding-bottom: 70px;
width: 90%;
margin: 0 auto;

View file

@ -29,18 +29,22 @@ h6 {
max-height: 740px;
}
.navbar-brand {
padding: 10px 15px;
/* padding: 10px 15px; */
}
.navbar-default {
background: #fff;
box-shadow: 0 3px 3px -2px hsla(0,0%,78%,.72);
/* box-shadow: 0 3px 3px -2px hsla(0,0%,78%,.72); */
}
.navbar-default .navbar-header {
position: relative;
z-index: 1;
}
.navbar-default .navbar-nav>li>a {
padding-top: 20px;
padding-bottom: 20px;
}
.navbar-transparent {
background: transparent;