PluginProbe
Booking Calendar / 11.4
Booking Calendar v11.4
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 10.11.3 10.11.4 All 201 releases
booking / includes / __css / admin / settings / ui_settings__structure.css

ui_settings__structure.css in Booking Calendar 11.4, at includes/__css/admin/settings/ui_settings__structure.css

55 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }