font-weight -> 300 and outline none to the submit button in payment page

This commit is contained in:
PCoder 2017-07-17 02:12:12 +05:30
parent 00f98de6fd
commit 56e8734a27

View file

@ -515,10 +515,11 @@ a.unlink:hover {
}
.stripe-payment-btn {
outline: none;
width: auto;
float: right;
font-style: normal;
font-weight: bold;
font-weight: 300;
position: absolute;
right: 0;
}