Files
doneit-web/src/app/pages/search/search.page.scss
T

294 lines
5.1 KiB
SCSS
Raw Normal View History

2021-06-10 15:38:08 +01:00
.top-box{
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
2021-01-07 09:38:46 +01:00
.header-main{
padding: 5px 18px;
padding-bottom: 2px;
padding-top: 25px;
2021-01-18 09:52:33 +01:00
ion-form{
width: 100%;
padding-right: 10px;
}
2021-06-10 15:38:08 +01:00
.btn-modal-dismiss{
2021-06-10 23:24:42 +01:00
display: flex;
2021-06-10 15:38:08 +01:00
width: 50px !important;
2021-06-10 23:24:42 +01:00
height: fit-content;
2021-06-10 15:38:08 +01:00
padding: 0 !important;
margin: 0 !important;
margin-left: 25px !important;
2021-06-10 23:24:42 +01:00
margin-top: 5px !important;
align-content: center;
align-items: center;
2021-06-10 15:38:08 +01:00
2021-06-10 23:24:42 +01:00
ion-icon{
font-size: 32pt !important;
2021-06-10 15:38:08 +01:00
}
}
.ion-align-content-center{
align-content: center;
}
2021-01-07 09:38:46 +01:00
.search-input-container{
background-color: white;
border-radius: 27.5px;
2021-01-05 11:37:07 +01:00
border: solid 1px #ebebeb;
2021-01-07 09:38:46 +01:00
.icon{
color: #797979;
width: 45px;
height: 45px;
display: flex;
justify-content: center;
font-size: 25px;
align-items: center;
}
2021-01-18 10:11:37 +01:00
.input-text{
width: 100%;
}
2021-01-07 09:38:46 +01:00
.icon-z{
2021-01-08 11:43:47 +01:00
width: 20px;
2021-01-07 09:38:46 +01:00
}
}
.icon-z{
display: flex;
justify-content: center;
align-items: center;
font-size: 45px;
}
.profile{
display: none;
font-size: 45px;
}
2021-01-05 11:37:07 +01:00
}
2020-08-11 04:11:42 +01:00
2021-01-18 14:59:09 +01:00
ion-slide{
padding-top: 5px
}
2021-01-07 09:38:46 +01:00
// search result type
.options{
margin-top: 10px;
.container{
.d-flex{
width: 100%;
.button{
2021-01-08 11:04:36 +01:00
min-width: 116px;
2021-01-07 09:38:46 +01:00
border: solid 1px #e9e9e9;
margin: 0px 5px;
margin-bottom: 10px;
padding: 5px 20px;
2021-04-16 14:10:18 +01:00
box-sizing: border-box;
2021-01-18 14:59:09 +01:00
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
2021-04-16 13:02:45 +01:00
span{
2021-01-07 09:38:46 +01:00
padding: 0px;
margin: 0px;
font-family: Roboto;
color: var(--title-text-color);;
2021-01-07 09:38:46 +01:00
font-size: 15px;
2021-04-16 14:11:22 +01:00
text-align: center;
2021-01-07 09:38:46 +01:00
}
.label{
2021-01-18 14:59:09 +01:00
width: 100%;
2021-01-07 09:38:46 +01:00
font-family: Roboto;
font-size: 13px;
font-weight: 300;
color: #797979;
2021-04-16 13:02:45 +01:00
text-align: center;
2021-01-07 09:38:46 +01:00
}
border-radius: 15px;
}
2021-01-20 13:52:25 +01:00
.active-category{
2021-01-07 09:38:46 +01:00
background-color: #42b9fe;
color: white;
2021-04-16 14:10:18 +01:00
span{
2021-01-07 09:38:46 +01:00
color: white;
}
.label{
color: white;
}
}
}
.icon{
display: none;
width: 45px;
height: 45px;
justify-content: center;
align-items: center;
ion-icon{
width: 25px;
}
}
}
2021-01-05 11:37:07 +01:00
2021-01-07 09:38:46 +01:00
2020-08-11 04:11:42 +01:00
}
2021-01-05 11:37:07 +01:00
2021-01-07 09:38:46 +01:00
.d-flex{
display: flex;
2021-01-08 12:29:59 +01:00
}
2021-01-07 09:38:46 +01:00
2021-02-26 10:05:00 +01:00
// 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: var(--title-text-color);
2021-02-26 10:05:00 +01:00
margin-left: 20px;
}
}
ion-icon{
font-size: 25px;
}
}
ul{
padding: 0px;
margin: 0px;
li{
padding-top: 8px;
padding-bottom: 8px;
2021-01-07 09:38:46 +01:00
border-top: 1px solid #ebebeb;
2021-02-26 10:05:00 +01:00
display: flex;
align-items: center;
.icon{
font-size: 35px;
align-items: center;
display: flex;
}
.content{
2021-01-07 09:38:46 +01:00
width: 100%;
2021-02-26 10:05:00 +01:00
margin-left: 10px;
2021-04-14 11:04:28 +01:00
.result-name{
2021-02-26 10:05:00 +01:00
margin: 0px;
width: 100%;
2021-01-07 09:38:46 +01:00
font-family: Roboto;
font-size: 15px;
color: var(--title-text-color);
2021-02-26 10:05:00 +01:00
line-height: 1.67;
2021-01-07 09:38:46 +01:00
}
2021-02-26 10:05:00 +01:00
span{
font-family: Roboto;
font-size: 13px;
font-weight: 300;
color: #797979;
2021-01-07 09:38:46 +01:00
}
2021-04-14 11:04:28 +01:00
.app-name{
background: var(--font-awesome);
2021-04-14 11:04:28 +01:00
border-radius: 18px;
text-align: center;
display: flex;
align-items: center;
padding: 0px 5px;
color: white;
font-size: 9pt;
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}
2021-02-26 10:05:00 +01:00
span.documente-date{
2021-01-08 11:04:36 +01:00
2021-02-26 10:05:00 +01:00
}
span.organic-entity{
width: 100%;
2021-01-07 09:38:46 +01:00
}
}
2021-01-05 11:37:07 +01:00
}
2021-01-07 09:38:46 +01:00
}
2021-02-26 10:05:00 +01:00
}
// most searched word
.most-searched-words{
width: 100% !important;
//min-width: 441px;
p.title{
2021-01-08 12:29:59 +01:00
width: 100%;
2021-02-26 10:05:00 +01:00
height: 24px;
font-family: Roboto;
font-size: 20px;
text-align: center;
color: black;
}
2021-02-08 12:27:45 +01:00
2021-02-26 10:05:00 +01:00
.most-searched-word-container{
height: 400px;
2021-01-05 11:37:07 +01:00
}
2021-01-07 09:38:46 +01:00
}
2021-01-08 13:00:34 +01:00
@media only screen and (min-width: 1024px) {
2021-03-11 10:31:46 +01:00
.advance-search{
max-width: 47%;
}
2021-01-08 13:00:34 +01:00
}
2021-01-15 08:16:36 +01:00
/* Advance search */
.advance-search{
padding: 20px 20px;
2021-01-16 17:45:09 +01:00
padding-top: 14px;
2021-01-15 08:16:36 +01:00
.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{
2021-01-18 14:59:09 +01:00
.icon-mer{
2021-01-15 08:16:36 +01:00
margin-right: 10px;
}
}
ion-datetime{
width: 100%;
}
.subject-container{
}
}
2021-01-29 17:13:15 +01:00
.loader{
position: absolute;
margin-top: -14px;
width: calc(100% - 39px);
}
.swiper-container{
width: 100%;
2021-03-11 10:31:46 +01:00
}