amélioration responsive du bouton du menu page association
This commit is contained in:
parent
bb5c4f1a9b
commit
61406954ec
2 changed files with 9 additions and 2 deletions
|
@ -386,6 +386,13 @@ body{
|
||||||
border-bottom: solid 1px $light;
|
border-bottom: solid 1px $light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.navbar-toggler{
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.asso-image{
|
.asso-image{
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<nav id="menu-association" class="navbar navbar-expand-lg navbar-dark">
|
<nav id="menu-association" class="navbar navbar-expand-lg navbar-dark">
|
||||||
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#liste-deroulante-association" aria-controls="liste-deroulante-association" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler collapsed d-flex d-lg-none" type="button" data-toggle="collapse" data-target="#liste-deroulante-association" aria-controls="liste-deroulante-association" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<i class="fa fa-angle-down" aria-hidden="true"></i>
|
<i class="fa fa-angle-down" aria-hidden="true"></i>
|
||||||
|
<span class="navbar-brand">Autres rubriques</span>
|
||||||
</button>
|
</button>
|
||||||
<span class="navbar-brand d-lg-none">Autres rubriques</span>
|
|
||||||
<div class="collapse navbar-collapse" id="liste-deroulante-association">
|
<div class="collapse navbar-collapse" id="liste-deroulante-association">
|
||||||
<ul class="navbar-nav ml-auto flex-column">
|
<ul class="navbar-nav ml-auto flex-column">
|
||||||
<BOUCLE_menu_association(ARTICLES){grigri=association}>
|
<BOUCLE_menu_association(ARTICLES){grigri=association}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue