dropdown menu header

This commit is contained in:
2022-01-18 16:55:01 +01:00
parent d94a2528c2
commit e2bf468ed9
3 changed files with 15 additions and 236 deletions
@@ -2836,7 +2836,6 @@ a {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: white;
width: 100%;
padding: 1rem; }
#header-top .region-header-top-left ul .is-active {
@@ -2844,7 +2843,8 @@ a {
#header-top .region-header-top-left ul ul {
display: flex;
flex-direction: column;
display: none; }
display: none;
background: white; }
#header-top .region-header-top-left ul ul .is-active {
color: #009ee3; }
#header-top .region-header-top-left ul li {
@@ -2862,7 +2862,7 @@ a {
color: #009ee3; }
#header-top .region-header-top-left ul li :hover {
color: #009ee3; }
#header-top .region-header-top-left ul:hover ul {
#header-top .region-header-top-left ul li:hover ul {
display: block; }
#header-top #block-socialnetwork-2 {
position: relative;