first commit
This commit is contained in:
31
admin/assets/css/global-setting.css
Normal file
31
admin/assets/css/global-setting.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user