Fix styling on header and icons
This commit is contained in:
@@ -82,10 +82,17 @@
|
||||
|
||||
.view-task-order-link {
|
||||
margin-left: $gap * 2;
|
||||
|
||||
.icon--tiny {
|
||||
@include icon-size(10);
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-total-balance {
|
||||
margin-top: -$gap;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
.row {
|
||||
flex-direction: row-reverse;
|
||||
margin: 2 * $gap 0;
|
||||
@@ -98,8 +105,26 @@
|
||||
}
|
||||
|
||||
table {
|
||||
th{
|
||||
.icon {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
&.period-of-performance {
|
||||
color: $color-blue;
|
||||
|
||||
.icon {
|
||||
@include icon-color($color-primary)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
td.unused-balance {
|
||||
color: $color-red;
|
||||
}
|
||||
|
||||
.label--expired {
|
||||
background-color: $color-gray-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user