Added filter with radio buttons

This commit is contained in:
ayxan
2022-12-20 17:15:43 +04:00
parent 4a56c1558d
commit 0ad9f71f2a
3 changed files with 35 additions and 22 deletions

View File

@@ -12,10 +12,9 @@
.search-form {
width: 370px;
display: flex;
}
.search-form input {
.search-form .search-input {
margin-right: 1rem;
}
@@ -36,10 +35,9 @@
.search-form {
width: 330px;
display: flex;
}
.search-form input {
.search-form .search-input {
margin-top: 4px;
height: 45px;
margin-right: 1rem;