PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.1.8
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.1.8
5.6.8 5.6.7 5.6.6 5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.1.91 5.1.92 5.1.93 5.1.94 5.2.0 5.2.1 5.2.10 5.2.11 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.2 5.4.0 5.4.1
latepoint / lib / assets / stylesheets / admin / _reminders.scss
latepoint / lib / assets / stylesheets / admin Last commit date
_activities.scss 1 year ago _addons.scss 1 year ago _agents.scss 1 year ago _animations.scss 1 year ago _booking_form_preview.scss 1 year ago _bookings.scss 1 year ago _bundles.scss 1 year ago _buttons.scss 1 year ago _calendars.scss 1 year ago _categories.scss 1 year ago _customers.scss 1 year ago _dark.scss 1 year ago _daterangepicker.scss 1 year ago _elements.scss 1 year ago _forms.scss 1 year ago _grid.scss 1 year ago _grid_variables.scss 1 year ago _icons.scss 1 year ago _latecheckbox.scss 1 year ago _lateselect.scss 1 year ago _layout.scss 1 year ago _lightbox.scss 1 year ago _menu.scss 1 year ago _messages.scss 1 year ago _misc.scss 1 year ago _mixins.scss 1 year ago _notifications.scss 1 year ago _orders.scss 1 year ago _pickr.scss 1 year ago _processes.scss 1 year ago _quick_availability.scss 1 year ago _reminders.scss 1 year ago _responsive.scss 1 year ago _roles.scss 1 year ago _schedule.scss 1 year ago _services.scss 1 year ago _settings.scss 1 year ago _side-panel.scss 1 year ago _steps.scss 1 year ago _tables.scss 1 year ago _type.scss 1 year ago _updates.scss 1 year ago _utilities.scss 1 year ago _variables.scss 1 year ago _widgets.scss 1 year ago _wizard.scss 1 year ago
_reminders.scss
174 lines
1 .os-reminders-w {
2 }
3 .os-reminder-form {
4 position: relative;
5 & + .os-reminder-form {
6 margin-top: 15px;
7 }
8 .os-form-message-w.status-success {
9 display: none;
10 }
11 .os-remove-reminder {
12 position: absolute;
13 right: 0px;
14 top: 0px;
15 transform: translate(50%, -50%);
16 font-size: 14px;
17 color: $body-color;
18 text-decoration: none;
19 display: block;
20 padding: 0px 2px;
21 line-height: 18px;
22 width: 18px;
23 border-radius: 20px;
24 background-color: #fff;
25 box-shadow: $box-shadow;
26 text-align: center;
27 vertical-align: middle;
28 transition: all 0.2s ease;
29 display: none;
30 &:hover {
31 color: #dc5858;
32 transform: translate(50%, -50%) rotate(90deg);
33 }
34 i {
35 vertical-align: middle;
36 line-height: 18px;
37 }
38 &.os-loading {
39 &:after {
40 display: block;
41 content: "";
42 width: 19px;
43 height: 19px;
44 border-bottom: 2px solid #dc5858;
45 border-left: 2px solid #dc5858;
46 border-top: 2px solid #dc5858;
47 border-right: 2px solid rgba(255,255,255,0);
48 border-radius: 20px;
49 position: absolute;
50 top: 50%;
51 left: 50%;
52 transform: translate(-50%, -50%);
53 animation: os-loading 700ms infinite linear;
54 }
55 i {
56 color: transparent;
57 }
58 }
59 }
60 &:hover {
61 .os-remove-reminder {
62 display: block;
63 }
64 }
65 .os-reminder-form-info {
66 display: flex;
67 cursor: pointer;
68 align-items: center;
69 position: relative;
70 padding-left: 25px;
71 &:before {
72 $size: 3px;
73 content: "";
74 width: $size;
75 height: $size;
76 background-color: rgba($brand-primary, 1);
77 box-shadow: ($size * 2) ($size * 2) 0px rgba($brand-primary, 0.6),
78 0px ($size * 2) 0px rgba($brand-primary, 0.6),
79 0px ($size * 4) 0px rgba($brand-primary, 0.3),
80 ($size * 2) ($size * 6) 0px rgba($brand-primary, 0.7),
81 ($size * 2) ($size * 4) 0px rgba($brand-primary, 0.4);
82 position: absolute;
83 top: -2px;
84 left: 0px;
85 }
86 &:hover {
87 .os-reminder-name {
88 color: $brand-primary;
89 }
90 }
91 &.os-reminder-required {
92 .os-reminder-type {
93 &:after {
94 position: absolute;
95 content: "*";
96 color: #BC0000;
97 top: 50%;
98 right: -15px;
99 transform: translateY(-50%);
100 line-height: 1;
101 font-size: 18px;
102 display: block;
103 }
104 }
105 }
106 .os-reminder-drag {
107 font-size: 16px;
108 padding: 5px;
109 padding-left: 0px;
110 color: $brand-primary;
111 margin-right: 10px;
112 line-height: 1;
113 cursor: -moz-grab;
114 cursor: -webkit-grab;
115 cursor: grab;
116 &:before {
117 @include latepointfont_admin("\e92b");
118 }
119 }
120 .os-reminder-name {
121 margin-right: 10px;
122 font-size: floor($font-size-base * 1.3);
123 font-weight: $body-font-weight-bold;
124 }
125 .os-reminder-type {
126 color: $color-faded;
127 position: relative;
128 }
129 .os-reminder-edit-btn {
130 margin-left: auto;
131 font-size: 16px;
132 color: $brand-primary;
133 }
134 }
135 .os-reminder-form-params {
136 display: none;
137 padding-top: 20px;
138 margin-top: 10px;
139 border-top: 1px solid rgba(0,0,0,0.05);
140 }
141 .os-reminder-form-i {
142 padding: 20px;
143 background-color: #fff;
144 box-shadow: $box-shadow;
145 border-radius: $border-radius;
146 .os-form-group {
147 margin-bottom: 20px;
148 &:first-child {
149 flex: 1;
150 }
151 + .os-form-group {
152 }
153 &.os-form-checkbox-group {
154 }
155 &.os-form-select-group {
156 label {
157 }
158 }
159 &.os-form-checkbox-group {
160 label {
161 }
162 }
163 }
164 button {
165 }
166 }
167 .os-reminder-type-select {
168 }
169 &.os-is-editing {
170 .os-reminder-form-params {
171 display: block;
172 }
173 }
174 }