RED-3800: CSS fixes

This commit is contained in:
Adina Țeudan 2022-12-21 16:19:07 +02:00
parent 65f2fbcd0c
commit 084acbed1e
4 changed files with 4 additions and 14 deletions

View File

@ -58,7 +58,7 @@
</div>
<div *ngIf="ctx.statusConfig as statusConfig" class="mt-24">
<div class="all-caps-label" style="padding-top: 10px" translate="dossier-details.document-status"></div>
<div class="all-caps-label mb-8" translate="dossier-details.document-status"></div>
<iqser-progress-bar
*ngFor="let config of statusConfig"
[config]="config"

View File

@ -21,9 +21,10 @@
<div class="heading-xl">{{ displayedDataTotal }}</div>
<div *ngIf="subtitles.length === 1" class="mt-5">{{ subtitles[0] }}</div>
<mat-select
(selectionChange)="subtitleChanged.emit(subtitles.indexOf($event.value))"
*ngIf="subtitles.length > 1"
[value]="subtitles[0]"
(selectionChange)="subtitleChanged.emit(subtitles.indexOf($event.value))"
class="mt-5 ml-10"
>
<mat-option *ngFor="let subtitle of subtitles" [value]="subtitle"> {{ subtitle }} </mat-option>
</mat-select>

View File

@ -73,15 +73,4 @@
mat-select {
width: unset;
margin-top: 5px;
margin-left: 10px;
::ng-deep .mat-select-value,
::ng-deep .mat-select-arrow {
color: var(--iqser-text);
}
::ng-deep .mat-select-arrow {
margin-top: 2px;
}
}

@ -1 +1 @@
Subproject commit 9340cda21abe78b653c876b7d0fd045ecda28a57
Subproject commit bf325c2c09da901aebafa7794997a3d3cfb8765d