Add options for event

This commit is contained in:
Peter Maquiran
2021-05-11 16:29:21 +01:00
parent b8934d2c77
commit 3ad9474498
4 changed files with 106 additions and 0 deletions
@@ -0,0 +1,17 @@
<ion-content class="container">
<div class="arrow-right">
<button class="btn-no-color">
<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" >Efectuar Despacho</button>
<button full class="btn-ok" shape="round" >Pedido de Parecer</button>
<button full class="btn-ok" shape="round" >Pedido de Deferimento</button>
<button full class="btn-ok" shape="round" >Marcar reunião</button>
<button full class="btn-ok" shape="round" >Descartar</button>
<button full class="btn-ok" shape="round" *ngIf="showEnviarPendentes" >Enviar para pendentes</button>
<div class="solid"></div>
<button full class="btn-cancel" shape="round" >Cancelar</button>
</div>
</ion-content>