mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<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">
|
|
<button full class="btn-ok" shape="round" >Tirar Fotografia</button>
|
|
<button class="btn-ok" shape="round" >Digitalizar Documento</button>
|
|
<button full class="btn-ok" shape="round" >Anexar Fotografia</button>
|
|
<button class="btn-ok" shape="round" >Anexar Documento</button>
|
|
<div class="solid"></div>
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
|
</div>
|
|
|
|
<!-- <ion-row>
|
|
<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>
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
|
</ion-col>
|
|
<ion-col>
|
|
</ion-col>
|
|
</ion-row> -->
|
|
</ion-content>
|