add padding to glidera success view
This commit is contained in:
parent
a287c3736d
commit
254577f73d
2 changed files with 3 additions and 4 deletions
|
|
@ -246,6 +246,7 @@
|
|||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.glidera-success {
|
||||
padding: 20px;
|
||||
margin-top: 15px;
|
||||
span {
|
||||
font-size: 15px;
|
||||
|
|
|
|||
|
|
@ -139,10 +139,8 @@
|
|||
<span ng-hide="wallet.m > 1">Payment Sent</span>
|
||||
<span ng-show="wallet.m > 1">Proposal Created</span>
|
||||
<div ng-show="isGlidera" class="glidera-success">
|
||||
<span ng-show="isGlidera == 'buy'">A transfer has been initiated from your bank account</span>
|
||||
<span ng-show="isGlidera == 'buy'">your bitcoins should arrive to your wallet in 2-4 business day</span>
|
||||
<span ng-show="isGlidera == 'sell'">A transfer has been initiated to your bank account</span>
|
||||
<span ng-show="isGlidera == 'sell'">should arrive in 4-6 business days</span>
|
||||
<span ng-show="isGlidera == 'buy'">A transfer has been initiated from your bank account. Your bitcoins should arrive to your wallet in 2-4 business day</span>
|
||||
<span ng-show="isGlidera == 'sell'">A transfer has been initiated to your bank account. Should arrive in 4-6 business days</span>
|
||||
</div>
|
||||
</slide-to-accept-success>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue