nav__button
This commit is contained in:
@@ -62,6 +62,17 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav__button {
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
padding: 0.5rem 1rem;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.nav__dropdown:hover .nav__dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user