add filters search

This commit is contained in:
2022-10-30 23:47:30 +03:00
parent d3d90f55c9
commit 01f34e4fb2
5 changed files with 61 additions and 19 deletions

View File

@@ -270,6 +270,25 @@ a{
height: 50px;
}
#find_panel{
margin-top: 28px;
margin-bottom: 32px;
padding-top: 22px;
padding-bottom: 22px;
border-top: 1px solid #E9EAEB;
border-bottom: 1px solid #E9EAEB;
}
.search-select{
width: 155px;
border: 0px;
background:none;
font-size: 14px;
line-height: 12px;
padding-left: 8px;
}
.search-text{
width: 60%;
height: 50px;
@@ -284,7 +303,8 @@ a{
.search-result{
font-size: 14px;
line-height: 160%;
padding-bottom: 12px;
padding-top: 24px;
padding-bottom: 8px;
}
.search-card-box{