woocommerce-paypal-payments/modules/ppcp-paylater-configurator/resources/css/paylater-configurator.scss

31 lines
784 B
SCSS
Raw Normal View History

2023-12-22 17:35:08 +02:00
#messaging-configurator {
& > div {
justify-content: left;
margin: 0;
& > div {
padding: 0;
}
}
2024-02-13 16:50:29 +04:00
.ppcp-paylater-configurator-publishButton {
display:none;
}
2024-02-13 17:43:16 +04:00
.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;
}
2024-02-13 18:05:40 +04:00
#configurator-eligibleContainer div:has(.ppcp-paylater-configurator-header#configurator-headerText) {
display: none;
}
2024-02-13 17:43:16 +04:00
.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;
}
2023-12-22 17:35:08 +02:00
}