PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 1.2.31
Booking for Appointments and Events Calendar – Amelia v1.2.31
2.4.9 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 / assets / less / backend / licence.less
ameliabooking / assets / less / backend Last commit date
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