Fixes: Hidden number at listing item, Progress Bar position, color of sidebar-footer

This commit is contained in:
apapachristou 2019-05-02 18:40:39 +03:00
parent 078d2a736c
commit f0bedb1c71
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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;
}

View File

@ -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);
}