tag of the drafft has a balon

This commit is contained in:
Eudes Inácio
2023-07-15 06:16:45 +01:00
parent 63abde5697
commit faa418d022
3 changed files with 15 additions and 7 deletions
@@ -72,7 +72,7 @@
<ion-label
(click)="viewDocument(attachment.DocId, attachment,attachment.content)"
>
<p *ngIf="attachment.Assunto" class="attach-title-item">{{ attachment.Assunto }} <span class="document-type" *ngIf="attachment.content != ''">Rascunho</span></p>
<p *ngIf="attachment.Assunto" class="attach-title-item">{{ attachment.Assunto }} <span class="text-span" *ngIf="attachment.content != ''">Rascunho</span></p>
<p *ngIf="!attachment.Assunto" class="attach-title-item">{{ attachment.DocNumber }}<span class="span-right color-red btn-size"><ion-icon hidden name="close"></ion-icon></span></p>
<p><span class="span-left">{{attachment.Sender}}</span><span class="span-right">{{ attachment.DocDate | date: 'dd/MM/yy' }}</span></p>
</ion-label>
@@ -13,6 +13,14 @@ ion-content, .header-2, .main-content{
padding: 30px 20px 0 20px !important;
}
.text-span{
border-radius: 20px;
background: var(--label-bg-color);
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
}
.document-type{
color: #d30a0a;
margin-left: 20px;