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
licence.less
90 lines
| 1 | .am-licence { |
| 2 | border: 1px dashed @color-blue !important; |
| 3 | padding: 10px !important; |
| 4 | background-color: fade(@color-blue, 5%) !important; |
| 5 | border-radius: 4px !important; |
| 6 | margin-bottom: 24px !important; |
| 7 | margin-top: 5px; |
| 8 | |
| 9 | div { |
| 10 | span { |
| 11 | color: @color-text-prime !important; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | &-block { |
| 16 | display: flex !important; |
| 17 | align-items: center !important; |
| 18 | } |
| 19 | |
| 20 | i.el-icon-lock { |
| 21 | color: @color-blue !important; |
| 22 | display: inline-block !important; |
| 23 | font-weight: bold !important; |
| 24 | font-size: 18px !important; |
| 25 | line-height: 1 !important; |
| 26 | } |
| 27 | |
| 28 | a.el-button { |
| 29 | &:focus { |
| 30 | text-shadow: none; |
| 31 | box-shadow: none; |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | .am-licence-page { |
| 37 | a { |
| 38 | background-color: @color-blue !important; |
| 39 | color: white !important; |
| 40 | } |
| 41 | |
| 42 | i { |
| 43 | font-size: 200px !important; |
| 44 | color: @color-blue !important; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | .am-licence-hidden { |
| 49 | display: none !important; |
| 50 | } |
| 51 | |
| 52 | .am-licence-container-disabled { |
| 53 | opacity: 0.4 !important; |
| 54 | cursor: not-allowed !important; |
| 55 | pointer-events: none !important; |
| 56 | } |
| 57 | |
| 58 | .am-licence-calendar { |
| 59 | .fc-day-button, .fc-month-button, .fc-timelineDay-button, .fc-listWeek-button { |
| 60 | opacity: 0.4 !important; |
| 61 | pointer-events: none; |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | .am-licence-block { |
| 66 | a.am-licence-button.am-licence-button__upgrade { |
| 67 | background-color: @color-blue; |
| 68 | border: 1px solid @color-blue; |
| 69 | color: #ffffff; |
| 70 | display: inline-block; |
| 71 | line-height: 1; |
| 72 | white-space: nowrap; |
| 73 | cursor: pointer; |
| 74 | -webkit-appearance: none; |
| 75 | text-align: center; |
| 76 | box-sizing: border-box; |
| 77 | outline: 0; |
| 78 | margin: 0; |
| 79 | transition: .1s; |
| 80 | font-weight: 500; |
| 81 | padding: 12px 20px; |
| 82 | font-size: 14px; |
| 83 | border-radius: 4px; |
| 84 | |
| 85 | &:hover { |
| 86 | background-color: #1077de; |
| 87 | } |
| 88 | } |
| 89 | } |
| 90 |