first commit

This commit is contained in:
dwindown
2025-08-21 20:39:34 +07:00
commit 58c1497171
576 changed files with 177044 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.stm_metaboxes_grid__inner, .wpcfto_settings_head {
max-width: 100%!important;
}
.wpcfto-settings[data-vue=formipay_settings] .wpcfto-field-aside {
width: 25%;
}
.wpcfto-settings[data-vue=formipay_settings] .wpcfto-field-content {
width: 75%;
}
.wpcfto-repeater-single:not(:first-child) {
border-top: 1px solid #ccc!important;
}
.paypal-instruction-point {
list-style: auto;
}
.global-paypal-instruction ul:not(.paypal-instruction-point) {
list-style: disc;
}
.global-paypal-instruction > h5 {
font-size: 16px!important;
font-weight: bold;
}
.global-paypal-instruction b {
font-weight: bold;
}
.global-paypal-instruction ul {
padding-left: 2rem;
}
.top-40 {
top: 40px!important;
}