31 lines
724 B
CSS
31 lines
724 B
CSS
.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;
|
|
} |