fix icon
This commit is contained in:
parent
b564be7275
commit
5980248f03
2 changed files with 13 additions and 14 deletions
|
|
@ -25,17 +25,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.addr-list {
|
.banner-icon {
|
||||||
.big-icon-svg {
|
margin-top: 25px;
|
||||||
padding: 0 7px;
|
i {
|
||||||
border-radius: 50%;
|
box-shadow: $hovering-box-shadow;
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
box-shadow: none;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-clip: padding-box;
|
|
||||||
background-size: 103%;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.addr-list {
|
||||||
.item {
|
.item {
|
||||||
color: $dark-gray;
|
color: $dark-gray;
|
||||||
padding-top: 1.3rem;
|
padding-top: 1.3rem;
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,13 @@
|
||||||
</ion-nav-bar>
|
</ion-nav-bar>
|
||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<div class="addr-list">
|
<div class="zero-state banner-icon">
|
||||||
<div class="text-center padding size-42">
|
<i class="icon zero-state-icon">
|
||||||
<i class="icon ion-ios-ionic-outline big-icon-svg"></i>
|
<img src="img/tab-icons/ico-receive-selected.svg"/>
|
||||||
</div>
|
</i>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="addr-list">
|
||||||
<div class="addr-explanation">
|
<div class="addr-explanation">
|
||||||
<div class="addr-description" translate>
|
<div class="addr-description" translate>
|
||||||
Each bitcoin wallet can generate billions of addresses from your 12-word backup. A new address is automatically generated and shown each time your recive a payment. <a ng-click="showInformation()" ng-if="!showInfo" translate>Why?</a>
|
Each bitcoin wallet can generate billions of addresses from your 12-word backup. A new address is automatically generated and shown each time your recive a payment. <a ng-click="showInformation()" ng-if="!showInfo" translate>Why?</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue