This commit is contained in:
tiago.kayaya
2021-04-09 06:07:50 +01:00
parent 5c7fdf1f46
commit 5346dd56e1
6 changed files with 21 additions and 4 deletions
@@ -1,6 +1,11 @@
<ion-header class="ion-no-border">
<div class="title">
<ion-label >Correspondência</ion-label>
<div class="thetitle"><ion-label >Correspondência</ion-label></div>
<div class="theicon">
<button class="btn-no-color" (click)="doRefresh($event)">
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
</button>
</div>
</div>
<ion-toolbar>
<ion-segment [(ngModel)]="segment">
@@ -9,6 +9,15 @@
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;