rezepte hinzugefügt

This commit is contained in:
2026-04-24 17:58:10 +02:00
parent 5de0778e20
commit 28338fa240
3 changed files with 43 additions and 3 deletions

View File

@@ -79,8 +79,25 @@ body {
grid-column: -1/1;
border-bottom: 1pt solid hsl(0, 0%, 80%);
}
.search {
display: inline-block;
position: relative;
}
button[type="reset"] {
position: absolute;
top: 0px;
bottom: 0px;
right: 5px;
background: none;
border: none;
button {
&:hover {
cursor: pointer;
background: none;
}
}
button[type="button"] {
border-radius: 0.5rem;
cursor: pointer;
background-color: transparent;