chore: form styles
This commit is contained in:
parent
09c4a274bf
commit
7c7617f520
4 changed files with 10 additions and 3 deletions
|
@ -24,7 +24,13 @@ input:focus,
|
|||
input:focus-within,
|
||||
textarea:focus,
|
||||
textarea:focus-within {
|
||||
border: 0;
|
||||
outline: 2px dashed var(--accent-color);
|
||||
padding: calc(var(--sizing-sm) + 1px);
|
||||
}
|
||||
|
||||
.search__form {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.search__results {
|
||||
|
|
Reference in a new issue