Add styles for headers and subHeaders

This commit is contained in:
Narek Zakarian 2024-02-13 17:43:16 +04:00
parent fa5eab7b90
commit 81be640472
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
3 changed files with 18 additions and 0 deletions

View file

@ -10,4 +10,18 @@
.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;
}
.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;
}
}