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

16 lines
281 B
SCSS

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