| 1 |
/*! = Settings Page Structure = */ |
| 2 |
.wpbc_settings_page_wrapper { |
| 3 |
display: flex; |
| 4 |
flex-flow: row nowrap; |
| 5 |
justify-content: flex-start; |
| 6 |
align-items: stretch; |
| 7 |
|
| 8 |
margin-top: calc(var(--wpbc_ui_top_nav__height) - 1px); |
| 9 |
} |
| 10 |
.wp-toolbar .wpbc_admin_full_screen .wpbc_settings_page_wrapper { |
| 11 |
margin-top: calc(var(--wpbc_ui_top_nav__height) - 1px - 32px); |
| 12 |
} |
| 13 |
.wpbc_settings_page_content { |
| 14 |
/*flex: 1 1 auto;*/ |
| 15 |
/*max-width: calc( 100% - var(--wpbc_ui_left_vert_nav__width_max) );*/ |
| 16 |
flex: 1 1 1%; |
| 17 |
overflow: hidden; |
| 18 |
} |
| 19 |
/* ??? */ |
| 20 |
.wpbc_settings_flex_container_right { |
| 21 |
max-width:100%; |
| 22 |
} |
| 23 |
/* Header Title */ |
| 24 |
.wpbc_settings_page_content .wpbc_settings_page_header_title { |
| 25 |
font-size: 25px; |
| 26 |
font-weight: 600; |
| 27 |
margin: 0; |
| 28 |
padding: 0; |
| 29 |
line-height: 1.8; |
| 30 |
min-width: 300px; |
| 31 |
} |
| 32 |
/* Header Title Description*/ |
| 33 |
.wpbc_settings_page_content .wpbc_settings_page_header_title_description { |
| 34 |
font-size: 13px; |
| 35 |
line-height: 1.5; |
| 36 |
margin: 0 0 20px; |
| 37 |
min-width: 300px; |
| 38 |
} |
| 39 |
|
| 40 |
/* Wrap padding */ |
| 41 |
body[class*="page_wpbc"] #wpcontent .wpbc_settings_page_content .wrap.wpbc_page { |
| 42 |
padding: 0; |
| 43 |
margin: 2px 20px 2px 25px; |
| 44 |
} |
| 45 |
|
| 46 |
.wpbc_settings_page_content .wpbc_settings_path { |
| 47 |
margin:0 0 5px; |
| 48 |
min-width:300px; |
| 49 |
} |
| 50 |
.wpbc_settings_page_content .wpbc_settings_path .wpbc_settings_path_el{ |
| 51 |
font-size: 11px; |
| 52 |
} |
| 53 |
.wpbc_settings_page_content .wpbc_settings_path .wpbc_settings_path_el .wpbc_icn_navigate_next::before{ |
| 54 |
font-size: 13px; |
| 55 |
} |