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 / v3 / src / assets / scss / common / icon-fonts / style.scss
ameliabooking / v3 / src / assets / scss / common / icon-fonts Last commit date
fonts 7 months ago selection.json 1 month ago style.scss 1 month ago variables.scss 7 months ago
style.scss
612 lines
1 @import 'variables';
2
3 @font-face {
4 font-family: '#{$icomoon-font-family}';
5 src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?gx306v');
6 src:
7 url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?gx306v#iefix')
8 format('embedded-opentype'),
9 url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?gx306v') format('truetype'),
10 url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?gx306v') format('woff'),
11 url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?gx306v##{$icomoon-font-family}')
12 format('svg');
13 font-weight: normal;
14 font-style: normal;
15 font-display: block;
16 }
17
18 [class^='am-icon-']^='am-icon-'],
19 [class*=' am-icon-']*=' am-icon-'] {
20 /* use !important to prevent issues with browser extensions that change fonts */
21 font-family: '#{$icomoon-font-family}' !important;
22 speak: never;
23 font-style: normal;
24 font-weight: normal;
25 font-variant: normal;
26 text-transform: none;
27 line-height: 1;
28
29 /* Better Font Rendering =========== */
30 -webkit-font-smoothing: antialiased;
31 -moz-osx-font-smoothing: grayscale;
32 }
33
34 // fix for backend customize icons
35 .el-popper {
36 [class^='am-icon-']^='am-icon-'],
37 [class*=' am-icon-']*=' am-icon-'] {
38 font-family: '#{$icomoon-font-family}' !important;
39 }
40 }
41
42 .am-icon-mobile {
43 &:before {
44 content: $am-icon-mobile;
45 }
46 }
47 .am-icon-bolt-lightning {
48 &:before {
49 content: $am-icon-bolt-lightning;
50 }
51 }
52 .am-icon-bolt-lightning-fill {
53 &:before {
54 content: $am-icon-bolt-lightning-fill;
55 }
56 }
57 .am-icon-bulb {
58 &:before {
59 content: $am-icon-bulb;
60 }
61 }
62 .am-icon-bulb-off {
63 &:before {
64 content: $am-icon-bulb-off;
65 }
66 }
67 .am-icon-close-filled {
68 &:before {
69 content: $am-icon-close-filled;
70 }
71 }
72 .am-icon-scan-qr-code {
73 &:before {
74 content: $am-icon-scan-qr-code;
75 }
76 }
77 .am-icon-download {
78 &:before {
79 content: $am-icon-download;
80 }
81 }
82 .am-icon-eye {
83 &:before {
84 content: $am-icon-eye;
85 }
86 }
87 .am-icon-list-bulleted {
88 &:before {
89 content: $am-icon-list-bulleted;
90 }
91 }
92 .am-icon-list-numbered {
93 &:before {
94 content: $am-icon-list-numbered;
95 }
96 }
97 .am-icon-paragraph {
98 &:before {
99 content: $am-icon-paragraph;
100 }
101 }
102 .am-icon-paragraph-l {
103 &:before {
104 content: $am-icon-paragraph-l;
105 }
106 }
107 .am-icon-paragraph-r {
108 &:before {
109 content: $am-icon-paragraph-r;
110 }
111 }
112 .am-icon-text-align-center {
113 &:before {
114 content: $am-icon-text-align-center;
115 }
116 }
117 .am-icon-text-align-justify {
118 &:before {
119 content: $am-icon-text-align-justify;
120 }
121 }
122 .am-icon-text-align-left {
123 &:before {
124 content: $am-icon-text-align-left;
125 }
126 }
127 .am-icon-text-align-right {
128 &:before {
129 content: $am-icon-text-align-right;
130 }
131 }
132 .am-icon-text-bold {
133 &:before {
134 content: $am-icon-text-bold;
135 }
136 }
137 .am-icon-text-color {
138 &:before {
139 content: $am-icon-text-color;
140 }
141 }
142 .am-icon-text-italic {
143 &:before {
144 content: $am-icon-text-italic;
145 }
146 }
147 .am-icon-text-link {
148 &:before {
149 content: $am-icon-text-link;
150 }
151 }
152 .am-icon-text-quotes {
153 &:before {
154 content: $am-icon-text-quotes;
155 }
156 }
157 .am-icon-text-strikethrough {
158 &:before {
159 content: $am-icon-text-strikethrough;
160 }
161 }
162 .am-icon-text-Tx {
163 &:before {
164 content: $am-icon-text-Tx;
165 }
166 }
167 .am-icon-text-underline {
168 &:before {
169 content: $am-icon-text-underline;
170 }
171 }
172 .am-icon-x2-down {
173 &:before {
174 content: $am-icon-x2-down;
175 }
176 }
177 .am-icon-x2-up {
178 &:before {
179 content: $am-icon-x2-up;
180 }
181 }
182 .am-icon-duplicate {
183 &:before {
184 content: $am-icon-duplicate;
185 }
186 }
187 .am-icon-gender {
188 &:before {
189 content: $am-icon-gender;
190 }
191 }
192 .am-icon-refund {
193 &:before {
194 content: $am-icon-refund;
195 }
196 }
197 .am-icon-prepaid {
198 &:before {
199 content: $am-icon-prepaid;
200 }
201 }
202 .am-icon-no-show-1 {
203 &:before {
204 content: $am-icon-no-show-1;
205 }
206 }
207 .am-icon-no-show-2 {
208 &:before {
209 content: $am-icon-no-show-2;
210 }
211 }
212 .am-icon-no-show-3 {
213 &:before {
214 content: $am-icon-no-show-3;
215 }
216 }
217 .am-icon-circle-empty {
218 &:before {
219 content: $am-icon-circle-empty;
220 }
221 }
222 .am-icon-password {
223 &:before {
224 content: $am-icon-password;
225 }
226 }
227 .am-icon-globe-watch {
228 &:before {
229 content: $am-icon-globe-watch;
230 }
231 }
232 .am-icon-search-close {
233 &:before {
234 content: $am-icon-search-close;
235 }
236 }
237 .am-icon-phone {
238 &:before {
239 content: $am-icon-phone;
240 }
241 }
242 .am-icon-tickets {
243 &:before {
244 content: $am-icon-tickets;
245 }
246 }
247 .am-icon-clearable {
248 &:before {
249 content: $am-icon-clearable;
250 }
251 }
252 .am-icon-checkmark-circle-full {
253 &:before {
254 content: $am-icon-checkmark-circle-full;
255 }
256 }
257 .am-icon-checkmark-circle {
258 &:before {
259 content: $am-icon-checkmark-circle;
260 }
261 }
262 .am-icon-employee {
263 &:before {
264 content: $am-icon-employee;
265 }
266 }
267 .am-icon-file-text {
268 &:before {
269 content: $am-icon-file-text;
270 }
271 }
272 .am-icon-link {
273 &:before {
274 content: $am-icon-link;
275 }
276 }
277 .am-icon-logout {
278 &:before {
279 content: $am-icon-logout;
280 }
281 }
282 .am-icon-payments {
283 &:before {
284 content: $am-icon-payments;
285 }
286 }
287 .am-icon-star-outline {
288 &:before {
289 content: $am-icon-star-outline;
290 }
291 }
292 .am-icon-dashboard {
293 &:before {
294 content: $am-icon-dashboard;
295 }
296 }
297 .am-icon-locations {
298 &:before {
299 content: $am-icon-locations;
300 }
301 }
302 .am-icon-bucket {
303 &:before {
304 content: $am-icon-bucket;
305 }
306 }
307 .am-icon-clock {
308 &:before {
309 content: $am-icon-clock;
310 }
311 }
312 .am-icon-pennant {
313 &:before {
314 content: $am-icon-pennant;
315 }
316 }
317 .am-icon-user {
318 &:before {
319 content: $am-icon-user;
320 }
321 }
322 .am-icon-users {
323 &:before {
324 content: $am-icon-users;
325 }
326 }
327 .am-icon-users-plus {
328 &:before {
329 content: $am-icon-users-plus;
330 }
331 }
332 .am-icon-calendar {
333 &:before {
334 content: $am-icon-calendar;
335 }
336 }
337 .am-icon-date-time {
338 &:before {
339 content: $am-icon-date-time;
340 }
341 }
342 .am-icon-event {
343 &:before {
344 content: $am-icon-event;
345 }
346 }
347 .am-icon-calendar-recurring {
348 &:before {
349 content: $am-icon-calendar-recurring;
350 }
351 }
352 .am-icon-calendar-check {
353 &:before {
354 content: $am-icon-calendar-check;
355 }
356 }
357 .am-icon-calendar-pencil {
358 &:before {
359 content: $am-icon-calendar-pencil;
360 }
361 }
362 .am-icon-cart {
363 &:before {
364 content: $am-icon-cart;
365 }
366 }
367 .am-icon-email {
368 &:before {
369 content: $am-icon-email;
370 }
371 }
372 .am-icon-border-plus {
373 &:before {
374 content: $am-icon-border-plus;
375 }
376 }
377 .am-icon-payment {
378 &:before {
379 content: $am-icon-payment;
380 }
381 }
382 .am-icon-gallery {
383 &:before {
384 content: $am-icon-gallery;
385 }
386 }
387 .am-icon-filter {
388 &:before {
389 content: $am-icon-filter;
390 }
391 }
392 .am-icon-folder {
393 &:before {
394 content: $am-icon-folder;
395 }
396 }
397 .am-icon-search {
398 &:before {
399 content: $am-icon-search;
400 }
401 }
402 .am-icon-service {
403 &:before {
404 content: $am-icon-service;
405 }
406 }
407 .am-icon-shipment {
408 &:before {
409 content: $am-icon-shipment;
410 }
411 }
412 .am-icon-pack-check {
413 &:before {
414 content: $am-icon-pack-check;
415 }
416 }
417 .am-icon-box {
418 &:before {
419 content: $am-icon-box;
420 }
421 }
422 .am-icon-dots-vertical {
423 &:before {
424 content: $am-icon-dots-vertical;
425 }
426 }
427 .am-icon-drag {
428 &:before {
429 content: $am-icon-drag;
430 }
431 }
432 .am-icon-menu {
433 &:before {
434 content: $am-icon-menu;
435 }
436 }
437 .am-icon-save {
438 &:before {
439 content: $am-icon-save;
440 }
441 }
442 .am-icon-options {
443 &:before {
444 content: $am-icon-options;
445 }
446 }
447 .am-icon-layout {
448 &:before {
449 content: $am-icon-layout;
450 }
451 }
452 .am-icon-design {
453 &:before {
454 content: $am-icon-design;
455 }
456 }
457 .am-icon-labels {
458 &:before {
459 content: $am-icon-labels;
460 }
461 }
462 .am-icon-steps {
463 &:before {
464 content: $am-icon-steps;
465 }
466 }
467 .am-icon-settings {
468 &:before {
469 content: $am-icon-settings;
470 }
471 }
472 .am-icon-triangle-info {
473 &:before {
474 content: $am-icon-triangle-info;
475 }
476 }
477 .am-icon-circle-info {
478 &:before {
479 content: $am-icon-circle-info;
480 }
481 }
482 .am-icon-info-reverse {
483 &:before {
484 content: $am-icon-info-reverse;
485 }
486 }
487 .am-icon-coupon {
488 &:before {
489 content: $am-icon-coupon;
490 }
491 }
492 .am-icon-coupon-limit {
493 &:before {
494 content: $am-icon-coupon-limit;
495 }
496 }
497 .am-icon-check {
498 &:before {
499 content: $am-icon-check;
500 }
501 }
502 .am-icon-plus {
503 &:before {
504 content: $am-icon-plus;
505 }
506 }
507 .am-icon-close {
508 &:before {
509 content: $am-icon-close;
510 }
511 }
512 .am-icon-edit {
513 &:before {
514 content: $am-icon-edit;
515 }
516 }
517 .am-icon-arrow-circle-up {
518 &:before {
519 content: $am-icon-arrow-circle-up;
520 }
521 }
522 .am-icon-arrow-circle-down {
523 &:before {
524 content: $am-icon-arrow-circle-down;
525 }
526 }
527 .am-icon-arrow-circle-left {
528 &:before {
529 content: $am-icon-arrow-circle-left;
530 }
531 }
532 .am-icon-arrow-circle-right {
533 &:before {
534 content: $am-icon-arrow-circle-right;
535 }
536 }
537 .am-icon-refresh {
538 &:before {
539 content: $am-icon-refresh;
540 }
541 }
542 .am-icon-order {
543 &:before {
544 content: $am-icon-order;
545 }
546 }
547 .am-icon-arrow-big-up {
548 &:before {
549 content: $am-icon-arrow-big-up;
550 }
551 }
552 .am-icon-arrow-big-down {
553 &:before {
554 content: $am-icon-arrow-big-down;
555 }
556 }
557 .am-icon-arrow-big-left {
558 &:before {
559 content: $am-icon-arrow-big-left;
560 }
561 }
562 .am-icon-arrow-big-right {
563 &:before {
564 content: $am-icon-arrow-big-right;
565 }
566 }
567 .am-icon-arrow-up {
568 &:before {
569 content: $am-icon-arrow-up;
570 }
571 }
572 .am-icon-arrow-down {
573 &:before {
574 content: $am-icon-arrow-down;
575 }
576 }
577 .am-icon-arrow-left {
578 &:before {
579 content: $am-icon-arrow-left;
580 }
581 }
582 .am-icon-arrow-right {
583 &:before {
584 content: $am-icon-arrow-right;
585 }
586 }
587 .am-icon-outlook {
588 &:before {
589 content: $am-icon-outlook;
590 }
591 }
592 .am-icon-google {
593 &:before {
594 content: $am-icon-google;
595 }
596 }
597 .am-icon-apple {
598 &:before {
599 content: $am-icon-apple;
600 }
601 }
602 .am-icon-yahoo {
603 &:before {
604 content: $am-icon-yahoo;
605 }
606 }
607 .am-icon-no-show {
608 &:before {
609 content: $am-icon-no-show;
610 }
611 }
612