This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
@@ -3,7 +3,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header" >
<div class="title-content width-100 d-flex justify-space-between align-center">
<div class="font-30 cursor-pointer align-center d-flex" (click)="goBack()" defaultHref="#">
<div class="font-30-rem cursor-pointer align-center d-flex" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -57,7 +57,7 @@
</ion-item>
</div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre>
</ion-item>
@@ -65,7 +65,7 @@
</div>
<div class="bottom-content width-100">
<ion-list *ngIf="fulltask.Documents">
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item *ngFor="let attachment of mergedArray"
class="ion-no-margin ion-no-padding cursor-pointer">
<ion-label
@@ -19,9 +19,10 @@
font-size: medium;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -45,7 +46,7 @@
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -56,14 +57,14 @@
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -75,16 +76,16 @@
}
.title{
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-top: 4px;
padding-left: 5px;
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -102,7 +103,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -110,13 +111,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -124,7 +126,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -132,11 +134,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -144,11 +146,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -156,12 +158,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -175,7 +177,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -186,7 +188,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -248,7 +250,7 @@ ion-button{
width: 100%;
justify-content: space-between;
align-items: center;
font-size: 11pt;
font-size: rem(15);
.option-desc-line {
height: 1px;
flex-grow: 1;
@@ -22,8 +22,9 @@ ion-content, .main-content{
margin: 0;
}
.main-header{
overflow: inherit !important;
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
// padding: 30px 20px 0 20px !important;
@@ -48,13 +49,13 @@ ion-content, .main-content{
border-bottom: 5px solid #42b9fe;
.bottom-text{
font-size: 15px !important;
font-size: rem(15) !important;
font-family: Roboto !important;
color: #0d89d1 !important;
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -97,12 +98,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -112,7 +113,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -120,14 +121,14 @@ ion-item{
.span-left{
/* border: 1px solid red; */
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -151,7 +152,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -164,17 +165,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(14);
}
}
}
@@ -183,7 +184,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -203,7 +204,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(14);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -222,7 +223,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -236,7 +237,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -250,7 +251,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -3,7 +3,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header">
<div class="title-content width-100 d-flex justify-space-between align-center">
<div class=" btn-dismiss font-30 cursor-pointer" (click)="goBack()" defaultHref="#">
<div class=" btn-dismiss font-30-rem cursor-pointer" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -44,7 +44,7 @@
</ion-label>
</ion-item>
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -54,7 +54,7 @@
</ion-item>
</div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre>
</ion-item>
@@ -62,7 +62,7 @@
</div>
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item class="ion-no-margin ion-no-padding cursor-pointer" *ngFor="let Document of mergedArray">
<ion-label class="d-block" (click)="viewDocument(Document.DocId, Document,Document.content)">
<p class="attach-title-item">{{ Document.Assunto || "Sem assunto" }} <span class="document-type" *ngIf="Document.content != ''">Rascunho</span></p>
@@ -19,9 +19,10 @@
font-size: medium;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
display: flex;
font-family: Roboto;
background-color: #fff;
@@ -36,14 +37,14 @@
.title{
width: fit-content;
height: auto;
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-left: 5px;
}
.div-icon{
width: 40px !important;
font-size: 35px !important;
width: rem(40) !important;
font-size: rem(35) !important;
text-align: start !important;
padding: 1px;
}
@@ -61,7 +62,7 @@ ion-button{
font-family: Roboto;
margin-top: 15px;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -69,13 +70,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -83,7 +85,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -91,11 +93,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -103,11 +105,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -115,12 +117,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -134,7 +136,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -145,7 +147,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -207,7 +209,7 @@ ion-button{
width: 100%;
justify-content: space-between;
align-items: center;
font-size: 11pt;
font-size: rem(15);
.option-desc-line {
height: 1px;
flex-grow: 1;
@@ -20,7 +20,7 @@ ion-content, .header-2, .main-content{
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -34,7 +34,7 @@ ion-content, .header-2, .main-content{
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -77,12 +77,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -92,7 +92,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -100,14 +100,14 @@ ion-item{
.span-left{
/* border: 1px solid red; */
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -131,7 +131,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -144,17 +144,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -163,7 +163,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -183,7 +183,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -194,7 +194,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(11);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -202,7 +202,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -216,7 +216,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -230,7 +230,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -244,14 +244,14 @@ ion-item{
background-color: white;
border-radius: 27.5px;
border: solid 1px #ebebeb;
font-size: 14px;
font-size: rem(14);
.icon{
color: #797979;
width: 41px;
height: 41px;
display: flex;
justify-content: center;
font-size: 25px;
font-size: rem(25);
align-items: center;
}
.input-text{
@@ -7,7 +7,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header">
<div class="title-content width-100 d-flex justify-space-between">
<div class="font-30 cursor-pointer" (click)="goBack()" defaultHref="#">
<div class="font-30-rem cursor-pointer" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -47,7 +47,7 @@
</ion-label>
</ion-item>
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -57,7 +57,7 @@
</ion-item>
</div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre>
</ion-item>
@@ -65,7 +65,7 @@
</div>
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item *ngFor="let attachment of mergedArray"
class="ion-no-margin ion-no-padding cursor-pointer"
>
@@ -38,9 +38,10 @@ ion-content, .header-2, .main-content{
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -65,7 +66,7 @@ ion-content, .header-2, .main-content{
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -76,14 +77,14 @@ ion-content, .header-2, .main-content{
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -95,16 +96,16 @@ ion-content, .header-2, .main-content{
}
.title{
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-top: 4px;
padding-left: 5px;
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -122,7 +123,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -130,13 +131,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -144,7 +146,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -152,11 +154,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -164,11 +166,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -176,12 +178,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -195,7 +197,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -206,7 +208,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -20,7 +20,7 @@
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -40,13 +40,13 @@
justify-content: center;
.bottom-text{
font-size: 15px !important;
font-size: rem(15) !important;
font-family: Roboto !important;
color: #0d89d1 !important;
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -85,12 +85,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -100,20 +100,20 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
}
.span-left{
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -137,7 +137,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -150,17 +150,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -169,7 +169,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -180,7 +180,7 @@ ion-item{
.label{
border-radius: 15px;
background: var(--label-bg-color);
/* font-size: 12px; */
/* font-size: rem(12); */
float: right;
padding: 2.5px 13.5px 2.5px 13.5px;
color: #fff;
@@ -189,7 +189,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -200,7 +200,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -208,7 +208,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -222,7 +222,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -236,7 +236,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -20,7 +20,7 @@ ion-content, .header-2, .main-content{
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -34,7 +34,7 @@ ion-content, .header-2, .main-content{
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -77,12 +77,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -92,7 +92,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -100,14 +100,14 @@ ion-item{
.span-left{
/* border: 1px solid red; */
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -131,7 +131,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -144,17 +144,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -163,7 +163,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -183,7 +183,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -194,7 +194,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -202,7 +202,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -216,7 +216,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -230,7 +230,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -9,7 +9,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header">
<div class="title-content width-100 d-flex justify-space-between">
<div class="font-30 cursor-pointer" (click)="goBack()" >
<div class="font-30-rem cursor-pointer" (click)="goBack()" >
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -46,7 +46,7 @@
</ion-label>
</ion-item>
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -56,7 +56,7 @@
</ion-item>
</div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre>
</ion-item>
@@ -64,7 +64,7 @@
</div>
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item *ngFor="let attachment of attachments"
class="ion-no-margin ion-no-padding cursor-pointer"
>
@@ -32,9 +32,10 @@ ion-content, .header-2, .main-content{
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -59,7 +60,7 @@ ion-content, .header-2, .main-content{
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -70,14 +71,14 @@ ion-content, .header-2, .main-content{
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -89,16 +90,16 @@ ion-content, .header-2, .main-content{
}
.title{
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-top: 4px;
padding-left: 5px;
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -116,7 +117,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -124,13 +125,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -138,7 +140,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -146,11 +148,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -158,11 +160,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -170,12 +172,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -189,7 +191,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -200,7 +202,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -3,7 +3,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header">
<div class="title-content width-100 d-flex align-center justify-space-between">
<div class="font-30 cursor-pointer d-flex align-center" (click)="goBack()" defaultHref="#">
<div class="font-30-rem cursor-pointer d-flex align-center" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -45,7 +45,7 @@
</ion-label>
</ion-item>
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -55,7 +55,7 @@
</ion-item>
</div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre>
</ion-item>
@@ -63,13 +63,13 @@
</div>
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 >Documentos Anexados</h5>
<ion-item *ngFor="let attachment of mergedArray"
class="ion-no-margin ion-no-padding cursor-pointer"
>
<ion-label
(click)="viewDocument(attachment.DocId, attachment, attachment.content)">
<p *ngIf="attachment.Assunto" class="attach-title-item">{{ attachment.Assunto }} <span class="document-type" *ngIf="attachment.content != ''">Rascunho</span> </p>
<p *ngIf="attachment.Assunto" class="attach-title-item">{{ attachment.Assunto }} <span class="document-type" >Rascunho</span> </p>
<p *ngIf="!attachment.Assunto" class="attach-title-item">{{ attachment.DocNumber }}<span class="span-right color-red btn-size"><ion-icon hidden name="close"></ion-icon></span></p>
<p><span class="span-left">{{attachment.Sender}}</span><span class="span-right">{{ attachment.DocDate | date: 'dd/MM/yy' }}</span></p>
</ion-label>
@@ -14,14 +14,16 @@
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.document-type{
color: #d30a0a;
margin-left: 20px;
font-size: medium;
font-size: rem(15);
}
.main-header{
overflow: inherit !important;
overflow: inherit;
font-family: Roboto;
border-top-left-radius: 25px;
@@ -47,7 +49,7 @@
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -58,14 +60,14 @@
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -77,16 +79,16 @@
}
.title{
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-top: 4px;
padding-left: 5px;
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -104,7 +106,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -112,13 +114,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -126,7 +129,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -134,11 +137,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -146,11 +149,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -158,12 +161,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -177,7 +180,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -188,7 +191,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -20,7 +20,7 @@
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -34,7 +34,7 @@
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -77,12 +77,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -92,7 +92,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -100,14 +100,14 @@ ion-item{
.span-left{
/* border: 1px solid red; */
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -131,7 +131,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -144,17 +144,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -163,7 +163,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -183,7 +183,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -194,7 +194,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -202,7 +202,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -216,7 +216,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -230,7 +230,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -1,3 +1,4 @@
@import '~src/function.scss';
ion-content{
--padding-top:15px;
--padding-start: 15px;
@@ -11,7 +12,7 @@ ion-content{
}
.header-title{
font-family: Roboto;
font-size: 20px;
font-size: rem(20);
color:#000;
margin: 0 5px 0 5px;
}
@@ -74,14 +74,14 @@
</div>
<div *ngIf="loadedEvent.workflowInstanceDataFields.Participants" class="middle-content">
<div *ngIf="loadedEvent.workflowInstanceDataFields.Participants">
<h5>Intervenientes</h5>
<h5 class="font-17-rem">Intervenientes</h5>
<div *ngFor="let att of loadedEvent.workflowInstanceDataFields.ParticipantsList">
<ion-label>{{att.Name}}</ion-label>
</div>
</div>
</div>
<div *ngIf="loadedEvent.workflowInstanceDataFields.Body">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item lines="none" class="ion-no-padding ion-no-margin">
<pre class="width-100 text">{{ loadedEvent.workflowInstanceDataFields.Body }} </pre>
</ion-item>
@@ -90,7 +90,7 @@
<div class="d-flex container-div width-100" >
<ion-list class="width-100 " >
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item class="width-100" *ngFor="let document of loadedAttachments">
<ion-label
(click)="viewDocument(document.SourceId, document.ApplicationId)"
@@ -1,8 +1,9 @@
@import '~src/function.scss';
ion-content{
--padding-top:0px;
--padding-start: 20px;
--padding-end: 20px;
font-size: 18px;
font-size: rem(18);
}
ion-menu{
--height: 225px;
@@ -13,26 +14,26 @@ ion-menu{
}
.header-icon-left{
width: 36px;
font-size: 33px;
font-size: rem(33);
color: #42b9fe;
float: left;
}
.header-title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
margin: 0 5px 0 5px;
padding: 0;
color:#000;
float: left;
}
.header-icon-right{
width: 45px;
font-size: 45px;
width: rem(45);
font-size: rem(45);
float: left;
}
.upper-content{
padding-left: 50px;
font-size: 18px;
font-size: rem(18);
.content-location{
margin: 0 auto;
@@ -42,7 +43,7 @@ ion-menu{
.location-detail{
font-weight: 700;
font-size: 18px;
font-size: rem(18);
float: left;
margin: 5px 5px 5px 0px;
}
@@ -54,7 +55,7 @@ ion-menu{
float: left;
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.button-edit-event {
width: 140px;
@@ -64,12 +65,12 @@ ion-menu{
--color:#061b52;
}
.content-details p{
font-size: 16px;
font-size: rem(16);
}
}
.middle-conten{
.middle-content h3, .middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
@@ -77,11 +78,11 @@ ion-menu{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -89,23 +90,23 @@ ion-menu{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:var(--title-text-color);
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
@@ -151,7 +152,7 @@ ion-menu{
align-items: center;
padding: 0px 5px;
color: white;
font-size: 9pt;
font-size: rem(12);
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
@@ -181,16 +182,16 @@ height: 20px;
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:var(--title-text-color);
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
@@ -73,14 +73,14 @@
<div class="overflow-y-auto">
<div class="middle-content">
<div *ngIf="loadedEvent.workflowInstanceDataFields.ParticipantsList">
<h5>Intervenientes</h5>
<h5 class="font-17-rem">Intervenientes</h5>
<div *ngFor="let att of loadedEvent.workflowInstanceDataFields.ParticipantsList">
<ion-label>{{att.Name}}</ion-label>
</div>
<div class="line"></div>
</div>
<div *ngIf="loadedEvent.workflowInstanceDataFields.Body">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item lines="none" class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{loadedEvent.workflowInstanceDataFields.Body }} </pre>
</ion-item>
@@ -89,7 +89,7 @@
</div>
<div *ngIf="loadedEvent.Documents" class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item class="ion-no-margin ion-no-padding cursor-pointer"
*ngFor="let attachment of loadedEvent.Documents"
(click)="viewDocument(attachment.DocId, attachment)">
@@ -16,21 +16,21 @@ ion-menu{
}
.header-icon-left{
width: 36px;
font-size: 33px;
font-size: rem(33);
color: #42b9fe;
float: left;
}
.header-title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
margin: 0 5px 0 5px;
padding: 0;
color:#000;
float: left;
}
.header-icon-right{
width: 45px;
font-size: 45px;
width: rem(45);
font-size: rem(45);
float: left;
}
@@ -44,7 +44,7 @@ ion-menu{
.upper-content{
margin-left: 40px;
font-size: 18px;
font-size: rem(18);
.content-location{
margin-top: 0px !important;
@@ -79,12 +79,12 @@ ion-menu{
--color:#061b52;
}
.content-details p{
font-size: 16px;
font-size: rem(16);
}
}
.middle-conten{
.middle-content h3, .middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
@@ -92,11 +92,11 @@ ion-menu{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -104,23 +104,23 @@ ion-menu{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:var(--title-text-color);
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
}
@@ -141,7 +141,7 @@ ion-menu{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -106,7 +106,7 @@
<p *ngIf="event.workflowInstanceDataFields.StartDate == event.workflowInstanceDataFields.EndDate">{{event.workflowInstanceDataFields.StartDate | date: 'd/M/yy' }} | {{event.workflowInstanceDataFields.Location}}</p>
<h3>{{event.workflowInstanceDataFields.Subject}}</h3>
<div *ngIf="event.activityInstanceName">
<div class="label-event-type"> {{ event.activityInstanceName }} </div>
<div class="label-event-type font-13-rem"> {{ event.activityInstanceName }} </div>
</div>
</div>
</div>
@@ -30,7 +30,7 @@
.header-title{
//width: 300px;
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
//margin: 0 5px 0 5px;
padding: 0;
color:#000;
@@ -81,7 +81,7 @@ ion-item-sliding{
.approve-event-time p{
width: 33px;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -97,7 +97,7 @@ ion-item-sliding{
.approve-event-detail p{
//width: 250px;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -110,7 +110,7 @@ ion-item-sliding{
.approve-event-detail h3{
//width: 250px;
font-family: Roboto;
font-size: 15px;
font-size: rem(15);
font-weight: bold;
font-stretch: normal;
font-style: normal;
@@ -132,7 +132,7 @@ ion-item-sliding{
background: #f05d5e;
border-radius: 17px;
color: white;
font-size: 10pt;
font-size: rem(13);
}
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.content{
margin: 0;
float: left;
@@ -6,14 +8,14 @@
}
.header-title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
padding: 0;
color:#000;
float: left;
}
.ion-item-container{
margin: 15px auto;
margin: rem(15) auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
@@ -32,11 +34,11 @@
margin: 0px auto;
}
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
ion-select{
padding-left: 5px;
@@ -44,7 +46,7 @@
}
.ion-input-class{
width: calc(100% - 45px);
height: 45px;
height: rem(45);
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;
@@ -62,18 +64,18 @@
}
.add-people{
width: 45px;
width: rem(45);
float: right;
overflow: auto;
font-size: 25px;
font-size: rem(25);
display: flex;
}
.list-people-title{
/* font-size: 13px; */
/* font-size: rem(13); */
color: #a3a3a3;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -81,23 +83,23 @@
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.container-footer{
@@ -105,16 +107,16 @@
overflow: auto;
}
.button-cancel {
width: 170px;
height: 44px;
width: rem(170);
height: rem(44);
border-radius: 22.5px;
--background: #e0e9ee;
--color: #061b52;
margin:10px;
}
.button-save {
width: 170px;
height: 44px;
width: rem(170);
height: rem(44);
border-radius: 22.5px;
--background: #42b9fe;
--color:#ffffff;
@@ -132,7 +134,7 @@
/* Error Messages */
.error{
color:red;
font-size: 12px;
font-size: rem(12);
font-weight: bold;
padding-bottom: 20px;
}
@@ -149,23 +151,23 @@
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
@@ -181,7 +183,7 @@
align-items: center;
padding: 0px 5px;
color: white;
font-size: 9pt;
font-size: rem(12);
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.content{
padding: 30px 20px 0 20px !important;
margin: 0;
@@ -5,7 +7,7 @@
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -15,11 +17,11 @@
//margin: 8px 0 8px 0px;
}
.container-div{
margin-bottom: 15px;
margin-bottom: rem(15);
}
.ion-item-container{
//width: 360px;
margin: 15px auto;
margin: rem(15) auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;
@@ -33,11 +35,11 @@
margin: 0px auto;
}
.ion-icon-class{
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
float: left;
padding: 10px;
font-size: 25px;
font-size: rem(25);
}
ion-select{
//padding-left: 5px;
@@ -65,51 +67,51 @@
}
.add-people{
width: 45px;
width: rem(45);
float: right;
overflow: auto;
font-size: 25px;
font-size: rem(25);
display: flex;
}
.list-people-title{
/* font-size: 13px; */
/* font-size: rem(13); */
color: #a3a3a3;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
}
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.container-footer{
margin:0 auto;
overflow: auto;
.button-cancel {
width: 170px;
height: 44px;
width: rem(170);
height: rem(44);
border-radius: 22.5px;
--background: #e0e9ee;
--color: #061b52;
margin:10px;
}
.button-save {
width: 170px;
height: 44px;
width: rem(170);
height: rem(44);
border-radius: 22.5px;
--background: #42b9fe;
--color:#ffffff;
@@ -130,23 +132,23 @@
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
width: 100%;
font-size: 15px;
font-size: rem(15);
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
@@ -160,7 +162,7 @@ font-size: 13px;
align-items: center;
padding: 0px 5px;
color: white;
font-size: 9pt;
font-size: rem(12);
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
@@ -196,7 +198,7 @@ font-size: 13px;
align-items: center;
padding: 0px 5px;
color: white;
font-size: 9pt;
font-size: rem(12);
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
@@ -7,7 +7,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header" style="overflow: unset !important;">
<div class="title-content width-100 d-flex justify-between">
<div class="font-30 cursor-pointer" (click)="goBack()" defaultHref="#">
<div class="font-30-rem cursor-pointer" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -40,7 +40,7 @@
<div class="overflow-y-auto">
<div class="middle-content">
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -49,14 +49,14 @@
</ion-label>
</ion-item>
</div>
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ task.Note }} </pre>
</ion-item>
</div>
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item class="ion-no-margin ion-no-padding cursor-pointer" *ngFor="let Document of fulltask.Documents">
<ion-label class="d-block" (click)="viewDocument(Document.DocId, Document)">
<p class="attach-title-item">{{ Document.Assunto || "Sem assunto" }}<span class="span-right color-red btn-size"><ion-icon hidden name="close"></ion-icon></span></p>
@@ -14,9 +14,10 @@
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -42,7 +43,7 @@
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -53,14 +54,14 @@
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -72,14 +73,12 @@
}
.title{
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-top: 4px;
padding-left: 5px;
}
.btn-no-color icon{
font-size: 15px;
font-size: rem(15);
border: 1px solid red;
}
}
@@ -96,7 +95,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -105,13 +104,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -119,7 +119,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -127,11 +127,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -139,11 +139,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -151,12 +151,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right {
@@ -171,7 +171,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -182,7 +182,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -225,19 +225,19 @@ ion-button{
.time-start{
color: #797979 !important;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
}
.time-end{
color: #797979 !important;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
}
}
.schedule-date{
margin-right: 10px;
width: 22%;
color: #797979 !important;
font-size: 13px;
font-size: rem(13);
}
.schedule-details{
display: flex;
@@ -246,21 +246,21 @@ ion-button{
width: 100%;
.location{
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
color: black;
width: 100%;
}
.description{
font-family: Roboto;
font-size: 15px;
font-size: rem(15);
font-weight: bold;
color: #0d89d1;
}
}
.color{
width: 5px;
height: 40px;
height: rem(40);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #f05d5e;
@@ -323,7 +323,7 @@ ion-button{
width: 100%;
justify-content: space-between;
align-items: center;
font-size: 11pt;
font-size: rem(15);
.option-desc-line {
height: 1px;
flex-grow: 1;
@@ -22,14 +22,14 @@ ion-content, .header-2{
.header-icon-left{
width: 36px;
font-size: 33px;
font-size: rem(33);
color: #42b9fe;
float: left;
}
.header-title{
padding-top: 2.5px;
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
float: left;
}
@@ -72,12 +72,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -87,7 +87,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -95,14 +95,14 @@ ion-item{
.span-left{
/* border: 1px solid red; */
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -127,7 +127,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -140,17 +140,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -159,7 +159,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -170,7 +170,7 @@ ion-item{
.label {
border-radius: 15px;
background: var(--label-bg-color);
/*font-size: 12px;
/*font-size: rem(12);
*/float: right;
padding: 2.5px 13.5px 2.5px 13.5px;
color: #fff;
@@ -183,7 +183,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -194,7 +194,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -202,7 +202,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -216,7 +216,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -230,20 +230,20 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
.dead-line {
font-size: 12px;
font-size: rem(12);
color: red;
}
.new-task {
border-radius: 20px;
background: #efefef;
font-size: 12px;
font-size: rem(12);
float: right;
padding: 2.5px 13.5px 2.5px 13.5px;
color: #46465b;
@@ -11,7 +11,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header" style="overflow: unset !important;">
<div class="title-content width-100 d-flex justify-between">
<div class="font-30 cursor-pointer" (click)="goBack()" defaultHref="#">
<div class="font-30-rem cursor-pointer" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -53,7 +53,7 @@
</ion-label>
</ion-item> -->
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -63,7 +63,7 @@
</ion-item>
</div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre>
</ion-item>
@@ -72,7 +72,7 @@
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item class="ion-no-margin ion-no-padding cursor-pointer" *ngFor="let Document of fulltask.Documents">
<ion-label class="d-block" (click)="viewDocument(Document.DocId, Document)">
<p class="attach-title-item">{{ Document.Assunto || "Sem assunto" }}<span class="span-right color-red btn-size"><ion-icon hidden name="close"></ion-icon></span></p>
@@ -14,9 +14,10 @@
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -42,7 +43,7 @@
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -53,14 +54,14 @@
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -72,14 +73,12 @@
}
.title{
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-top: 4px;
padding-left: 5px;
}
.btn-no-color icon{
font-size: 15px;
font-size: rem(15);
border: 1px solid red;
}
}
@@ -96,7 +95,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -104,13 +103,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -118,7 +118,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -126,11 +126,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -138,11 +138,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -150,12 +150,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -169,7 +169,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -180,7 +180,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -20,7 +20,7 @@ ion-content, .main-content{
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -34,7 +34,7 @@ ion-content, .main-content{
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: auto;
}
.ion-item-class{
@@ -77,12 +77,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -92,7 +92,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -100,14 +100,14 @@ ion-item{
.span-left{
/* border: 1px solid red; */
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
/* New CSS */
@@ -130,7 +130,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -143,17 +143,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -162,7 +162,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -182,7 +182,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -193,7 +193,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -201,7 +201,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -215,7 +215,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -229,7 +229,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -46,11 +46,11 @@
<div class="d-flex" (click)="reorderList('old')" *ngIf="ordinance == 'recent' && !hideRefreshBtn ">
<ion-icon class="ml-10" src="assets/images/theme/gov/crescente.svg" ></ion-icon>
<ion-icon class="ml-10 font-25-rem" src="assets/images/theme/gov/crescente.svg" ></ion-icon>
</div>
<div class="d-flex" (click)="reorderList('recent')" *ngIf="ordinance != 'recent' && !hideRefreshBtn ">
<ion-icon class="ml-10" src="assets/images/theme/gov/decrescente.svg" ></ion-icon>
<ion-icon class="ml-10 font-25-rem" src="assets/images/theme/gov/decrescente.svg" ></ion-icon>
</div>
</div>
@@ -84,13 +84,13 @@
<div *ngIf="segmentVista == 'listview' " class="d-flex px-20 justify-content-end width-100">
<div title="Pesquisa" class="d-flex align-center cursor-pointer width-100 justify-end">
<!-- <div (click)="openSearch();showSearch=true" *ngIf="!showSearch" class="d-flex">
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src='assets/images/icons-search.svg'></ion-icon>
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src='assets/images/theme/gov/icons-search.svg'></ion-icon>
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35-rem" src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'default' " class="font-35-rem" src='assets/images/icons-search.svg'></ion-icon>
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'gov' " class="font-35-rem" src='assets/images/theme/gov/icons-search.svg'></ion-icon>
</div>
<button title="Fechar" class="btn-no-color d-flex" (click)="closeSearch();showSearch=false;searchSubject=''" *ngIf="showSearch">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " class="font-35" name="restaurant-outline" src="assets/images/icons-search-close.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" name="restaurant-outline" src="assets/images/theme/gov/icons-search-close.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " class="font-35-rem" name="restaurant-outline" src="assets/images/icons-search-close.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35-rem" name="restaurant-outline" src="assets/images/theme/gov/icons-search-close.svg"></ion-icon>
</button> -->
<div *ngIf="showSearch" class="width-100">
@@ -1,3 +1,5 @@
@import '~src/function.scss';
ion-content{
/* --padding-top:15px; */
/* --padding-end:15px;
@@ -17,7 +19,7 @@ ion-content{
--margin-bottom: 5px;
--margin-top: 0px;
min-height: 25px;
min-height: rem(25);
min-width: 25px;
}
:host{
@@ -34,7 +36,7 @@ ion-content{
.title{
width: fit-content;
font-size: 25px !important;
font-size: rem(25) !important;
float: left;
}
.btn-no-color{
@@ -44,7 +46,7 @@ ion-content{
.title-icon{
float: right;
margin-right: 20px;
font-size: 30px;
font-size: rem(30);
color: #42b9fe;
}
.title-icons{
@@ -53,7 +55,7 @@ ion-content{
align-self: baseline;
}
.title-icons fa-icon{
font-size: 25px !important;
font-size: rem(25) !important;
}
}
@@ -90,7 +92,7 @@ ion-content{
border: 0!important;
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -104,7 +106,7 @@ ion-content{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -173,7 +175,7 @@ ion-content{
.exp-card-icon{
width: fit-content;
font-size: 48px;
font-size: rem(48);
float: left !important;
}
.exp-card-text{
@@ -188,17 +190,17 @@ ion-content{
margin: 0 auto;
}
.exp-card ion-icon{
font-size: 48px !important;
font-size: rem(48) !important;
}
.exp-card fa-icon{
font-size: 30px;
font-size: rem(30);
padding: 0 1px 0 1px;
margin: 6px;
//border: 1px solid #ccc;
color: #797979;
}
.exp-card-title{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);;
font-family: Roboto;
font-weight: bold;
@@ -212,7 +214,7 @@ ion-content{
}
.exp-card-content{
font-size: 13px;
font-size: rem(13);
color: #797979;
margin: 11px 0 0;
font-family: Roboto;
@@ -238,11 +240,11 @@ ion-content{
float: left;
}
.title{
font-size: 25px;
font-size: rem(25);
}
.div-icon{
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
@@ -256,7 +258,7 @@ ion-content{
border:1px solid #e9e9e9 !important;
background-color: #fff !important;
margin-bottom: 10px !important;
padding: 15px;
padding: rem(15);
.item{
background-color: var(--white);
@@ -267,7 +269,7 @@ ion-content{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -285,22 +287,22 @@ ion-content{
.item-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
.item-middle-detail{
font-size: 10pt;
font-size: rem(13);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -310,7 +312,7 @@ ion-content{
.item-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -323,7 +325,7 @@ ion-content{
}
}
.item-middle-detail-extra{
font-size: 10pt;
font-size: rem(13);
padding-left: 3px;
//border: 1px solid red;
@@ -337,7 +339,7 @@ ion-content{
}
}
.item-bottom-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
margin-top: 10px;
@@ -352,7 +354,7 @@ ion-content{
.label{
border-radius: 15px;
background: var(--label-bg-color);
/* font-size: 12px; */
font-size: rem(12);
float: right;
padding: 2.5px 13.5px 2.5px 13.5px;
color: #fff;
@@ -361,7 +363,7 @@ ion-content{
.item-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -401,7 +403,7 @@ ion-content{
--background: transparent;
}
.title{
font-size: 15px !important;
font-size: rem(15) !important;
}
.main-content{
@@ -425,7 +427,7 @@ ion-content{
}
.aside-title{
font-family: Roboto;
font-size: 16px !important;
font-size: rem(16) !important;
text-align: left;
}
.exp-card{
@@ -523,7 +525,7 @@ ion-content{
@media only screen and (min-width: 801px) {
.title{
font-size: 25px !important;
font-size: rem(25) !important;
}
.content{
width: 65%;
@@ -534,7 +536,7 @@ ion-content{
}
.aside-title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
text-align: left;
}
}
@@ -624,9 +626,9 @@ ion-content{
.item-icon{
//margin-top: 28px;
width: 45px;
width: rem(45);
float: left;
font-size: 40px;
font-size: rem(40);
.item-icon ion-icon{
color: #061b52;
@@ -634,9 +636,9 @@ ion-content{
}
.item-icon2{
//margin-top: 23px;
width: 45px;
width: rem(45);
float: left;
font-size: 40px;
font-size: rem(40);
}
.item-content{
@@ -653,26 +655,26 @@ ion-content{
.item-content-date{
color: #797979;
font-size: 13px;
font-size: rem(13);
margin: 0 !important;
padding: 0 !important;
}
.item-content-title{
color: var(--title-text-color);
font-size: 15px;
font-size: rem(15);
margin: 0 !important;
padding: 0 !important;
}
.item-content-detail{
color: #000000;
font-size: 13px;
font-size:rem(13);
margin: 0 !important;
padding: 0 !important;
}
.item-options{
color: var(--box-hover-background-color);
width: 25px;
font-size: 20px;
font-size: rem(20);
}
.item-content-date-active, .item-content-title-active, .item-content-detail-active{
color: #fff;
@@ -692,7 +694,7 @@ ion-content{
.new-task-count{
color: red;
font-size: 13px;
font-size: rem(13);
}
@@ -700,14 +702,14 @@ ion-content{
background-color: white;
border-radius: 27.5px;
border: solid 1px #ebebeb;
font-size: 14px;
font-size: rem(14);
.icon{
color: #797979;
width: 41px;
height: 41px;
display: flex;
justify-content: center;
font-size: 25px;
font-size: rem(25);
align-items: center;
}
.input-text{
@@ -197,14 +197,6 @@ export class GabineteDigitalPage implements OnInit {
this.hideRefreshButton();
}
ngAfterViewInit(): void {
// We can access the TestComponent now that this portion of the view tree has been initiated.
const element = this.scroll.nativeElement
this.scroll.nativeElement.addEventListener("scroll", (e)=> {
this.changeTab()
});
(async () => {
@@ -244,6 +236,15 @@ export class GabineteDigitalPage implements OnInit {
}
});
}
ngAfterViewInit(): void {
// We can access the TestComponent now that this portion of the view tree has been initiated.
this.scroll.nativeElement.addEventListener("scroll", (e)=> {
this.changeTab()
});
}
@@ -3,7 +3,7 @@
<div class="content d-flex flex-column" *ngIf="task">
<div class="main-header ">
<div class="title-content width-100 d-flex justify-space-between ">
<div class="font-30 cursor-pointer" (click)="goBack()" defaultHref="#">
<div class="font-30-rem cursor-pointer" (click)="goBack()" defaultHref="#">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
@@ -14,8 +14,8 @@
</div>
<div class="div-icon">
<div autoHide="false" class="d-flex" (click)="openOptions()">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-30 cursor-pointer" src="assets/images/icons-menu.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-30 cursor-pointer" src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-30-rem cursor-pointer" src="assets/images/icons-menu.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-30-rem cursor-pointer" src="assets/images/theme/gov/icons-menu.svg"></ion-icon>
</div>
</div>
</div>
@@ -46,7 +46,7 @@
</ion-label>
</ion-item>
<div *ngIf="cc.length > 0">
<h5>Com conhecimento</h5>
<h5 class="font-17-rem">Com conhecimento</h5>
<ion-item class="ion-no-margin ion-no-padding">
<ion-label>
<div *ngFor="let c of cc">
@@ -56,7 +56,7 @@
</ion-item>
</div>
<div *ngIf="task.Note">
<h5>Detalhes</h5>
<h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ task.Note }} </pre>
</ion-item>
@@ -64,7 +64,7 @@
</div>
<div class="bottom-content width-100">
<ion-list>
<h5>Documentos Anexados</h5>
<h5 class="font-17-rem">Documentos Anexados</h5>
<ion-item *ngFor="let attachment of attachments"
class="ion-no-margin ion-no-padding cursor-pointer"
>
@@ -14,9 +14,10 @@
color:#d30a0a !important;
}
.btn-size{
font-size: 18px !important;
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
display: flex;
font-family: Roboto;
background-color: #fff;
@@ -36,14 +37,14 @@
.title{
width: fit-content;
height: auto;
font-size: 25px;
font-size: rem(25);
overflow: auto;
float: left;
padding-left: 5px;
}
.div-icon{
width: 37px !important;
font-size: 35px !important;
font-size: rem(35) !important;
padding: 1px;
right: 0 !important;
}
@@ -62,7 +63,7 @@ ion-button{
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: 18px;
font-size: rem(18);
.label{
border-radius: 20px;
@@ -70,13 +71,14 @@ ion-button{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: 25px;
height: rem(25);
}
.content-details{
font-size: 17px;
font-size: rem(17);
.date{
color: #797979;
}
@@ -84,7 +86,7 @@ ion-button{
}
.middle-conten{
.middle-content p{
font-size: 16px;
font-size: rem(16);
}
}
.bottom-content{
@@ -92,11 +94,11 @@ ion-button{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
font-size: rem(16);
margin: 0 0 0 10px;
}
.attach-document{
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
margin: 5px 5px 5px 10px;
padding: 5px;
@@ -104,11 +106,11 @@ ion-button{
}
.attach-icon{
width: 37px;
font-size: 35px;
font-size: rem(35);
float: left;
}
.attach-title-item{
font-size: 18px;
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
@@ -116,12 +118,12 @@ ion-button{
/* SPAN */
.span-left{
float: left;
font-size: 15x;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
font-size: rem(13);
}
}
.aside-right{
@@ -135,7 +137,7 @@ ion-button{
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -146,7 +148,7 @@ ion-button{
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-size: rem(16) !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -6,7 +6,7 @@
<div class="title d-flex justify-space-between">
<div class="d-flex align-center" (click)="goBack()">
<div class="d-flex align-center font-35">
<div class="d-flex align-center font-35-rem">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
@@ -19,7 +19,7 @@ ion-content, .header-2, .main-content{
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -33,7 +33,7 @@ ion-content, .header-2, .main-content{
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -75,12 +75,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -90,21 +90,21 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
}
.span-left{
float: left;
font-size: 12px;
font-size: rem(12);
padding-left: 18px;
}
.span-right{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -128,7 +128,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -141,17 +141,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -160,7 +160,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -171,7 +171,7 @@ ion-item{
.label{
border-radius: 15px;
background: var(--label-bg-color);
/* font-size: 12px; */
/* font-size: rem(12); */
float: right;
padding: 2.5px 13.5px 2.5px 13.5px;
color: #fff;
@@ -180,7 +180,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -191,7 +191,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -199,7 +199,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -213,7 +213,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -227,7 +227,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}
@@ -17,7 +17,7 @@
.title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
color:#000;
overflow: auto;
@@ -31,7 +31,7 @@
}
}
.item-list-small{
font-size: 11px;
font-size: rem(11);
overflow: hidden;
}
.ion-item-class{
@@ -73,12 +73,12 @@ ion-item{
.div-content-expediente h3, .div-content-pendentes h3{
margin: 0;
padding: 0;
font-size: 14pt;
font-size: rem(19);
width: 100%;
}
.div-icon{
width: 10%;
font-size: 20px;
font-size: rem(20);
float: left;
color: #808080;
}
@@ -88,7 +88,7 @@ ion-item{
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
font-size: rem(19);
color: rgb(94, 92, 92);
padding: 0;
margin: 0;
@@ -102,7 +102,7 @@ ion-item{
/* border: 1px solid blue; */
text-align: right;
float: right;
font-size: 12px;
font-size: rem(12);
padding-right: 18px;
}
@@ -126,7 +126,7 @@ ion-item{
width: 100%;
float: left;
font-family: Roboto;
font-size: 12pt;
font-size: rem(16);
font-weight: 700;
color: var(--title-text-color);
padding-left: 3px;
@@ -139,17 +139,17 @@ ion-item{
.exp-icon{
width: fit-content;
float: right;
/* font-size: 13px; */
/* font-size: rem(13); */
margin: 0 !important;
padding: 0 !important;
ion-icon{
font-size: 12pt;
font-size: rem(16);
color: #42b9fe;
float: left;
}
label{
font-size: 10pt;
font-size: rem(13);
}
}
}
@@ -158,7 +158,7 @@ ion-item{
}
.exp-middle-detail{
font-size: 12pt;
font-size: rem(16);
width: 100%;
overflow: auto;
@@ -178,7 +178,7 @@ ion-item{
.exp-date{
width: auto;
font-family: Roboto;
font-size: 10pt;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -189,7 +189,7 @@ ion-item{
}
}
.exp-bottom-detail{
font-size: 8pt;
font-size: rem(10);
width: 100%;
overflow: auto;
padding-left: 3px;
@@ -197,7 +197,7 @@ ion-item{
.exp-remetente{
//width: 200px;
font-family: Roboto;
/* font-size: 13px; */
/* font-size: rem(13); */
font-weight: normal;
color: #000000;
float: left;
@@ -211,7 +211,7 @@ ion-item{
overflow: auto;
}
.div-search{
font-size: 45px;
font-size: rem(45);
float: left;
margin: 0 0 0 10px
}
@@ -225,7 +225,7 @@ ion-item{
width: 100%;
}
.div-profile{
font-size: 45px;
font-size: rem(45);
float: right;
margin-right: 10px;
}