Adjusting bold text on labels

This commit is contained in:
andreaNeki
2024-10-02 08:45:52 -03:00
parent f975e1da89
commit 4aed1b6056
4 changed files with 5 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<div class="col-12 col-md-3 h-auto float-left d-flex action-label">
<span class="justify-content-center align-self-center">
<span class="justify-content-center align-self-center font-weight-bold">
{{'item.edit.tabs.status.buttons.' + operation.operationKey + '.label' | translate}}
</span>
</div>

View File

@@ -1,7 +1,7 @@
<p class="mt-2">{{'item.edit.tabs.status.description' | translate}}</p>
<div class="row">
<div *ngFor="let statusKey of statusDataKeys" class="w-100 pt-1">
<div class="col-12 col-md-3 float-left status-label">
<div class="col-12 col-md-3 float-left status-label font-weight-bold">
{{'item.edit.tabs.status.labels.' + statusKey | translate}}:
</div>
<div class="col-12 col-md-9 float-left status-data" id="status-{{statusKey}}">
@@ -11,15 +11,15 @@
<div *ngFor="let identifier of (identifiers$ | async)" class="w-100 pt-1">
<div *ngIf="(identifier.identifierType==='doi')">
<div class="col-12 col-md-3 float-left status-label">
<div class="col-12 col-md-3 float-left status-label font-weight-bold">
{{identifier.identifierType.toLocaleUpperCase()}}
</div>
<div class="col-12 col-md-9 float-left status-label">{{identifier.value}}
<div class="col-12 col-md-9 float-left status-label font-weight-bold">{{identifier.value}}
({{"item.edit.identifiers.doi.status."+identifier.identifierStatus|translate}})</div>
</div>
</div>
<div class="col-12 col-md-3 float-left status-label">
<div class="col-12 col-md-3 float-left status-label font-weight-bold">
{{'item.edit.tabs.status.labels.itemPage' | translate}}:
</div>
<div class="col-12 col-md-9 float-left status-data" id="status-itemPage">

View File

@@ -1,3 +0,0 @@
.status-label {
font-weight: 700;
}

View File

@@ -60,7 +60,6 @@ import { ItemOperation } from '../item-operation/itemOperation.model';
@Component({
selector: 'ds-base-item-status',
styleUrls: ['item-status.component.scss'],
templateUrl: './item-status.component.html',
changeDetection: ChangeDetectionStrategy.Default,
animations: [