| 1 |
/* File: ../includes/page-form-builder/__css/bfb_form_effects.css */ |
| 2 |
/* Form Setting Option - Right Side Pallete */ |
| 3 |
.wpbc_bfb__inspector_form_settings .wpbc_bfb__form_setting { |
| 4 |
background: #f9f9f9; |
| 5 |
padding: 0 10px 10px; |
| 6 |
box-sizing: border-box; |
| 7 |
border-radius: 5px; |
| 8 |
} |
| 9 |
/*.wpbc_bfb__inspector_form_settings .wpbc_bfb__form_setting:not(:last-child) {*/ |
| 10 |
/* border-bottom:1px solid #bfbfbf;*/ |
| 11 |
/* padding: 0 0 25px;*/ |
| 12 |
/*}*/ |
| 13 |
/* -- Line #1: FONT-END | Line #2: BACK-END / Canvas -- ----------------------------------------------------------- */ |
| 14 |
.booking_form_div .wpbc_bfb_form, |
| 15 |
.wpbc_bfb__panel--preview .wpbc_bfb__form_preview_section_container |
| 16 |
{ |
| 17 |
width: var(--wpbc-bfb-booking_form_layout_width, 100%); |
| 18 |
max-width: 100%; |
| 19 |
margin-left: auto; |
| 20 |
margin-right: auto; |
| 21 |
box-sizing: border-box; |
| 22 |
} |
| 23 |
|