fix error
This commit is contained in:
parent
0e90722d3c
commit
61b21dfc43
|
@ -541,14 +541,6 @@
|
|||
.navbar-toggle .icon-bar{
|
||||
background-color: #333;
|
||||
}
|
||||
.modules-menu .modules-menu-level-0 > li:hover .modules-menu-level-1{
|
||||
@media (min-width: $screen-sm){
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
padding:1em 20% 3em;
|
||||
transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
|
||||
}
|
||||
}
|
||||
.navbar-header .navbar-brand{
|
||||
@media(max-width: 769px){
|
||||
display: block!important;
|
||||
|
|
|
@ -428,6 +428,7 @@
|
|||
@media (min-width: $screen-sm){
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
padding:1em 20% 3em;
|
||||
transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue