PluginProbe
Booking Calendar / 11.2
Booking Calendar v11.2
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / includes / page-form-builder / __css / bfb_form_effects.css

bfb_form_effects.css in Booking Calendar 11.2, at includes/page-form-builder/__css/bfb_form_effects.css

23 lines 812 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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