font-weight -> 300 and outline none to the submit button in payment page
This commit is contained in:
parent
00f98de6fd
commit
56e8734a27
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue