Преглед на файлове

💄 descriptions in italics

jmacura преди 3 години
родител
ревизия
5c111dad07
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      src/adjuster/adjuster-advanced-panel.component.html
  2. 2 2
      src/adjuster/adjuster-simple-panel.component.html

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