amelia-booking.less
2 years ago
appointments.less
1 year ago
calendar.less
2 years ago
customers.less
1 year ago
customize.less
1 year ago
dashboard.less
2 years ago
dialogs.less
1 year ago
elementor.less
2 years ago
email-notifications.less
1 year ago
employees.less
1 year ago
events.less
1 year ago
finance.less
1 year ago
import.less
4 years ago
licence.less
2 years ago
lite-vs-premium.less
2 years ago
locations.less
6 years ago
recurring.less
6 years ago
services.less
1 year ago
settings.less
1 year ago
whats-new.less
2 years ago
elementor.less
159 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-symbol.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, .amelia-elementor-content-beta, .amelia-elementor-content-outdated { |
| 46 | margin: 15px; |
| 47 | |
| 48 | &:before { |
| 49 | content: ""; |
| 50 | height: 24px; |
| 51 | width: 24px; |
| 52 | position: absolute; |
| 53 | top: 15px; |
| 54 | left: 13px; |
| 55 | background-size: contain; |
| 56 | background-repeat: no-repeat; |
| 57 | background-position: left; |
| 58 | background-image: url(../../img/amelia-logo-symbol.svg); |
| 59 | } |
| 60 | |
| 61 | &-title { |
| 62 | font-weight: 600 !important; |
| 63 | } |
| 64 | |
| 65 | &-p { |
| 66 | font-weight: 400; |
| 67 | font-size: 13px; |
| 68 | line-height: 18px; |
| 69 | color: #6d7882; |
| 70 | |
| 71 | &-outdated { |
| 72 | color: #E3463C; |
| 73 | } |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | .amelia-elementor-content-beta { |
| 78 | &:before { |
| 79 | width: 44px; |
| 80 | background-image: url(../../img/amelia-logo-beta.svg); |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | .amelia-elementor-content-outdated { |
| 85 | margin: 28px 0 15px 15px; |
| 86 | |
| 87 | &:before { |
| 88 | width: 53px; |
| 89 | background-image: url(../../img/amelia-logo-outdated.svg); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | .elementor-control-amelia_booking_section, |
| 94 | .elementor-control-amelia_catalog_section, |
| 95 | .elementor-control-amelia_events_section, |
| 96 | .elementor-control-amelia_customer_panel_section, |
| 97 | .elementor-control-amelia_employee_panel_section, |
| 98 | .elementor-control-amelia_search_section { |
| 99 | .elementor-panel-heading { |
| 100 | height: auto; |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | .elementor-control-select_category .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 105 | content: 'Show all categories'; |
| 106 | } |
| 107 | |
| 108 | .elementor-control-select_category .select2-selection__e-plus-button { |
| 109 | display: none; |
| 110 | } |
| 111 | |
| 112 | .elementor-control-select_service .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 113 | content: 'Show all services'; |
| 114 | } |
| 115 | |
| 116 | .elementor-control-select_service .select2-selection__e-plus-button { |
| 117 | display: none; |
| 118 | } |
| 119 | |
| 120 | .elementor-control-select_employee .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 121 | content: 'Show all employees'; |
| 122 | } |
| 123 | |
| 124 | .elementor-control-select_employee .select2-selection__e-plus-button { |
| 125 | display: none; |
| 126 | } |
| 127 | |
| 128 | .elementor-control-select_location .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 129 | content: 'Show all locations'; |
| 130 | } |
| 131 | |
| 132 | .elementor-control-select_location .select2-selection__e-plus-button { |
| 133 | display: none; |
| 134 | } |
| 135 | |
| 136 | .elementor-control-select_package .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 137 | content: 'Show all packages'; |
| 138 | } |
| 139 | |
| 140 | .elementor-control-select_package .select2-selection__e-plus-button { |
| 141 | display: none; |
| 142 | } |
| 143 | |
| 144 | .elementor-control-select_event .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 145 | content: 'Show all events'; |
| 146 | } |
| 147 | |
| 148 | .elementor-control-select_event .select2-selection__e-plus-button { |
| 149 | display: none; |
| 150 | } |
| 151 | |
| 152 | .elementor-control-select_tag .select2-selection__rendered li:nth-child(2):last-child:before{ |
| 153 | content: 'Show all tags'; |
| 154 | } |
| 155 | |
| 156 | .elementor-control-select_tag .select2-selection__e-plus-button { |
| 157 | display: none; |
| 158 | } |
| 159 |