header menu propre

This commit is contained in:
2021-12-21 12:31:45 +01:00
parent c9d59bec1c
commit 0b2878a290
2 changed files with 24 additions and 10 deletions
+11 -6
View File
@@ -1988,21 +1988,26 @@ a {
list-style: none;
display: flex;
flex-direction: row;
width: 100%; }
justify-content: space-around;
width: 100%;
padding: 0.5rem; }
#header-top .region-header-top-left ul .is-active {
color: #009ee3; }
#header-top .region-header-top-left ul ul {
display: flex;
flex-direction: column;
padding: 1rem; }
padding: 0.5rem; }
#header-top .region-header-top-left ul ul .is-active {
color: #009ee3; }
#header-top .region-header-top-left ul li {
display: flex;
flex-direction: column;
padding: 1rem; }
padding: 0.5rem;
align-items: center;
min-width: 260px; }
#header-top .region-header-top-left ul li a {
color: black; }
color: black;
text-align: center; }
#header-top .region-header-top-left ul li .is-active {
color: #009ee3; }
#header-top .region-header-top-left ul li :hover {
@@ -2010,9 +2015,9 @@ a {
#header-top .region-header-top-left ul ul {
display: none; }
#header-top .region-header-top-left :hover ul ul {
display: block;
display: flex;
background-color: white;
padding: 0.2rem; }
justify-content: space-around; }
#header-top .region-header-top-left :hover ul ul .is-active {
color: #009ee3; }
#header-top .region-header-top-left :hover ul ul a {