← All changes
|
includes/page-form-builder/__css/bfb_form_effects.css
+23
-17
11.5
→
11.8.4
View file →
| @@ -1,27 +1,33 @@ | ||
| 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, | |
| 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 | 15 | .wpbc_bfb__panel--preview .wpbc_bfb__form_preview_section_container |
| 16 | 16 | { |
| 17 | 17 | width: var(--wpbc-bfb-booking_form_layout_width, 100%); |
| 18 | - max-width: 100%; | |
| 19 | - margin-left: auto; | |
| 18 | + max-width: Min( 100%, 67rem ); | |
| 19 | + margin-left: auto; | |
| 20 | 20 | margin-right: auto; |
| 21 | 21 | box-sizing: border-box; |
| 22 | 22 | } |
| 23 | - | |
| 23 | +/* Mobile mode */ | |
| 24 | +@media (max-width: 782px) { | |
| 25 | + div.booking_form_div .wpbc_bfb_form { | |
| 26 | + width: 100%; | |
| 27 | + max-width: 100%; | |
| 28 | + } | |
| 29 | +} | |
| 24 | 30 | div.wpbc_container.wpbc_form.wpbc_bfb_form_appearance_custom, |
| 25 | 31 | div.wpbc_container.wpbc_form .wpbc_bfb_form_appearance_custom { |
| 26 | 32 | color: var(--wpbc_form-label-color) !important; |
| 27 | 33 | } |