Adding the spinner and overlay on top of the submit button

This commit is contained in:
Daniel Dudzic 2024-06-06 16:08:30 +02:00
parent 38fc9906b7
commit 0ba33e9bb8
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
3 changed files with 188 additions and 58 deletions

View file

@ -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;