mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div [ngSwitch]="segment">
|
<div [ngSwitch]="segment">
|
||||||
<div *ngSwitchCase="'parecer'" class="d-flex height-100 align-center justify-content-center" >
|
<div *ngSwitchCase="'parecer'" class="centered-div d-flex height-100 align-center justify-content-center" >
|
||||||
<div
|
<div
|
||||||
*ngIf="!skeletonLoader && pedidosstorage.listparecer.length == 0"
|
*ngIf="!skeletonLoader && pedidosstorage.listparecer.length == 0"
|
||||||
class="empty-list d-flex height-100 align-center justify-content-center"
|
class="empty-list d-flex height-100 align-center justify-content-center"
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngSwitchCase="'deferimento'" class="d-flex height-100 align-center justify-content-center">
|
<div *ngSwitchCase="'deferimento'" class="centered-div d-flex height-100 align-center justify-content-center">
|
||||||
<div
|
<div
|
||||||
*ngIf="!skeletonLoader && pedidosstorage.listdeferimento.length == 0"
|
*ngIf="!skeletonLoader && pedidosstorage.listdeferimento.length == 0"
|
||||||
class="empty-list d-flex height-100 align-center justify-content-center"
|
class="empty-list d-flex height-100 align-center justify-content-center"
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ ion-content, .header-2, .main-content{
|
|||||||
}
|
}
|
||||||
.ion-item-class{
|
.ion-item-class{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
.label-text{
|
.label-text{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -87,7 +87,7 @@ ion-item{
|
|||||||
.div-icon ion-icon{
|
.div-icon ion-icon{
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
.div-content-expediente p, .div-content-pendentes p{
|
.div-content-expediente p, .div-content-pendentes p{
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
@@ -167,7 +167,7 @@ ion-item{
|
|||||||
.exp-workflow{
|
.exp-workflow{
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|
||||||
.label{
|
.label{
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: #ffb703;
|
background: #ffb703;
|
||||||
@@ -230,4 +230,13 @@ ion-item{
|
|||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.centered-div{
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
margin: -35px 0 0 -35px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user