add messages page and style

This commit is contained in:
tiago.kayaya
2020-12-30 11:13:50 +01:00
parent 126abf2b18
commit ebc7132a38
18 changed files with 619 additions and 90 deletions
@@ -0,0 +1,10 @@
<ion-content>
<ion-row class="border-top">
<ion-col>
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
</ion-col>
<ion-col>
<button full class="btn-delete" shape="round" >Apagar conversa</button>
</ion-col>
</ion-row>
</ion-content>