Merge pull request #131 from Bitcoin-com/wallet/task/324
Wallet/task/324
This commit is contained in:
commit
953a465606
2 changed files with 7 additions and 6 deletions
|
|
@ -79,17 +79,15 @@
|
||||||
.homeTip {
|
.homeTip {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
& > .item-heading {
|
& > .item-heading {
|
||||||
margin-top: 10px;
|
|
||||||
background: 0 none;
|
background: 0 none;
|
||||||
}
|
}
|
||||||
.item {
|
.item {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
& > .title {
|
.title {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $v-dark-gray;
|
color: $v-dark-gray;
|
||||||
margin: 20px 10px;
|
|
||||||
}
|
}
|
||||||
& > .subtitle {
|
& > .subtitle {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
@ -108,6 +106,8 @@
|
||||||
.icon.close-home-tip {
|
.icon.close-home-tip {
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
|
height: auto;
|
||||||
|
top: 8px;
|
||||||
}
|
}
|
||||||
.tab-home {
|
.tab-home {
|
||||||
&__logo {
|
&__logo {
|
||||||
|
|
|
||||||
|
|
@ -23,13 +23,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ng-hide" ng-show="showRateCard.value" ng-include="'views/feedback/rateCard.html'"></div>
|
<div class="ng-hide" ng-show="showRateCard.value" ng-include="'views/feedback/rateCard.html'"></div>
|
||||||
|
|
||||||
<div class="list card homeTip" ng-if="homeTip">
|
<div class="list card homeTip" ng-if="homeTip">
|
||||||
<div class="item item-icon-right item-heading">
|
<div class="item item-icon-right item-heading">
|
||||||
|
<div class="title" translate>
|
||||||
|
Your Bitcoin Wallets are ready!
|
||||||
|
</div>
|
||||||
<a ng-click="hideHomeTip()"><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
<a ng-click="hideHomeTip()"><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="title" translate>
|
|
||||||
Your Bitcoin Wallets are ready!
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="list card" ng-hide="!txps[0]">
|
<div class="list card" ng-hide="!txps[0]">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue