Merge pull request #615 from tiwariav/bugfix/4427/fix_navbar_logo_repeat
bugfix/4427 fix navbar logo repeat
This commit is contained in:
commit
a7db7e05b0
5 changed files with 24 additions and 11 deletions
|
|
@ -74,6 +74,10 @@ a.list-group-item-danger.active:focus {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#logoWhite,
|
||||
.navbar-transparent #logoBlack {
|
||||
display: none;
|
||||
|
|
@ -82,7 +86,6 @@ a.list-group-item-danger.active:focus {
|
|||
#logoBlack,
|
||||
.navbar-transparent #logoWhite {
|
||||
display: block;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
|
|||
|
|
@ -89,10 +89,6 @@ textarea {
|
|||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
max-height: 30px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.navbar-default .navbar-nav>li>a{
|
||||
font-weight: 400;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue