PluginProbe
Booking Calendar / 11.6.1
Booking Calendar v11.6.1
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 / page-appointment-services / _src / appointment_provider_tools.css

appointment_provider_tools.css in Booking Calendar 11.6.1, at includes/page-appointment-services/_src/appointment_provider_tools.css

74 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpbc_appointment_provider_tools__actions {
2 display: flex;
3 flex-flow: row wrap;
4 gap: 15px;
5 }
6
7 .wpbc_appointment_provider_tools {
8 align-items: center;
9 background: #fff;
10 border: 1px solid #dcdcde;
11 border-radius: 4px;
12 display: flex;
13 gap: 16px;
14 justify-content: space-between;
15 margin: 0 0 16px;
16 padding: 14px 16px;
17 }
18
19 .wpbc_appointment_provider_tools.is-dismissible {
20 padding-inline-end: 52px;
21 position: relative;
22 }
23
24 .wpbc_appointment_provider_tools__dismiss {
25 align-items: center;
26 border: 1px solid transparent;
27 border-radius: 50%;
28 color: #50575e;
29 display: inline-flex;
30 float: none !important;
31 height: 30px;
32 justify-content: center;
33 position: absolute;
34 inset-inline-end: 10px;
35 top: 10px;
36 width: 30px;
37 }
38
39 .wpbc_appointment_provider_tools__dismiss:focus-visible,
40 .wpbc_appointment_provider_tools__dismiss:hover {
41 background: #f0f6fc;
42 border-color: var(--wpbc_admin-theme-color, #2271b1);
43 color: var(--wpbc_admin-theme-color, #2271b1);
44 outline: 0;
45 }
46
47 .wpbc_appointment_provider_tools__copy {
48 display: flex;
49 flex-direction: column;
50 gap: 3px;
51 }
52 .wpbc_appointment_provider_tools__copy > strong {
53 font-size:15px;
54 line-height: 2.1em;
55 }
56 .wpbc_appointment_provider_tools__copy span {
57 color: #646970;
58 }
59
60 .wpbc_appointment_provider_links {
61 display: flex;
62 flex-wrap: wrap;
63 gap: 1.5em;
64 flex: 0 1 50%;
65 justify-content: center;
66 }
67
68 .wpbc_appointment_provider_links .button {
69 -ms-flex-align: center;
70 align-items: center;
71 display: inline-flex;
72 gap: 5px;
73 }
74