RED-3800: CSS fixes
This commit is contained in:
parent
65f2fbcd0c
commit
084acbed1e
@ -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"
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user