mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
10 lines
150 B
SCSS
10 lines
150 B
SCSS
.notice.is-dismissible {
|
|
.spinner.doing-ajax {
|
|
position: absolute;
|
|
z-index: 1;
|
|
right: 0;
|
|
top: 0;
|
|
margin: 9px;
|
|
pointer-events: none;
|
|
}
|
|
}
|