mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-28 03:09:16 +08:00
15 lines
232 B
SCSS
15 lines
232 B
SCSS
/**
|
|
* Global app-level styles
|
|
*/
|
|
|
|
.ppcp-r-app.loading {
|
|
.ppcp-r-spinner-overlay {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.ppcp-r-spinner-overlay__message {
|
|
transform: translate(0, 32px)
|
|
}
|
|
}
|