Merge pull request #6230 from cmgustavo/bug/ui-walletDetails-android
Bug/ui wallet details android
This commit is contained in:
commit
9b4e68a8d1
2 changed files with 1 additions and 4 deletions
|
|
@ -176,9 +176,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@media(max-width: 320px) {
|
|
||||||
padding-top: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.collapsible {
|
&.collapsible {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
</ion-nav-buttons>
|
</ion-nav-buttons>
|
||||||
</ion-nav-bar>
|
</ion-nav-bar>
|
||||||
|
|
||||||
<div class="bp-content" ng-class="{'status-bar': isCordova && isIOS}">
|
<div class="bp-content" ng-class="{'status-bar': isCordova}">
|
||||||
|
|
||||||
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete() && amountIsCollapsible" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color':wallet.color}">
|
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete() && amountIsCollapsible" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color':wallet.color}">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue