nav__item

This commit is contained in:
NOrtmann1
2026-05-11 09:57:39 +02:00
parent 4809a10327
commit 3e03f0aa90
2 changed files with 11 additions and 27 deletions
+8 -24
View File
@@ -27,6 +27,14 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
.nav__item {
position: relative;
margin: 0 0.5rem;
display: inline-block;
font-weight: 600;
background: none;
border: none;
cursor: pointer;
padding: 0.5rem 1rem;
color: #fff;
text-decoration: none;
}
.nav__dropdown-toggle {
@@ -57,30 +65,6 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
font-weight: 600;
}
.nav__link {
display: inline-block;
font-weight: 600;
background: none;
border: none;
cursor: pointer;
padding: 0.5rem 1rem;
color: #fff;
text-decoration: none;
}
.nav__button {
display: inline-block;
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;
}