Improve search page

This commit is contained in:
Peter Maquiran
2021-01-19 16:44:39 +01:00
parent 4a5395be94
commit d2fc8338b3
20 changed files with 421 additions and 101 deletions
@@ -0,0 +1,39 @@
.main-header{
display: flex;
align-items: center;
}
.icon{
color: #797979;
width: 45px;
height: 45px;
display: flex;
justify-content: center;
font-size: 25px;
align-items: center;
}
.main-container{
padding: 0px 20px;
.input-text {
margin-top: 20px;
width: 100%;
height: 45px;
border-radius: 5px;
border: 1px solid #ebebeb;
}
ul{
padding: 0px;
margin: 0px;
padding-top: 10px;
li{
padding-top: 5px;
padding-bottom: 10px;
margin: 0px;
padding-bottom: 10px;
border-bottom: 1px solid #ebebeb;
list-style: none;
font-family: Roboto;
font-size: 15px;
}
}
}