Minor text and font changes.

This commit is contained in:
Andy Phillipson 2016-12-15 11:50:40 -05:00
commit 4e3bc918fc
2 changed files with 3 additions and 6 deletions

View file

@ -6,26 +6,23 @@
&--total { &--total {
color: $mid-gray; color: $mid-gray;
font-weight: bold;
} }
&--available { &--available {
color: #09C286;; color: #09C286;;
font-weight: bold;
} }
&--confirming { &--confirming {
color: #FF9900; color: #FF9900;
font-weight: bold;
} }
&--locked { &--locked {
color: #FF9900; color: #FF9900;
font-weight: bold;
} }
&--alternative { &--alternative {
color: $light-gray; color: $light-gray;
font-size: 14px;
} }
} }

View file

@ -52,7 +52,7 @@
</span> </span>
</div> </div>
</div> </div>
<div class="wallet-balance__description" translate>The immediately spendable amount of bitcoin stored in this wallet.</div> <div class="wallet-balance__description" translate>The amount of bitcoin immediately spendable from this wallet.</div>
</div> </div>
<div class="wallet-balance__list list card"> <div class="wallet-balance__list list card">
<div class="wallet-balance__item item"> <div class="wallet-balance__item item">
@ -71,7 +71,7 @@
</span> </span>
</div> </div>
</div> </div>
<div class="wallet-balance__description" translate>The amount of bitcoin stored in this wallet with less than 1 block chain confirmation.</div> <div class="wallet-balance__description" translate>The amount of bitcoin stored in this wallet with less than 1 blockchain confirmation.</div>
</div> </div>
<div class="wallet-balance__list list card"> <div class="wallet-balance__list list card">
<div class="wallet-balance__item item"> <div class="wallet-balance__item item">