1
0
mirror of https://github.com/danbee/chess synced 2026-06-21 05:12:22 +00:00
chess/assets/css/components/_search-input.scss

7 lines
195 B
SCSS

.search-input {
background-image: url("../static/images/search-icon.svg");
background-position: center right 0.5rem;
background-repeat: no-repeat;
border: 1px solid $base-border-color;
}