Added the missing class to show the outline. Also added some margin to fit perfectly.
This commit is contained in:
parent
b28cbdc940
commit
1278b01bad
2 changed files with 6 additions and 2 deletions
|
@ -538,6 +538,10 @@ a.unlink:hover {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.card-warning-addtional-margin {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.stripe-payment-btn {
|
||||
outline: none;
|
||||
width: auto;
|
||||
|
@ -718,4 +722,4 @@ a.unlink:hover {
|
|||
|
||||
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
|
||||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
</form>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<p>
|
||||
<p class="card-warning-content card-warning-addtional-margin">
|
||||
{% blocktrans %}
|
||||
You are not making any payment yet. After submitting your card
|
||||
information, you will be taken to the Confirm Order Page.
|
||||
|
|
Loading…
Reference in a new issue