mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
22 lines
350 B
SCSS
22 lines
350 B
SCSS
/**
|
|
* 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)
|
|
}
|
|
}
|