More consistent spacing in wallet selector.

This commit is contained in:
Brendon Duncan 2018-06-20 20:22:54 +12:00
commit 4811a48759
2 changed files with 2 additions and 5 deletions

View file

@ -12,9 +12,6 @@ wallet-selector {
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #EFEFEF;
&.compact-subtitle {
padding-bottom: 0;
}
.subtitle {
color: $v-mid-gray;
font-size: $font-size-small;

View file

@ -7,7 +7,7 @@
<div class="header" ng-if="!walletsBtc[0] || !walletsBch[0]">{{title}}</div>
<div class="subheader compact-subtitle" ng-if="walletsBch[0] && walletsBtc[0]">
<div class="subheader" ng-if="walletsBch[0] && walletsBtc[0]">
<div translate>Bitcoin Cash (BCH)</div>
<div translate class="subtitle">Instant transactions with low fees</div>
</div>
@ -39,7 +39,7 @@
</div>
</a>
<div class="subheader compact-subtitle" ng-if="walletsBtc[0] && walletsBch[0]" translate>
<div class="subheader" ng-if="walletsBtc[0] && walletsBch[0]" translate>
<div translate>Bitcoin Core (BTC)</div>
<div translate class="subtitle">Slow transactions with high fees</div>
</div>