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 / css / frontend / elementor.css
ameliabooking / public / css / frontend Last commit date
elementor.css 2 days ago wpa-events-single.css 1 month ago
elementor.css
171 lines
1 .elementor-panel .elementor-element .icon i.amelia-logo,
2 .elementor-element .icon i.amelia-logo {
3 display: inline-block;
4 width: 28px;
5 height: 28px;
6 }
7
8 .elementor-panel .elementor-element .icon i.amelia-logo:before,
9 .elementor-element .icon i.amelia-logo:before,
10 .elementor-element .icon .amelia-logo:before {
11 content: "";
12 width: 28px;
13 height: 28px;
14 display: block;
15 background-size: contain;
16 background-repeat: no-repeat;
17 background-position: center center;
18 background-image: url(../../img/amelia-logo-admin-icon.svg);
19 }
20
21 .elementor-panel .elementor-element .icon i.amelia-logo-beta:before,
22 .elementor-element .icon i.amelia-logo-beta:before,
23 .elementor-element .icon .amelia-logo-beta:before {
24 content: "";
25 width: 44px;
26 height: 30px;
27 display: block;
28 background-size: contain;
29 background-repeat: no-repeat;
30 background-position: center center;
31 margin-left: 19px;
32 background-image: url(../../img/amelia-logo-beta.svg);
33 }
34
35 .elementor-panel .elementor-element .icon i.amelia-logo-outdated:before,
36 .elementor-element .icon i.amelia-logo-outdated:before,
37 .elementor-element .icon .amelia-logo-outdated:before {
38 content: "";
39 width: 53px;
40 height: 30px;
41 display: block;
42 background-size: contain;
43 background-repeat: no-repeat;
44 background-position: center center;
45 margin-left: 19px;
46 background-image: url(../../img/amelia-logo-outdated.svg);
47 }
48
49 #elementor-controls {
50 .elementor-control-content {
51 display: block;
52 }
53 }
54
55 .amelia-elementor-content,
56 .amelia-elementor-content-beta,
57 .amelia-elementor-content-outdated {
58 margin: 15px;
59
60 &:before {
61 content: "";
62 height: 24px;
63 width: 24px;
64 position: absolute;
65 top: 15px;
66 left: 13px;
67 background-size: contain;
68 background-repeat: no-repeat;
69 background-position: left;
70 background-image: url(../../img/amelia-logo-admin-icon.svg);
71 }
72
73 &-title {
74 font-weight: 600 !important;
75 }
76
77 &-p {
78 font-weight: 400;
79 font-size: 13px;
80 line-height: 18px;
81 color: #6d7882;
82
83 &-outdated {
84 color: #e3463c;
85 }
86 }
87 }
88
89 .amelia-elementor-content-beta {
90 &:before {
91 width: 44px;
92 background-image: url(../../img/amelia-logo-beta.svg);
93 }
94 }
95
96 .amelia-elementor-content-outdated {
97 margin: 28px 0 15px 15px;
98
99 &:before {
100 width: 53px;
101 background-image: url(../../img/amelia-logo-outdated.svg);
102 }
103 }
104
105 .elementor-control-amelia_booking_section,
106 .elementor-control-amelia_catalog_section,
107 .elementor-control-amelia_events_section,
108 .elementor-control-amelia_customer_panel_section,
109 .elementor-control-amelia_employee_panel_section,
110 .elementor-control-amelia_search_section {
111 .elementor-panel-heading {
112 height: auto;
113 }
114 }
115
116 .elementor-control-select_category .select2-selection__rendered li:nth-child(2):last-child:before {
117 content: "Show all categories";
118 }
119
120 .elementor-control-select_category .select2-selection__e-plus-button {
121 display: none;
122 }
123
124 .elementor-control-select_service .select2-selection__rendered li:nth-child(2):last-child:before {
125 content: "Show all services";
126 }
127
128 .elementor-control-select_service .select2-selection__e-plus-button {
129 display: none;
130 }
131
132 .elementor-control-select_employee .select2-selection__rendered li:nth-child(2):last-child:before {
133 content: "Show all employees";
134 }
135
136 .elementor-control-select_employee .select2-selection__e-plus-button {
137 display: none;
138 }
139
140 .elementor-control-select_location .select2-selection__rendered li:nth-child(2):last-child:before {
141 content: "Show all locations";
142 }
143
144 .elementor-control-select_location .select2-selection__e-plus-button {
145 display: none;
146 }
147
148 .elementor-control-select_package .select2-selection__rendered li:nth-child(2):last-child:before {
149 content: "Show all packages";
150 }
151
152 .elementor-control-select_package .select2-selection__e-plus-button {
153 display: none;
154 }
155
156 .elementor-control-select_event .select2-selection__rendered li:nth-child(2):last-child:before {
157 content: "Show all events";
158 }
159
160 .elementor-control-select_event .select2-selection__e-plus-button {
161 display: none;
162 }
163
164 .elementor-control-select_tag .select2-selection__rendered li:nth-child(2):last-child:before {
165 content: "Show all tags";
166 }
167
168 .elementor-control-select_tag .select2-selection__e-plus-button {
169 display: none;
170 }
171