Merge pull request #186 from Bitcoin-com/wallet/task/384

Improvement 384 - New Wallet headers design
This commit is contained in:
Sebastiaan Pasma 2018-06-20 13:50:51 +02:00 committed by GitHub
commit 1d383e800b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 10 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

@ -37,9 +37,6 @@
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
&.compact-subtitle {
padding-bottom: 0;
}
}
.item-sub {
&:first-child:before {

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>

View file

@ -56,7 +56,7 @@
</div>
<div class="list card">
<div class="item item-icon-right item-heading compact-subtitle">
<div class="item item-icon-right item-heading">
<div translate>Bitcoin Cash (BCH)</div>
<div translate class="subtitle">Instant transactions with low fees</div>
<a ui-sref="tabs.add({coin:'bch'})"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
@ -71,7 +71,7 @@
</div>
<div class="list card">
<div class="item item-icon-right item-heading compact-subtitle">
<div class="item item-icon-right item-heading">
<div translate>Bitcoin Core (BTC)</div>
<div translate class="subtitle">Slow transactions with high fees</div>
<a ui-sref="tabs.add"><i class="icon ion-ios-plus-empty list-add-button"></i></a>