You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
508 B
33 lines
508 B
|
|
.region-header { |
|
|
|
@include top-bar-container; |
|
} |
|
|
|
.mega-menu { |
|
.dropdown-pane { |
|
width: 100%; |
|
max-width: 85rem; |
|
margin: 0 auto !important; |
|
left: 0% !important; |
|
right: 0% !important; |
|
} |
|
|
|
.menu { |
|
background: none; |
|
} |
|
|
|
> a::after { |
|
display: block; |
|
width: 0; |
|
height: 0; |
|
border: inset 6px; |
|
content: ''; |
|
border-bottom-width: 0; |
|
border-top-style: solid; |
|
border-color: #1779ba transparent transparent; |
|
margin-left: 10px; |
|
margin-top: 11%; |
|
} |
|
} |
|
|
|
|