Encore des retouches sur le style default2020
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11148,6 +11148,7 @@ header nav.navbar #navbar-primary > ul > li.top-tab > a:hover {
|
||||
@media screen and (min-width: 480px) and (max-width: 992px) {
|
||||
div.secondary-custom > nav.nav-secondary {
|
||||
display: block;
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
.navbar li > a.login:before,
|
||||
@@ -11167,9 +11168,6 @@ header nav.navbar #navbar-primary > ul > li.top-tab > a:hover {
|
||||
background-color: #303C6E !important;
|
||||
}
|
||||
@media screen and (max-width: 992px) {
|
||||
#barre-superieure button.navbar-toggle {
|
||||
top: 88px;
|
||||
}
|
||||
.navbar-nav {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
@@ -147,6 +147,7 @@ header {
|
||||
div.secondary-custom > nav.nav-secondary {
|
||||
@media screen and (min-width: @screen-xs-min) and (max-width: @screen-md-min) { // Petit écran
|
||||
display: block;
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -173,10 +174,6 @@ div.secondary-custom > nav.nav-secondary {
|
||||
|
||||
@media screen and (max-width: @screen-md-min) {
|
||||
// Petit écran
|
||||
#barre-superieure button.navbar-toggle {
|
||||
top: 88px;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
@@ -130,6 +130,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand visible-xs" href="{navigate to="index"}">{$store_name}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user