Client - update dropdown style

This commit is contained in:
Sam
2021-11-07 11:26:32 +01:00
parent a22dec457b
commit 9d304a2f1e
21 changed files with 37 additions and 35 deletions

View File

@ -28,6 +28,7 @@ img {
}
input, textarea, select {
background-color: var(--input-bg-color);
border-radius: $border-radius;
border: solid 1px var(--input-border-color);
padding: $default-padding;