Skip to content

Commit

Permalink
move style to css file
Browse files Browse the repository at this point in the history
  • Loading branch information
msalcala11 committed May 4, 2018
1 parent 38fbaeb commit e64f326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/wallet-details/wallet-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ion-content no-bounce #scrollArea [ios-scroll-bg-color]="wallet.color">
<div class="wrapper">
<expandable-header class="balance-card" [scrollArea]="scrollArea" [ngStyle]="{'background': wallet.color}">
<expandable-header-primary class="balance-header" style="margin-top: 0;">
<expandable-header-primary class="balance-header">
<div (longPress)="toggleBalance()">
<div (tap)="updateAll(true)" *ngIf="!updateStatusError && !wallet.balanceHidden && !wallet.scanning && wallet.status">
<div class="balance-str">{{wallet.status.totalBalanceStr}}</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/wallet-details/wallet-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ page-wallet-details {
overflow: hidden;
}
.balance-header {
margin-top: 44px;
margin-top: 15px;
height: 12rem;
color: color($colors, light);
text-align: center;
Expand Down

0 comments on commit e64f326

Please sign in to comment.