PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 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 All 204 releases
booking / includes / booking_modes_v3 / _out / booking_modes.css

booking_modes.css in Booking Calendar 11.8.4, at includes/booking_modes_v3/_out/booking_modes.css

35 lines 993 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2 .wpbc_ui_el__top_nav .wpbc_booking_modes_selector {
3 -ms-flex: 0 0 auto;
4 flex: 0 0 auto;
5 margin-left: 0
6 }
7 .wpbc_ui_el__top_nav .wpbc_booking_modes_selector .wpbc_booking_modes_toggle {
8 font-size: 15px;
9 font-weight: 400
10 }
11 .wpbc_ui_el__top_nav .wpbc_booking_modes_selector .ul_dropdown_menu_toggle {
12 min-height: 30px;
13 white-space: nowrap
14 }
15 .wpbc_ui_el__top_nav .wpbc_booking_modes_selector.is-switching {
16 opacity: .65;
17 pointer-events: none
18 }
19 .wpbc_ui_el__top_nav .wpbc_booking_mode_option.is-current {
20 font-weight: 600
21 }
22 .wpbc_ui_el__top_nav .wpbc_booking_mode_option.is-current::after {
23 content: "";
24 float: right;
25 margin-left: 18px
26 }
27 .wpbc_booking_modes_quickstart_notice .wpbc_booking_modes_test_page.is-hidden {
28 display: none
29 }
30 .wpbc_page div.wpbc_inner_message.wpbc_booking_modes_quickstart_notice {
31 opacity: .9;
32 margin-top: 20px;
33 outline: rgba(74,103,234,.1215686275) solid 1px;
34 border-radius: 10px
35 }