Admin Settings in all CPTs are already set. Continue to frontend.

This commit is contained in:
dwindown
2025-10-13 15:20:14 +07:00
parent 6f6b039441
commit 0446eb1064
11 changed files with 1610 additions and 884 deletions

View File

@@ -23,6 +23,10 @@ input.formipay-post-shortcode-input {
#sidebar_panel {
background-color: #2c3e50;
flex: 0 0 273px;
transition: all .35s ease-in-out;
}
#sidebar_panel.expand-sidebar {
flex: 0 0 calc(273px * 2);
}
#fields_panel {
background-color: #f0f3f5;
@@ -40,6 +44,7 @@ input.formipay-post-shortcode-input {
top: 140px;
}
#add_field_form input[type=text],
#add_field_form input[type=number],
#add_field_form select,
div#preview-wrapper input:not([type=checkbox],[type=radio]),
div#preview-wrapper select {