mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-29 04:59:01 +08:00
10 lines
152 B
SCSS
10 lines
152 B
SCSS
.ppcp-r-busy-wrapper {
|
|
position: relative;
|
|
|
|
&.ppcp--is-loading {
|
|
pointer-events: none;
|
|
user-select: none;
|
|
|
|
--spinner-overlay-color: #fff4;
|
|
}
|
|
}
|