Verbeteren navigatie-menu en inherit font ipv arial voor button
This commit is contained in:
parent
55fcbc0c9c
commit
534c5041cc
1 changed files with 6 additions and 7 deletions
|
@ -81,6 +81,8 @@ ul.menu li {
|
||||||
|
|
||||||
ul.menu li button {
|
ul.menu li button {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
font-family: inherit;
|
||||||
|
font-weight: bold;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -158,11 +160,10 @@ li:focus-within > button > .arrow {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 800px) {
|
||||||
.header-content {
|
.header-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menus {
|
.menus {
|
||||||
position: static;
|
position: static;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
@ -196,11 +197,9 @@ li:focus-within > button > .arrow {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 0 0 0.5rem 0.5rem;
|
border-radius: 0 0 0.5rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menu li:hover .dropdown {
|
ul.menu li:hover .dropdown {
|
||||||
height: 135px;
|
height: 135px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menu li:hover > button > .arrow {
|
ul.menu li:hover > button > .arrow {
|
||||||
transform: rotate(-225deg);
|
transform: rotate(-225deg);
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
Loading…
Reference in a new issue