mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Adding the spinner and overlay on top of the submit button
This commit is contained in:
parent
38fc9906b7
commit
0ba33e9bb8
3 changed files with 188 additions and 58 deletions
|
@ -12,6 +12,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
.email-submit-button {
|
||||
position: relative;
|
||||
.loader:before {
|
||||
display: inline;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
margin-left: -6px;
|
||||
margin-top: -6px;
|
||||
left: auto;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-axo-payment-container {
|
||||
padding: 1rem 0;
|
||||
background-color: #ffffff;
|
||||
|
@ -101,7 +114,7 @@
|
|||
}
|
||||
|
||||
.email-submit-button {
|
||||
padding: 5px 10px;
|
||||
padding: 5px 20px;
|
||||
background-color: #007cba;
|
||||
color: white;
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue