mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add Pin
This commit is contained in:
@@ -36,26 +36,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div (click)="clearCode()" class="d-flex align-center justify-center pt-25 clear">
|
||||
Limpar
|
||||
<div (click)="close()" class="d-flex align-center justify-center pt-25 clear">
|
||||
Voltar
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user