buttons styles

This commit is contained in:
Peter Maquiran
2023-09-12 20:58:22 +01:00
parent 66cf3c4a6a
commit a0feb912b5
5 changed files with 31 additions and 9 deletions
@@ -179,6 +179,11 @@
<ion-label class="info-meeting-medium"><ion-icon></ion-icon><ion-icon name="location-outline"></ion-icon> {{msg.file.venue}}</ion-label><br />
</div>
</div>
<div class="dateLabel" *ngIf="(msg.t == 'r' || msg.t == 'ul' || msg.t == 'au' || msg.t == 'ru') && msg.dateLabel">
{{ msg.msg}}
</div>
<div *ngIf="msg.file && msg.delate == true">
Apagou a mensagem
</div>
@@ -434,4 +434,8 @@ ion-footer {
margin: 0px auto !important;
width: 110px;
text-align: center;
margin-top: 10px !important;
padding: 15px 20px;
border-radius: 10px;
}