2021-03-18 16:30:03 +01:00
|
|
|
<ion-content class="container">
|
|
|
|
|
<div class="arrow-right">
|
2021-04-12 10:16:43 +01:00
|
|
|
<button class="btn-no-color" (click)="close()">
|
|
|
|
|
<ion-icon slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
|
|
|
|
|
</button>
|
2021-03-18 16:30:03 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
2021-04-13 14:14:55 +01:00
|
|
|
<button (click)="notImplemented()" full class="btn-ok" shape="round" >Tirar Fotografia</button>
|
|
|
|
|
<button (click)="notImplemented()" class="btn-ok" shape="round" >Digitalizar Documento</button>
|
|
|
|
|
<button (click)="notImplemented()" full class="btn-ok" shape="round" >Anexar Fotografia</button>
|
2021-04-21 16:22:56 +01:00
|
|
|
<button (click)="getDoc()" class="btn-ok" shape="round" >Anexar Documento</button>
|
2021-03-18 16:30:03 +01:00
|
|
|
<div class="solid"></div>
|
|
|
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <ion-row>
|
2020-12-29 12:40:19 +01:00
|
|
|
<ion-col>
|
|
|
|
|
<button full class="btn-ok" shape="round" >Tirar Fotografia</button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<button class="btn-ok" shape="round" >Digitalizar Documento</button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<button full class="btn-ok" shape="round" >Anexar Fotografia</button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<button class="btn-ok" shape="round" >Anexar Documento</button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row class="border-top">
|
|
|
|
|
<ion-col>
|
2020-12-29 14:05:45 +01:00
|
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
2020-12-29 12:40:19 +01:00
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
</ion-col>
|
2021-03-18 16:30:03 +01:00
|
|
|
</ion-row> -->
|
2020-12-29 12:40:19 +01:00
|
|
|
</ion-content>
|