2021-03-18 09:25:59 +01:00
|
|
|
<ion-content class="container">
|
2021-04-13 14:14:55 +01:00
|
|
|
<div class="arrow-right" (click)="close()">
|
|
|
|
|
<button class="btn-no-color">
|
2021-10-25 15:31:43 +01:00
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
|
|
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" class="arrow-right-icon" src='assets/images/theme/gov/icons-calendar-arrow-right.svg'></ion-icon>
|
2021-04-13 14:14:55 +01:00
|
|
|
</button>
|
2021-03-18 09:25:59 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
|
|
|
|
<div class="solid"></div>
|
2021-07-27 10:07:55 +01:00
|
|
|
<button hidden (click)="closeChatRoom()" full class="btn-delete" shape="round" >Apagar conversa</button>
|
2021-03-18 09:25:59 +01:00
|
|
|
</div>
|
2020-12-30 11:13:50 +01:00
|
|
|
</ion-content>
|