Moved management of filtering options to own reducer

This commit is contained in:
Alejandro Celaya
2018-06-17 17:12:16 +02:00
parent 6587a08ed1
commit 1f157a015b
8 changed files with 100 additions and 21 deletions

View File

@@ -6,6 +6,7 @@
.search-bar__input.search-bar__input {
padding-left: 40px;
padding-right: 40px;
}
.search-bar__icon {
@@ -13,3 +14,8 @@
left: 15px;
color: #707581;
}
.search-bar__close {
@include vertical-align();
right: 15px;
}