|
|
@@ -14,7 +14,7 @@
|
|
|
<label class="pl-2 text-secondary" [ngClass]="adjusterService.allowIndex ? 'fw-bold' : 'fw-normal'">
|
|
|
{{'ADJUSTER.index' | translate}}
|
|
|
</label>
|
|
|
- <p class="text-secondary text-justify">{{'ADJUSTER.indexDescription' | translate}}</p>
|
|
|
+ <p class="text-secondary text-justify fst-italic">{{'ADJUSTER.indexDescription' | translate}}</p>
|
|
|
</div>
|
|
|
<div class="exclusive">
|
|
|
<button type="button" class="btn btn-sm btn-light hs-lm-item-visibility"
|
|
|
@@ -23,7 +23,7 @@
|
|
|
<label class="pl-2 text-secondary" [ngClass]="adjusterService.allowClusters ? 'fw-bold' : 'fw-normal'">
|
|
|
{{'ADJUSTER.clusters' | translate}}
|
|
|
</label>
|
|
|
- <p class="text-secondary text-justify">{{'ADJUSTER.clustersDescription' | translate}}</p>
|
|
|
+ <p class="text-secondary text-justify fst-italic">{{'ADJUSTER.clustersDescription' | translate}}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="text-warning pt-2" [hidden]="!adjUIService.noDataSelected() || errorMsg">{{'ADJUSTER.noDataSelectedMsg' | translate}}</div>
|