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

FEAT #15056 TIME 0:02 upate button font size

parent 3df554dd
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@
</button>
<button mat-icon-button [title]="this.translate.instant('lang.freezeRetentionRule')"
class="categoryLabel" (click)="toggleFreezing()">
<mat-icon class="freezeThawIcon {{this.freezeThawResource ? 'fas':'far'}} fa-pause-circle" style="font-size: 20px;"></mat-icon>
<mat-icon class="freezeThawIcon {{this.freezeThawResource ? 'fas':'far'}} fa-pause-circle" style="font-size: 30px;"></mat-icon>
</button>
<div class="content-item" *ngIf="this.currentResourceInformations.priority !== undefined">
<b><i class="fas fa-flag" [style.color]="this.currentResourceInformations.priorityColor"
......
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