Files
doneit-web/src/app/pages/search/search.page.scss
T
2021-03-11 10:31:46 +01:00

254 lines
4.1 KiB
SCSS

.header-main{
padding: 5px 18px;
padding-bottom: 2px;
padding-top: 25px;
ion-form{
width: 100%;
padding-right: 10px;
}
.search-input-container{
background-color: white;
border-radius: 27.5px;
border: solid 1px #ebebeb;
.icon{
color: #797979;
width: 45px;
height: 45px;
display: flex;
justify-content: center;
font-size: 25px;
align-items: center;
}
.input-text{
width: 100%;
}
.icon-z{
width: 20px;
}
}
.icon-z{
display: flex;
justify-content: center;
align-items: center;
font-size: 45px;
}
.profile{
display: none;
font-size: 45px;
}
}
ion-slide{
padding-top: 5px
}
// search result type
.options{
margin-top: 10px;
.container{
.d-flex{
width: 100%;
.button{
min-width: 116px;
border: solid 1px #e9e9e9;
margin: 0px 5px;
margin-bottom: 10px;
padding: 5px 20px;
height: 100%;
box-sizing: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
p{
padding: 0px;
margin: 0px;
font-family: Roboto;
color: #0d89d1;
font-size: 15px;
width: 100%;
}
.label{
width: 100%;
font-family: Roboto;
font-size: 13px;
font-weight: 300;
color: #797979;
}
border-radius: 15px;
}
.active-category{
background-color: #42b9fe;
color: white;
p{
color: white;
}
.label{
color: white;
}
}
}
.icon{
display: none;
width: 45px;
height: 45px;
justify-content: center;
align-items: center;
ion-icon{
width: 25px;
}
}
}
}
.d-flex{
display: flex;
}
// search result
.search-result{
width: 100%;
border-bottom: unset;
padding: 0px 20px;
.header{
/* border-top: 1px solid #ebebeb; */
.sort-by{
width: 100%;
.order{
font-family: Roboto;
font-size: 13px;
font-weight: 300;
color:#797979
}
.order-labal{
font-family: Roboto;
font-size: 15px;
color: #0d89d1;
margin-left: 20px;
}
}
ion-icon{
font-size: 25px;
}
}
ul{
padding: 0px;
margin: 0px;
li{
padding-top: 8px;
padding-bottom: 8px;
border-top: 1px solid #ebebeb;
display: flex;
align-items: center;
.icon{
font-size: 35px;
align-items: center;
display: flex;
}
.content{
width: 100%;
margin-left: 10px;
p{
margin: 0px;
width: 100%;
font-family: Roboto;
font-size: 15px;
color: #0d89d1;
line-height: 1.67;
}
span{
font-family: Roboto;
font-size: 13px;
font-weight: 300;
color: #797979;
}
span.documente-date{
}
span.organic-entity{
width: 100%;
}
}
}
}
}
// most searched word
.most-searched-words{
width: 100% !important;
//min-width: 441px;
p.title{
width: 100%;
height: 24px;
font-family: Roboto;
font-size: 20px;
text-align: center;
color: black;
}
.most-searched-word-container{
height: 400px;
}
}
@media only screen and (min-width: 1024px) {
.advance-search{
max-width: 47%;
}
}
/* Advance search */
.advance-search{
padding: 20px 20px;
padding-top: 14px;
.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-mer{
margin-right: 10px;
}
}
ion-datetime{
width: 100%;
}
.subject-container{
}
}
.loader{
position: absolute;
margin-top: -14px;
width: calc(100% - 39px);
}
.swiper-container{
width: 100%;
}