Преглед изворни кода

💄 descriptions in italics

jmacura пре 3 година
родитељ
комит
5c111dad07

+ 2 - 2
src/adjuster/adjuster-advanced-panel.component.html

@@ -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>
           <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]="!noDataSelected() || errorMsg">{{'ADJUSTER.noDataSelectedMsg' | translate}}</div>

+ 2 - 2
src/adjuster/adjuster-simple-panel.component.html

@@ -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>