Merge pull request #165 from gabrielbazan7/fix/button1
delete fixed button
This commit is contained in:
commit
1fcb596c7c
4 changed files with 2 additions and 10 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<i ng-show="!description" class="icon ion-ios-plus-empty size-21"></i>
|
||||
</div>
|
||||
</div>
|
||||
<button class="button button-block button-positive" ng-click="approve()" ng-if="!isCordova" ng-disabled="!fee" translate>Click to pay</button>
|
||||
</ion-content>
|
||||
<button class="button button-block button-positive accept-button" ng-click="approve()" ng-if="!isCordova" ng-disabled="!fee" translate>Click to pay</button>
|
||||
<accept class="accept-slide" ng-if="isCordova && fee"></accept>
|
||||
</ion-view>
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@
|
|||
<span translate>Delete Payment Proposal</span>
|
||||
</button>
|
||||
</div>
|
||||
<button class="button button-block button-positive" ng-click="approve()" ng-if="!isCordova" translate>Click to pay</button>
|
||||
</ion-content>
|
||||
<button class="button button-block button-positive accept-button" ng-click="approve()" ng-if="!isCordova" translate>Click to pay</button>
|
||||
<accept class="accept-slide" ng-if="tx.pendingForUs && canSign && !loading && !paymentExpired && isCordova"></accept>
|
||||
</ion-modal-view>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,4 @@
|
|||
height: 100px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.accept-button {
|
||||
position: fixed;
|
||||
bottom: 49px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,8 +63,4 @@
|
|||
height: 100px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.accept-button {
|
||||
position: fixed;
|
||||
bottom: 49px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue