mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
💄 Add a real loading screen
This commit is contained in:
parent
70e2015e1f
commit
36de426260
4 changed files with 54 additions and 9 deletions
22
modules/ppcp-settings/resources/css/components/_app.scss
Normal file
22
modules/ppcp-settings/resources/css/components/_app.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* Global app-level styles
|
||||
*/
|
||||
|
||||
.ppcp-r-app.loading {
|
||||
height: 400px;
|
||||
width: 400px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
text-align: center;
|
||||
|
||||
.ppcp-r-spinner-overlay {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.ppcp-r-spinner-overlay__message {
|
||||
transform: translate(0, 32px)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue