Fixes balance display on home tab (displays total). Adds (!) icon next to balance on home tab when total is not equal to available balance.

This commit is contained in:
Andy Phillipson 2016-12-12 10:48:43 -05:00
commit cd3677b57c
4 changed files with 19 additions and 9 deletions

View file

@ -111,6 +111,12 @@
font-weight: 300;
color: $light-gray;
}
&__icon {
width: 20px;
position: relative;
top: 4px;
color: $light-gray;
}
}
}
.release {