This commit is contained in:
2021-11-30 10:39:32 +01:00
parent 2dcc8d5e01
commit c89d770ad7
17 changed files with 40 additions and 402 deletions
+16 -5
View File
@@ -799,7 +799,8 @@ header {
#header-top .region-header-top-left ul {
list-style: none;
display: flex;
flex-direction: row; }
flex-direction: row;
width: 100%; }
#header-top .region-header-top-left ul :is(.sous-liste) {
display: flex;
flex-direction: column;
@@ -812,15 +813,25 @@ header {
color: #009ee3; }
#header-top .region-header-top-left ul li :hover {
color: #009ee3; }
#header-top .region-header-top-left ul:is(.ul1 .sous-liste .ul2) {
#header-top .region-header-top-left ul div:first-child li div {
display: none; }
#header-top .region-header-top-left :hover ul:is(.ul1 .sous-liste .ul2) {
#header-top .region-header-top-left ul div:nth-child(2) li div {
display: none; }
#header-top .region-header-top-left :hover ul div:first-child li div {
display: block;
background-color: white;
padding: 1rem; }
#header-top .region-header-top-left :hover ul:is(.ul1 .sous-liste .ul2) a {
#header-top .region-header-top-left :hover ul div:first-child li div a {
color: black; }
#header-top .region-header-top-left :hover ul:is(.ul1 .sous-liste .ul2) a:hover {
#header-top .region-header-top-left :hover ul div:first-child li div a:hover {
color: #009ee3; }
#header-top .region-header-top-left :hover ul div:nth-child(2) li div {
display: block;
background-color: white;
padding: 1rem; }
#header-top .region-header-top-left :hover ul div:nth-child(2) li div a {
color: black; }
#header-top .region-header-top-left :hover ul div:nth-child(2) li div a:hover {
color: #009ee3; }
#header-top #block-burger {
z-index: 1;