This commit is contained in:
tiago.kayaya
2021-04-07 15:01:03 +01:00
parent ffe95fc190
commit 87b17e09f3
8 changed files with 40 additions and 11 deletions
@@ -12,7 +12,10 @@
<!-- Aside left -->
<div class="aside-wrapper d-flex flex-column pt-25 justify-center width-md-40 ">
<p class="text-center mt-0 aside-title px-20">Gabinete Digital</p>
<div class="title-container">
<span class="text-center mt-0 aside-title px-20">Gabinete Digital</span>
<ion-icon (click)="doRefresh($event)" class="title-icon" name="reload-circle"></ion-icon>
</div>
<div class="aside overflow-y-auto d-flex d-md-block flex-wrap justify-center width-100 px-20">
<div class="exp-card d-flex flex-column justify-center" (click)="openEventsToApprovePage('MDGPR')">
@@ -11,6 +11,15 @@ ion-content{
ion-card-title{
text-align: center;
}
.title-container{
margin-bottom: 15px;
.title-icon{
float: right;
margin-right: 20px;
font-size: 30px;
color: #0782c9;
}
}
ion-card{
background-color: #d4d5ca;
@@ -160,6 +160,8 @@ this.processesbackend.GetActionsList().subscribe(res=>{
}
doRefresh(event) {
this.closeAllDesktopComponents();
this.showEmptyContainer = true;
this.LoadCounts();
setTimeout(() => {