mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
224 lines
3.8 KiB
SCSS
224 lines
3.8 KiB
SCSS
@import '~src/function.scss';
|
|
/* CONTENT */
|
|
/* :host{
|
|
padding: 30px 00px 0 00px !important;
|
|
margin: 0;
|
|
} */
|
|
.title{
|
|
padding: 30px 20px 0 20px !important;
|
|
font-family: Roboto;
|
|
font-size: 25px;
|
|
color:#000;
|
|
overflow: auto;
|
|
|
|
.thetitle{
|
|
width: fit-content;
|
|
float: left;
|
|
}
|
|
.theicon{
|
|
width: fit-content;
|
|
float: right;
|
|
}
|
|
}
|
|
.item-list-small{
|
|
font-size: 11px;
|
|
overflow: hidden;
|
|
}
|
|
.ion-item-class{
|
|
padding: 0;
|
|
|
|
}
|
|
.label-text{
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
//DIV
|
|
ion-item{
|
|
--background: none;
|
|
}
|
|
.item {
|
|
//border-radius: 15px;
|
|
//box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
//Sborder: solid 1px #e9e9e9;
|
|
background-color: var(--white);
|
|
margin: 0 auto;
|
|
//padding: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.div-content-expediente{
|
|
width: 100%;
|
|
float: left;
|
|
border-left: 3px solid #dae3f3;
|
|
padding:5px 5px 15px 5px;
|
|
margin: 10px 0 10px 0;
|
|
background: #dae3f3;
|
|
border-radius: 20px;
|
|
}
|
|
.div-content-pendentes{
|
|
width: 100%;
|
|
float: left;
|
|
border-left: 3px solid #d9d9d9;
|
|
padding: 5px;
|
|
}
|
|
.div-content-expediente h3, .div-content-pendentes h3{
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 14pt;
|
|
width: 100%;
|
|
}
|
|
.div-icon{
|
|
width: 10%;
|
|
font-size: 20px;
|
|
float: left;
|
|
color: #808080;
|
|
}
|
|
.div-icon ion-icon{
|
|
display: block;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
.div-content-expediente p, .div-content-pendentes p{
|
|
font-size: 14pt;
|
|
color: rgb(94, 92, 92);
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.span-left{
|
|
/* border: 1px solid red; */
|
|
float: left;
|
|
font-size: 12px;
|
|
padding-left: 18px;
|
|
}
|
|
.span-right{
|
|
/* border: 1px solid blue; */
|
|
text-align: right;
|
|
float: right;
|
|
font-size: 12px;
|
|
padding-right: 18px;
|
|
}
|
|
|
|
/* New CSS */
|
|
.expediente{
|
|
border-radius: 15px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
border:1px solid #e9e9e9 !important;
|
|
background-color: var(--white);
|
|
margin-bottom: 10px !important;
|
|
padding: 15px;
|
|
}
|
|
.exp-list-item{
|
|
//width: 368px;
|
|
overflow: auto;
|
|
/* border-bottom: 1px solid gray; */
|
|
margin: 10px auto;
|
|
}
|
|
|
|
.exp-top-detail{
|
|
width: 100%;
|
|
float: left;
|
|
font-family: Roboto;
|
|
font-size: 12pt;
|
|
font-weight: 700;
|
|
color: var(--title-text-color);
|
|
padding-left: 3px;
|
|
|
|
.subject{
|
|
width: 84%;
|
|
float: left;
|
|
}
|
|
|
|
.exp-icon{
|
|
width: fit-content;
|
|
float: right;
|
|
/* font-size: 13px; */
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
|
|
ion-icon{
|
|
font-size: 12pt;
|
|
color: #42b9fe;
|
|
float: left;
|
|
}
|
|
label{
|
|
font-size: 10pt;
|
|
}
|
|
}
|
|
}
|
|
.exp-middle-detail, .exp-bottom-detail{
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.exp-middle-detail{
|
|
font-size: 12pt;
|
|
width: 100%;
|
|
overflow: auto;
|
|
|
|
.exp-workflow{
|
|
float: left;
|
|
margin: 0 !important;
|
|
|
|
.label{
|
|
border-radius: 15px;
|
|
background: #ffb703;
|
|
/* font-size: 12px; */
|
|
float: right;
|
|
padding: 2.5px 13.5px 2.5px 13.5px;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.exp-date{
|
|
width: auto;
|
|
font-family: Roboto;
|
|
font-size: 10pt;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: #797979;
|
|
float: right;
|
|
}
|
|
}
|
|
.exp-bottom-detail{
|
|
font-size: 8pt;
|
|
width: 100%;
|
|
overflow: auto;
|
|
padding-left: 3px;
|
|
|
|
.exp-remetente{
|
|
//width: 200px;
|
|
font-family: Roboto;
|
|
/* font-size: 13px; */
|
|
font-weight: normal;
|
|
color: #000000;
|
|
float: left;
|
|
/* border: 1px solid red; */
|
|
}
|
|
}
|
|
.div-top-header{
|
|
width: 400px;
|
|
margin: 6px auto;
|
|
background-color: #0782c9;
|
|
overflow: auto;
|
|
}
|
|
.div-search{
|
|
font-size: 45px;
|
|
float: left;
|
|
margin: 0 0 0 10px
|
|
}
|
|
.div-logo{
|
|
background: transparent;
|
|
width: 150px;
|
|
margin: 2.5px 0 2.5px 71px;
|
|
float: left;
|
|
}
|
|
.div-logo img{
|
|
width: 100%;
|
|
}
|
|
.div-profile{
|
|
font-size: 45px;
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|