PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.8
Booking for Appointments and Events Calendar – Amelia v2.4.8
2.4.9 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-step-booking / amelia-gutenberg-styles.css
ameliabooking / public / js / gutenberg / amelia-step-booking Last commit date
amelia-gutenberg-styles.css 2 years ago amelia-step-booking-gutenberg.js 6 days ago
amelia-gutenberg-styles.css
47 lines
1 /*.components-button.block-editor-block-types-list__item.editor-block-list-item-amelia-step-booking-gutenberg-block .block-editor-block-icon{
2 width: 44px !important;
3 }
4
5 .components-button.block-editor-block-types-list__item.editor-block-list-item-amelia-step-booking-gutenberg-block svg{
6 max-width: 44px !important;
7 }
8
9 .components-button.block-editor-block-types-list__item.editor-block-list-item-amelia-step-booking-gutenberg-block .block-editor-block-types-list__item-icon {
10 padding-right: 5px;
11 }
12
13 .block-editor-block-card span {
14 position: relative
15 }
16
17 .amelia-step-booking-gutenberg {
18 position: absolute;
19 max-width: 44px !important;
20 }*/
21
22 #amelia-js-select-service, #amelia-js-select-category, #amelia-js-select-employee, #amelia-js-select-location, #amelia-js-select-package {
23 height: 100px;
24 overflow-y: scroll;
25 }
26
27 .amelia-gutenberg-multi-select .components-input-control-suffix-wrapper{
28 display: none
29 }
30
31 .amelia-gutenberg-multi-select-note {
32 display: flex;
33 align-items: center;
34 padding: 8px;
35 font-size: 10px;
36 line-height: 12px;
37 border: 1px solid #D4DEFC;
38 border-radius: 8px;
39 margin-bottom: 1em;
40 }
41
42 .amelia-gutenberg-multi-select-note:before {
43 width: 16px;
44 height: 12px;
45 content: url('../../../img/info-filled.svg');
46 }
47