Fixes: Hidden number at listing item, Progress Bar position, color of sidebar-footer
This commit is contained in:
parent
078d2a736c
commit
f0bedb1c71
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class="row d-flex align-items-center my-1">
|
||||
<mat-icon class="col-auto type-icon">storage</mat-icon>
|
||||
<h4 class="col-auto m-0 p-0">{{dmp.associatedProfiles.length}}</h4>
|
||||
<h4 class="col-auto m-2 p-1">{{dmp.associatedProfiles.length}}</h4>
|
||||
<div class="row" *ngFor="let profile of dmp.associatedProfiles">
|
||||
<div class="col-auto dmp-chip ml-2">{{profile.label}}</div>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@ $mat-card-header-size: 40px !default;
|
|||
.progress-bar {
|
||||
top: 70px;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
margin: 5px 15px;
|
||||
padding: 5px;
|
||||
color: rgb(117, 117, 117);
|
||||
background-color: #fafafa;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue