rezepte hinzugefügt
This commit is contained in:
19
style.css
19
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user