mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
7 lines
186 B
SCSS
7 lines
186 B
SCSS
.search-input {
|
|
background-image: url("/images/search-icon.svg");
|
|
background-position: center right 0.5rem;
|
|
background-repeat: no-repeat;
|
|
border: 1px solid $base-border-color;
|
|
}
|