Skip to content
Snippets Groups Projects
Commit 940b76da authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #20778 TIME 0:05 add css

parent 33348125
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</div> </div>
</ion-toolbar> </ion-toolbar>
<ion-toolbar class="ion-text-center" color="danger" *ngIf="mainDocument.id !== 0 && mainDocument.status === 'ERROR'"> <ion-toolbar class="ion-text-center" color="danger" *ngIf="mainDocument.id !== 0 && mainDocument.status === 'ERROR'">
<ion-label style="font-size: 13px;">{{'lang.errorConvertingDocument' | translate}}</ion-label> <ion-label style="font-size: 14px; font-weight: bold;">{{'lang.errorConvertingDocument' | translate}}</ion-label>
</ion-toolbar> </ion-toolbar>
<ion-content *ngIf="!loadingdocument" #mainContent> <ion-content *ngIf="!loadingdocument" #mainContent>
<!-- <div *ngIf="mainDocument.status === 'READY'" class="loading" style="display:flex;height:100%;"> <!-- <div *ngIf="mainDocument.status === 'READY'" class="loading" style="display:flex;height:100%;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment