added navbar-transparent styles to glasfaser.css

This commit is contained in:
Arvind Tiwari 2018-04-09 01:52:49 +05:30
parent 56f6c87fab
commit ff1908d2e6
3 changed files with 9 additions and 8 deletions

View File

@ -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) {

View File

@ -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;

View File

@ -1,9 +1,11 @@
.topnav img {
height: 100%;
#logoWhite,
.navbar-transparent #logoBlack {
display: none;
}
#logoBlack,
.navbar-transparent #logoWhite {
width: 140px;
display: block;
}
.navbar-default {