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

56 lines
1.2 KiB
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;
2024-02-22 18:12:11 +04:00
a {
font-size: 14px;
}
}
.css-dpyjrq-text_body, .css-dpyjrq-text_body a {
font-size: 14px;
}
button.css-104jwuk {
background: none;
2024-02-13 17:43:16 +04:00
}
2024-02-22 19:58:04 +04:00
.css-1yo2lxy-text_body_strong, span.css-16jt5za-text_body, span.css-1yo2lxy-text_body_strong, span {
font-size: 14px;
}
2024-03-14 16:52:25 +04:00
hr {
margin-right: 16px;
2024-03-18 17:34:49 +04:00
border-top-color: #B1B7BD;
2024-03-14 16:52:25 +04:00
}
2023-12-22 17:35:08 +02:00
}
2024-02-22 19:49:58 +04:00
#field-pay_later_messaging_heading h3{
margin-bottom: 0px;
}