mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
11 lines
152 B
SCSS
11 lines
152 B
SCSS
|
.ppcp-r-busy-wrapper {
|
||
|
position: relative;
|
||
|
|
||
|
&.ppcp--is-loading {
|
||
|
pointer-events: none;
|
||
|
user-select: none;
|
||
|
|
||
|
--spinner-overlay-color: #fff4;
|
||
|
}
|
||
|
}
|