search button

This commit is contained in:
2026-05-11 13:35:28 +02:00
parent ea02066644
commit 2a8a801749
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -89,6 +89,18 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
margin: 0 0.5rem;
}
.nav__search-button {
display: inline-block;
background: #fff;
border: none;
border-radius: 4px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
margin-left: 4px;
}
.nav__dropdown:hover .nav__dropdown-menu {
display: block;
}
@@ -172,6 +184,18 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
margin: 0;
}
.nav__search-button {
display: inline-block;
background: #fff;
border: none;
border-radius: 4px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
margin-left: 4px;
}
/* restliche desktop-navbar aus */
.nav__center,
.nav__right .nav__button,