mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
203 lines
3.7 KiB
SCSS
203 lines
3.7 KiB
SCSS
@import '~src/function.scss';
|
|
/* CONTENT */
|
|
:host{
|
|
//padding: 30px 20px 0 20px !important;
|
|
margin: 0;
|
|
}
|
|
|
|
.title{
|
|
padding: 30px 20px 0 20px !important;
|
|
font-family: Roboto;
|
|
font-size: rem(25);
|
|
color:#000;
|
|
overflow: auto;
|
|
|
|
.thetitle{
|
|
width: fit-content;
|
|
float: left;
|
|
}
|
|
.theicon{
|
|
width: fit-content;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.listview{
|
|
width: 100%t;
|
|
padding: 0px 20px 15px 20px !important;
|
|
overflow: auto;
|
|
}
|
|
|
|
ion-list{
|
|
background: transparent;
|
|
}
|
|
|
|
.item-wrapper{
|
|
border-radius: 15px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
border:1px solid #e9e9e9 !important;
|
|
//background-color: #fff !important;
|
|
margin-bottom: 10px !important;
|
|
padding: 15px;
|
|
|
|
.item{
|
|
height: 78px;
|
|
//background-color: var(--white);
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
|
|
.item-top-detail{
|
|
width: 100%;
|
|
float: left;
|
|
font-family: Roboto;
|
|
font-size: rem(16);
|
|
font-weight: 700;
|
|
color: var(--title-text-color);
|
|
padding-left: 3px;
|
|
|
|
.item-subject{
|
|
width: 84%;
|
|
float: left;
|
|
display: flex;
|
|
|
|
ion-label{
|
|
margin: 0 !important;
|
|
padding: 0px;
|
|
}
|
|
}
|
|
|
|
.item-icon{
|
|
width: fit-content;
|
|
float: right;
|
|
/* font-size: rem(13); */
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
|
|
ion-icon{
|
|
font-size: rem(16);
|
|
color: #42b9fe;
|
|
float: left;
|
|
}
|
|
label{
|
|
font-size: rem(13);
|
|
}
|
|
}
|
|
}
|
|
.item-middle-detail{
|
|
font-size: rem(13);
|
|
width: 100%;
|
|
overflow: auto;
|
|
padding-left: 3px;
|
|
//border: 1px solid red;
|
|
margin: 0 !important;
|
|
|
|
.item-remetente{
|
|
//width: 200px;
|
|
font-family: Roboto;
|
|
/* font-size: rem(13); */
|
|
font-weight: normal;
|
|
color: #000000;
|
|
float: left;
|
|
/* border: 1px solid red; */
|
|
|
|
ion-label{
|
|
padding: 0px;
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
.item-middle-detail-extra{
|
|
font-size: rem(13);
|
|
padding-left: 3px;
|
|
//border: 1px solid red;
|
|
|
|
.item-middle-detail-extra-text{
|
|
//border: 1px solid blue;
|
|
|
|
ion-label{
|
|
padding: 2.5px 10.5px 2.5px 10.5px;
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
.item-bottom-detail{
|
|
font-size: rem(16);
|
|
width: 100%;
|
|
overflow: auto;
|
|
margin-top: 10px;
|
|
padding-bottom: 0 !important;
|
|
|
|
.item-workflow{
|
|
float: left;
|
|
margin: 0 !important;
|
|
align-self: flex-start;
|
|
|
|
|
|
.label{
|
|
border-radius: 15px;
|
|
background: var(--label-bg-color);
|
|
/* font-size: rem(12); */
|
|
float: right;
|
|
font-size: rem(12);
|
|
padding: 2.5px 13.5px 2.5px 13.5px;
|
|
color: black;
|
|
}
|
|
}
|
|
.item-date{
|
|
width: auto;
|
|
font-family: Roboto;
|
|
font-size: rem(13);
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: #797979;
|
|
text-align: right;
|
|
flex-grow: 1;
|
|
|
|
ion-label{
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
.item-middle-detail, .item-bottom-detail{
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.new-task {
|
|
height: 23px;
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-input-container{
|
|
background-color: white;
|
|
border-radius: 27.5px;
|
|
border: solid 1px #ebebeb;
|
|
font-size: rem(14);
|
|
.icon{
|
|
color: #797979;
|
|
width: 41px;
|
|
height: 41px;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: rem(25);
|
|
align-items: center;
|
|
}
|
|
.input-text{
|
|
width: 100%;
|
|
}
|
|
.icon-z{
|
|
width: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.sender {
|
|
font-size: rem(10);
|
|
} |