add scan option and remove button
This commit is contained in:
parent
e486568708
commit
1ff072da9d
2 changed files with 10 additions and 2 deletions
|
|
@ -20,6 +20,12 @@
|
||||||
.has-comment {
|
.has-comment {
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
}
|
}
|
||||||
|
.scan-label {
|
||||||
|
cursor: pointer;
|
||||||
|
cursor: hand;
|
||||||
|
color: $link-color;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.comment {
|
.comment {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,10 @@
|
||||||
<a ng-click="openBitcoinCashWeb()" translate>Learn more</a>
|
<a ng-click="openBitcoinCashWeb()" translate>Learn more</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="padding" ng-if="cashSupport.value">
|
<div class="list" ng-if="cashSupport.value">
|
||||||
<a class="button button-standard button-primary" ui-sref="tabs.preferencesCash.scan" translate>Scan your wallets for Bitcoin Cash</a>
|
<div class="item scan-label" ui-sref="tabs.preferencesCash.scan">
|
||||||
|
<span translate>Scan your wallets for Bitcoin Cash</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-view>
|
</ion-view>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue