Improve search page

This commit is contained in:
2021-01-15 08:16:36 +01:00
parent 2414d8dc8f
commit 4f39796033
11 changed files with 244 additions and 7 deletions
+44
View File
@@ -227,3 +227,47 @@
}
/* Advance search */
.advance-search{
padding: 20px 20px;
padding-bottom: 10px;
width: 368px;
background-color: white;
position: absolute;
top: 100px;
left: 22px;
border-radius: 10px;
box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.3);
margin-top: 20px;
.icon{
color: #797979;
width: 45px;
height: 45px;
display: flex;
justify-content: center;
font-size: 25px;
align-items: center;
}
.input-container{
margin-bottom: 15px;
width: 100%;
border-radius: 5px;
border: solid 1px #ebebeb;
}
.date-container{
.icon{
margin-right: 10px;
}
}
ion-datetime{
width: 100%;
}
.subject-container{
}
}