Added the missing class to show the outline. Also added some margin to fit perfectly.

This commit is contained in:
PCoder 2017-07-31 02:05:28 +05:30
parent b28cbdc940
commit 1278b01bad
2 changed files with 6 additions and 2 deletions

View file

@ -538,6 +538,10 @@ a.unlink:hover {
padding: 5px; padding: 5px;
} }
.card-warning-addtional-margin {
margin-top: 15px;
}
.stripe-payment-btn { .stripe-payment-btn {
outline: none; outline: none;
width: auto; width: auto;

View file

@ -86,7 +86,7 @@
</form> </form>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<p> <p class="card-warning-content card-warning-addtional-margin">
{% blocktrans %} {% blocktrans %}
You are not making any payment yet. After submitting your card You are not making any payment yet. After submitting your card
information, you will be taken to the Confirm Order Page. information, you will be taken to the Confirm Order Page.