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:
parent
7851188979
commit
cd3677b57c
4 changed files with 19 additions and 9 deletions
|
|
@ -111,6 +111,12 @@
|
|||
font-weight: 300;
|
||||
color: $light-gray;
|
||||
}
|
||||
&__icon {
|
||||
width: 20px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
color: $light-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
.release {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue