mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
19 lines
275 B
SCSS
19 lines
275 B
SCSS
.ppcp-overlay-parent {
|
|
display: grid;
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
.ppcp-overlay-child {
|
|
grid-row-start: 1;
|
|
grid-column-start: 1;
|
|
}
|
|
|
|
.ppcp-unclicable-overlay {
|
|
z-index: 10;
|
|
}
|
|
|
|
.ppcp-paylater-unavailable {
|
|
p.block-editor-warning__message {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|