mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
30 lines
784 B
SCSS
30 lines
784 B
SCSS
#messaging-configurator {
|
|
& > div {
|
|
justify-content: left;
|
|
margin: 0;
|
|
|
|
& > div {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.ppcp-paylater-configurator-publishButton {
|
|
display:none;
|
|
}
|
|
.ppcp-paylater-configurator-header {
|
|
font-size: 1.3em;
|
|
color: #1d2327;
|
|
margin: 1em 0;
|
|
font-weight: 600;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
line-height: 1.3;
|
|
}
|
|
#configurator-eligibleContainer div:has(.ppcp-paylater-configurator-header#configurator-headerText) {
|
|
display: none;
|
|
}
|
|
.ppcp-paylater-configurator-subheader {
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
color: #3c434a;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
}
|
|
}
|