Funded Through on each portfolio screen

This commit is contained in:
Montana
2019-02-11 15:33:28 -05:00
parent aecab933b0
commit 6a8d4964d4
4 changed files with 48 additions and 2 deletions

View File

@@ -89,6 +89,32 @@
}
}
}
.cents {
font-size: 2rem;
margin-top: .75rem;
font-weight: bold;
}
.portfolio-funding__header--funded-through {
flex-grow: 1;
text-align: left;
font-weight: bold;
}
.funded {
color: $color-blue;
.icon {
@include icon-color($color-blue);
}
}
.unfunded {
color: $color-red;
.icon {
@include icon-color($color-red);
}
}
}
@mixin subheading {