mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
✨ Introduce new BusyStateWrapper component
This commit is contained in:
parent
5c50a3d970
commit
1826b95c08
9 changed files with 176 additions and 103 deletions
|
@ -0,0 +1,10 @@
|
|||
.ppcp-r-busy-wrapper {
|
||||
position: relative;
|
||||
|
||||
&.ppcp--is-loading {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
||||
--spinner-overlay-color: #fff4;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue