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
@@ -186,9 +186,9 @@
</div>
</div>
<!-- <div *ngIf="(msg.t == 'r' || msg.t == 'ul' || msg.t == 'au' || msg.t == 'ru') && msg.dateLabel">
<div class="dateLabel" *ngIf="(msg.t == 'r' || msg.t == 'ul' || msg.t == 'au' || msg.t == 'ru') && msg.dateLabel">
{{ msg.msg}}
</div> -->
</div>
<div *ngIf="msg.t == 'r'" class="info-text">
<ion-label>Alterou o nome do grupo para "{{msg.msg.split('-').join(' ')}}"</ion-label><br />
@@ -337,4 +337,7 @@
margin: 0px auto !important;
width: 110px;
text-align: center;
margin-top: 10px !important;
padding: 15px 20px;
border-radius: 10px;
}