2021-08-18 16:40:58 +01:00
|
|
|
<ion-content class="container">
|
|
|
|
|
<div class="arrow-right">
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
2021-08-20 11:58:28 +01:00
|
|
|
<button hidden (click)="notImplemented()" full class="btn-cancel" shape="round" >Tirar Fotografia</button>
|
|
|
|
|
<button hidden (click)="notImplemented()" class="btn-cancel" shape="round" >Digitalizar Documento</button>
|
|
|
|
|
<button hidden (click)="notImplemented()" full class="btn-cancel" shape="round" >Anexar Fotografia</button>
|
|
|
|
|
<button hidden (click)="getDoc()" class="btn-cancel" shape="round" >Anexar Documento</button>
|
2021-08-18 16:40:58 +01:00
|
|
|
<div class="solid"></div>
|
|
|
|
|
<button (click)="bookMeeting()" class="btn-cancel" shape="round" >Marcar reunião</button>
|
|
|
|
|
<button (click)="close()" full class="btn-cancel mobile-only" shape="round" >Cancelar</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</ion-content>
|