Improve pin

This commit is contained in:
Peter Maquiran
2021-05-31 15:45:28 +01:00
parent f56e49d72e
commit 28483d4aff
2 changed files with 11 additions and 6 deletions
@@ -47,22 +47,24 @@
</div>
<div class="d-flex justify-center mt-10">
<ion-buttons slot="start" (click)="logout()">
<ion-button class="btn-cancel" fill="clear"style="background:#ffe0e0;" >
<ion-buttons slot="start" class="buttonSize" (click)="logout()" >
<ion-button class="btn-cancel buttonSize" fill="clear" style="background:#ffe0e0;" >
<ion-label style="color:#d30a0a;">Terminar sessão</ion-label>
</ion-button>
</ion-buttons>
</div>
<div class="d-flex justify-center mt-10">
<ion-button class="btn-ok buttonSize" fill="clear" color="#fff" >
<ion-label>Alterar PIN</ion-label>
</ion-button>
</div>
</div>
</ion-content>
<ion-footer class=" footer-container ion-no-border bg-blue">
<div class="d-flex justify-space-between">
<ion-buttons slot="start" (click)="close()">
@@ -75,7 +77,6 @@
<ion-label>Gravar</ion-label>
</ion-button>
</ion-buttons>
</div>
</ion-footer>
@@ -57,4 +57,8 @@
.checkBox{
margin-right: 10px;
}
}
.buttonSize {
width: 100% !important;
}