Improve pin

This commit is contained in:
Peter Maquiran
2021-05-27 22:09:41 +01:00
parent d58e0f31ff
commit 7066e7db74
3 changed files with 80 additions and 3 deletions
+18 -1
View File
@@ -37,8 +37,25 @@
</div>
<div (click)="clearCode()" class="d-flex align-center justify-center pt-25 clear">
Cancelar
Limpar
</div>
</div>
</ion-content>
<ion-footer class=" footer-container ion-no-border">
<div class="d-flex justify-space-between">
<ion-buttons slot="start" >
<ion-button (click)="close()" class="btn-cancel" fill="clear" color="#061b52" >
<ion-label>Cancelar</ion-label>
</ion-button>
</ion-buttons>
<ion-buttons slot="end" >
<ion-button (click)="save()" class="btn-ok" fill="clear" color="#fff" >
<ion-label>Gravar</ion-label>
</ion-button>
</ion-buttons>
</div>
</ion-footer>