PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.8
Booking for Appointments and Events Calendar – Amelia v2.4.8
2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / public / js / gutenberg / amelia-gutenberg-placeholder.css
ameliabooking / public / js / gutenberg Last commit date
amelia-booking 2 days ago amelia-catalog 2 days ago amelia-catalog-booking 2 days ago amelia-events 2 days ago amelia-events-calendar-booking 2 days ago amelia-events-list-booking 2 days ago amelia-events-list-booking-button 2 days ago amelia-step-booking 2 days ago amelia-step-booking-button 2 days ago amelia-block-icon.js 2 days ago amelia-gutenberg-placeholder.css 2 days ago
amelia-gutenberg-placeholder.css
53 lines
1 .amelia-gutenberg-placeholder {
2 border: 1px solid #e0e0e0;
3 border-left: 4px solid #4A3BD6;
4 border-radius: 4px;
5 padding: 16px;
6 background: #f8f9fa;
7 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
8 }
9
10 .amelia-gutenberg-placeholder__header {
11 display: flex;
12 align-items: center;
13 gap: 10px;
14 margin-bottom: 12px;
15 }
16
17 .amelia-gutenberg-placeholder__icon svg,
18 .amelia-gutenberg-placeholder__icon img {
19 width: 24px;
20 height: 24px;
21 object-fit: contain;
22 display: block;
23 }
24
25 .amelia-gutenberg-placeholder__title {
26 font-size: 14px;
27 font-weight: 600;
28 color: #1e1e1e;
29 }
30
31 .amelia-gutenberg-placeholder__params {
32 display: flex;
33 flex-wrap: wrap;
34 gap: 6px;
35 margin-bottom: 10px;
36 }
37
38 .amelia-gutenberg-placeholder__param {
39 display: inline-block;
40 padding: 2px 8px;
41 background: #e8e5f7;
42 color: #4A3BD6;
43 border-radius: 3px;
44 font-size: 12px;
45 }
46
47 .amelia-gutenberg-placeholder__shortcode {
48 font-family: monospace;
49 font-size: 12px;
50 color: #757575;
51 word-break: break-all;
52 }
53