taiga-front/app/styles/modules/search/search-in.scss

21 lines
369 B
SCSS

.search-in {
input {
background: $grayer;
color: $white;
@include placeholder {
color: $gray-light;
}
}
.icon-search-wrapper {
position: absolute;
right: .7rem;
top: .7rem;
}
.icon-search {
fill: $gray-light;
}
.loading-spinner {
margin-top: .1rem;
}
}