mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
55 lines
1.2 KiB
SCSS
55 lines
1.2 KiB
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;
|
|
|
|
a {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
.css-dpyjrq-text_body, .css-dpyjrq-text_body a {
|
|
font-size: 14px;
|
|
}
|
|
|
|
button.css-104jwuk {
|
|
background: none;
|
|
}
|
|
|
|
.css-1yo2lxy-text_body_strong, span.css-16jt5za-text_body, span.css-1yo2lxy-text_body_strong, span {
|
|
font-size: 14px;
|
|
}
|
|
|
|
hr {
|
|
margin-right: 16px;
|
|
border-top-color: #B1B7BD;
|
|
}
|
|
}
|
|
|
|
#field-pay_later_messaging_heading h3{
|
|
margin-bottom: 0px;
|
|
}
|