| 1 |
.wp-core-ui .wpbc_bfb_ui__elements_show_in_preview, |
| 2 |
.wpbc_bfb_ui__elements_show_in_preview { |
| 3 |
display: none |
| 4 |
} |
| 5 |
.wpbc_bfb__mode_preview .wpbc_bfb_ui__elements_hide_in_preview, |
| 6 |
.wpbc_bfb__mode_preview h1.wpbc_settings_page_header_title:not(.wpbc_bfb_ui__elements_show_in_preview) { |
| 7 |
display: none!important |
| 8 |
} |
| 9 |
.wpbc_bfb__mode_preview .wpbc_bfb_ui__elements_show_in_preview { |
| 10 |
display: inline-block |
| 11 |
} |
| 12 |
.wpbc_bfb__mode_preview .wpbc_bfb__container, |
| 13 |
.wpbc_bfb__mode_preview .wpbc_ui_el__vert_right_bar__wrapper, |
| 14 |
.wpbc_bfb__preview_panel { |
| 15 |
display: none |
| 16 |
} |
| 17 |
.wpbc_bfb__mode_preview .wpbc_bfb__preview_panel { |
| 18 |
display: block |
| 19 |
} |
| 20 |
.wpbc_bfb__preview_panel__toolbar { |
| 21 |
display: -ms-flexbox; |
| 22 |
display: flex; |
| 23 |
-ms-flex-flow: row wrap; |
| 24 |
flex-flow: row wrap; |
| 25 |
-ms-flex-pack: start; |
| 26 |
justify-content: flex-start; |
| 27 |
-ms-flex-align: center; |
| 28 |
align-items: center; |
| 29 |
margin: 0 0 25px |
| 30 |
} |
| 31 |
.wpbc_bfb__preview_panel__toolbar h1.wpbc_settings_page_header_title { |
| 32 |
margin: 0 0 5px |
| 33 |
} |
| 34 |
.wpbc_bfb__preview_panel__toolbar span.description { |
| 35 |
-ms-flex: 1 1 100%; |
| 36 |
flex: 1 1 100% |
| 37 |
} |
| 38 |
.wpbc_bfb__preview_panel__frame_wrapper { |
| 39 |
border: 2px dashed #969696; |
| 40 |
position: relative |
| 41 |
} |
| 42 |
.wpbc_bfb__preview_panel__frame_wrapper iframe { |
| 43 |
width: 100%; |
| 44 |
min-height: 600px; |
| 45 |
max-height: calc(100vh - 180px) |
| 46 |
} |
| 47 |
.wpbc_bfb__preview_loader { |
| 48 |
position: absolute; |
| 49 |
inset: 0; |
| 50 |
display: -ms-flexbox; |
| 51 |
display: flex; |
| 52 |
-ms-flex-align: center; |
| 53 |
align-items: center; |
| 54 |
-ms-flex-pack: center; |
| 55 |
justify-content: center; |
| 56 |
-ms-flex-direction: row; |
| 57 |
flex-direction: row; |
| 58 |
background: rgba(255,255,255,.8); |
| 59 |
z-index: 10; |
| 60 |
opacity: 0; |
| 61 |
pointer-events: none; |
| 62 |
transition: opacity .2s ease-in-out |
| 63 |
} |
| 64 |
.wpbc_bfb__preview_loader.is-visible { |
| 65 |
opacity: 1; |
| 66 |
pointer-events: auto |
| 67 |
} |