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