Admin Settings in all CPTs are already set. Continue to frontend.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user