backend-style.css
4 years ago
backend-style.min.css
4 months ago
divi-amelia.css
7 months ago
style-dbp.min.css
5 years ago
style.min.css
5 years ago
divi-amelia.css
61 lines
| 1 | .divi_customer:before { |
| 2 | content: "" !important; |
| 3 | background-image: url(../includes/images/amelia-logo-admin-icon.svg); |
| 4 | background-repeat: no-repeat; |
| 5 | background-position: center center; |
| 6 | margin: 0 auto 5px; |
| 7 | height: 20px; |
| 8 | margin-bottom: 1px !important; |
| 9 | } |
| 10 | |
| 11 | .divi_employee:before { |
| 12 | content: "" !important; |
| 13 | background-image: url(../includes/images/amelia-logo-admin-icon.svg); |
| 14 | background-repeat: no-repeat; |
| 15 | background-position: center center; |
| 16 | margin: 0 auto 5px; |
| 17 | height: 20px; |
| 18 | margin-bottom: 1px !important; |
| 19 | } |
| 20 | |
| 21 | .divi_step_booking:before { |
| 22 | content: "" !important; |
| 23 | background-image: url(../includes/images/amelia-logo-admin-icon.svg); |
| 24 | background-repeat: no-repeat; |
| 25 | background-position: center center; |
| 26 | margin: 0 auto 5px; |
| 27 | height: 20px; |
| 28 | margin-bottom: 1px !important; |
| 29 | } |
| 30 | |
| 31 | .divi_catalog_booking:before { |
| 32 | content: "" !important; |
| 33 | background-image: url(../includes/images/amelia-logo-admin-icon.svg); |
| 34 | background-repeat: no-repeat; |
| 35 | background-position: center center; |
| 36 | margin: 0 auto 5px; |
| 37 | height: 20px; |
| 38 | margin-bottom: 1px !important; |
| 39 | } |
| 40 | |
| 41 | .divi_events_list_booking:before { |
| 42 | content: "" !important; |
| 43 | background-image: url(../includes/images/amelia-logo-admin-icon.svg); |
| 44 | background-repeat: no-repeat; |
| 45 | background-position: center center; |
| 46 | margin: 0 auto 5px; |
| 47 | height: 20px; |
| 48 | margin-bottom: 1px !important; |
| 49 | } |
| 50 | |
| 51 | .divi_events_calendar_booking:before { |
| 52 | content: "" !important; |
| 53 | background-image: url(../includes/images/amelia-logo-admin-icon.svg); |
| 54 | background-repeat: no-repeat; |
| 55 | background-position: center center; |
| 56 | margin: 0 auto 5px; |
| 57 | height: 20px; |
| 58 | margin-bottom: 1px !important; |
| 59 | } |
| 60 | |
| 61 |