PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.6
Booking for Appointments and Events Calendar – Amelia v2.4.6
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 5 months ago amelia-catalog 5 months ago amelia-catalog-booking 2 months ago amelia-events 5 months ago amelia-events-calendar-booking 2 months ago amelia-events-list-booking 2 months ago amelia-events-list-booking-button 3 months ago amelia-step-booking 2 months ago amelia-step-booking-button 2 months ago amelia-block-icon.js 2 months ago amelia-gutenberg-placeholder.css 5 months ago
amelia-gutenberg-placeholder.css
50 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 width: 24px;
19 height: 24px;
20 }
21
22 .amelia-gutenberg-placeholder__title {
23 font-size: 14px;
24 font-weight: 600;
25 color: #1e1e1e;
26 }
27
28 .amelia-gutenberg-placeholder__params {
29 display: flex;
30 flex-wrap: wrap;
31 gap: 6px;
32 margin-bottom: 10px;
33 }
34
35 .amelia-gutenberg-placeholder__param {
36 display: inline-block;
37 padding: 2px 8px;
38 background: #e8e5f7;
39 color: #4A3BD6;
40 border-radius: 3px;
41 font-size: 12px;
42 }
43
44 .amelia-gutenberg-placeholder__shortcode {
45 font-family: monospace;
46 font-size: 12px;
47 color: #757575;
48 word-break: break-all;
49 }
50