Select payment method
This commit is contained in:
parent
ec2801ef37
commit
964318d57f
2 changed files with 4 additions and 2 deletions
|
|
@ -80,7 +80,6 @@
|
||||||
padding: 24px 0;
|
padding: 24px 0;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
.title {
|
.title {
|
||||||
float: left;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
color: $dark-gray;
|
color: $dark-gray;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -89,6 +88,9 @@
|
||||||
color: $light-gray;
|
color: $light-gray;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
.select {
|
||||||
|
margin: 10px 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.amount {
|
.amount {
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
<div class="limits" ng-show="coinbaseSellPrice && isCoinbase == 'sell'">
|
<div class="limits" ng-show="coinbaseSellPrice && isCoinbase == 'sell'">
|
||||||
1 BTC ~ {{coinbaseSellPrice.amount}} {{coinbaseSellPrice.currency}}
|
1 BTC ~ {{coinbaseSellPrice.amount}} {{coinbaseSellPrice.currency}}
|
||||||
</div>
|
</div>
|
||||||
<div class="list">
|
<div class="list select">
|
||||||
<label class="item item-input item-select">
|
<label class="item item-input item-select">
|
||||||
<div class="input-label">
|
<div class="input-label">
|
||||||
Payment Method
|
Payment Method
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue