Title at the top of the card, on the same line as the cross icon for closing.
This commit is contained in:
parent
6caa7c74b5
commit
d63b76d3c0
2 changed files with 5 additions and 6 deletions
|
|
@ -79,17 +79,15 @@
|
|||
.homeTip {
|
||||
text-align: center;
|
||||
& > .item-heading {
|
||||
margin-top: 10px;
|
||||
background: 0 none;
|
||||
}
|
||||
.item {
|
||||
border-style: none;
|
||||
}
|
||||
& > .title {
|
||||
.title {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: $v-dark-gray;
|
||||
margin: 20px 10px;
|
||||
}
|
||||
& > .subtitle {
|
||||
font-size: 1rem;
|
||||
|
|
|
|||
|
|
@ -23,13 +23,14 @@
|
|||
</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="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>
|
||||
</div>
|
||||
<div class="title" translate>
|
||||
Your Bitcoin Wallets are ready!
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list card" ng-hide="!txps[0]">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue