PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.1.4
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.1.4
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 / _updates.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
_updates.scss
574 lines
1 .version-status-info,
2 .addons-info-holder,
3 .version-log-w {
4 > span.loading {
5 position: relative;
6 display: block;
7 text-align: center;
8 padding: 20px;
9 padding-top: 40px;
10 font-weight: $body-font-weight-bold;
11 border: 2px dashed rgba(0, 0, 0, 0.1);
12 border-radius: 8px;
13
14 &:after {
15 display: block;
16 content: "";
17 width: 14px;
18 height: 14px;
19 border-bottom: 2px solid $body-color;
20 border-left: 2px solid $body-color;
21 border-top: 2px solid $body-color;
22 border-right: 2px solid rgba(0, 0, 0, 0);
23 border-radius: 20px;
24 position: absolute;
25 top: 20px;
26 left: 50%;
27 transform: translate(-50%, -50%);
28 animation: os-loading 700ms infinite linear;
29 }
30 }
31 }
32
33 .version-status-info {
34
35 }
36
37 .version-log-w {
38 background-color: transparent;
39 padding: 0px 30px;
40 border-radius: $border-radius;
41
42 h3 {
43 margin-top: 0px;
44 color: $brand-primary;
45 }
46
47
48 .latepoint-version {
49 border-bottom: 2px solid #333;
50 padding-bottom: 20px;
51 margin-bottom: 40px;
52 }
53
54 .version-head {
55 margin-bottom: 15px;
56 display: flex;
57 justify-content: space-between;
58
59 .version-number {
60 font-weight: $body-font-weight-bold;
61 font-size: $font-size-base * 1.2;
62
63 }
64
65 .version-release-date {
66 color: $color-faded;
67 }
68 }
69
70 h4.vfix,
71 h4.vnew {
72 display: inline-block;
73 padding: 2px 10px;
74 color: #fff;
75 margin-top: 0px;
76 margin-bottom: 10px;
77 border-radius: 20px;
78 }
79
80 h4.vnew {
81 background-color: #41b128;
82 }
83
84 h4.vfix {
85 background-color: #ad8304;
86 }
87
88 .version-summary {
89
90 }
91
92 .version-description {
93 color: #373b44;
94 margin-bottom: 30px;
95 }
96
97 .version-media {
98 padding: 20px;
99 background-color: #fff;
100 box-shadow: $box-shadow;
101 margin: 20px 0px;
102
103 img {
104 max-width: 100%;
105 height: auto;
106 display: block;
107 }
108 }
109
110 .version-fix,
111 .version-new {
112 position: relative;
113 padding-left: 20px;
114
115 &:before {
116 position: absolute;
117 top: 3px;
118 left: 0px;
119 font-size: 12px;
120 }
121 }
122
123 .version-new {
124 margin-bottom: 10px;
125
126 &:before {
127 @include latepointfont_admin('\e902');
128 color: #41b128;
129 }
130 }
131
132 .version-fix {
133 margin-bottom: 10px;
134
135 &:before {
136 @include latepointfont_admin('\e94e');
137 color: #d2a92c;
138 }
139 }
140 }
141
142 .version-status-info {
143 }
144
145 body.latepoint-admin {
146 .license-buttons-w {
147 display: flex;
148 justify-content: space-between;
149 align-items: center;
150
151 .os-form-group {
152 margin-bottom: 0px;
153 }
154 }
155
156 .active-license-info {
157
158 .os-form-message-w:not(.status-error) {
159 display: none;
160 }
161
162 .os-form-w {
163 margin: 0px;
164 padding-top: 15px;
165 margin-top: 25px;
166 border-top: 1px solid $border-color-lightest;
167 > h3 {
168 display: none;
169 }
170 .license-buttons-w {
171 justify-content: flex-start;
172 gap: 20px;
173 > a {
174 border-bottom: 1px dotted $link-color;
175 }
176 .latepoint-btn {
177 padding: 7px 14px 8px;
178 box-shadow: none;
179 }
180 }
181 }
182
183 &.is-active {
184 .os-form-message-w, .license-buttons-w {
185 display: none;
186 }
187 }
188
189
190
191 .latepoint-btn {
192 margin-right: 10px;
193 padding: 5px 10px 7px 10px;
194 }
195 }
196
197 .new-version-message {
198
199 .latepoint-btn {
200 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
201 line-height: 1.5;
202 }
203
204 &.is-latest {
205 }
206
207
208
209 .key-prompt {
210 background-color: #ffe37e;
211 color: #504109;
212 padding: 8px 10px;
213 border-radius: 6px;
214 display: inline-block;
215 padding-left: 40px;
216 position: relative;
217 margin-top: 20px;
218
219 &:before {
220 position: absolute;
221 @include latepointfont_admin('\e962');
222 top: 50%;
223 left: 10px;
224 font-size: 18px;
225 transform: translateY(-50%);
226 }
227 }
228 }
229 }
230
231 .license-info-w {
232 margin-top: 20px;
233 border-top: 1px solid $border-color-lightest;
234 ul {
235 margin: 0;
236 padding: 0;
237 li {
238 display: flex;
239 align-items: center;
240 justify-content: space-between;
241 border-bottom: 1px solid $border-color-lightest;
242 padding: 10px 0px;
243 margin: 0;
244 &:last-child {
245 border-bottom: none;
246 }
247 span, strong {
248 display: block;
249 }
250 span {
251 color: $color-faded;
252 }
253 strong {
254 color: $headings-color;
255 }
256 }
257 }
258 }
259
260
261 body.latepoint-admin {
262 .new-version-message, .active-license-info {
263 border: 1px solid $border-color-main;
264 padding: 30px;
265 padding-top: 25px;
266 background-color: #fff;
267 padding-bottom: 25px;
268 border-radius: $border-radius;
269 font-size: floor($font-size-base * 1);
270 position: relative;
271 color: $color-faded;
272 margin-bottom: 40px;
273 .version-warn-icon,
274 .version-check-icon {
275 color: #fff;
276 position: absolute;
277 top: 34px;
278 left: 30px;
279 width: 10px;
280 height: 10px;
281 text-align: center;
282 border-radius: 50%;
283 z-index: 3;
284 }
285
286 .version-check-icon {
287 background-image: linear-gradient(180deg, #5aff77, #00f842);
288 box-shadow: 0px 1px 0px 0px rgba(#8aff9a, 0.5), 0px 0px 0px 6px rgba(#8aff9a, 0.25), 0px 0px 0px 10px rgba(#8aff9a, 0.15), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.4);
289 border: 1px solid #35d431;
290 border-bottom-color: #33c82f;
291 }
292
293 .version-warn-icon {
294 background-image: linear-gradient(180deg, #ff5839, #f50e0e);
295 box-shadow: 0px 1px 0px 0px rgba(#ff8a8a, 0.5), 0px 0px 0px 6px rgba(#ff8a8a, 0.15), 0px 0px 0px 10px rgba(#ff8a8a, 0.1), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
296 border: 1px solid #ee1b1b;
297 border-bottom-color: #ce0a0a;
298 }
299
300 .version-buttons-w, .license-info-buttons-w {
301 border-top: 1px solid $border-color-lightest;
302 padding-top: 15px;
303 margin-top: 25px;
304 .os-deactivate-license-btn {
305 color: #eb3a3a;
306 span {
307 border-bottom-color: #ffb6b6;
308 }
309 }
310 .view-changelog-link {
311 color: $headings-color;
312 span {
313 border-bottom-color: #ddd;
314 }
315 }
316 }
317
318 .update-latepoint-btn {
319 position: relative;
320 &.os-loading {
321 .latepoint-icon {
322 color: transparent;
323 }
324 &:before {
325 @include loading-circle($brand-primary, 12px);
326 left: 7px;
327 }
328 }
329 }
330
331
332 h3 {
333 margin-top: 0px;
334 font-size: 22px;
335 margin-bottom: 5px;
336 padding-left: 30px;
337 strong {
338 color: $headings-color;
339 }
340 }
341
342
343 a, span {
344 display: inline-block;
345 vertical-align: middle;
346 line-height: 1.2;
347 }
348
349 a {
350 text-decoration: none;
351 color: $link-color;
352 display: inline-block;
353 margin-right: 20px;
354 &:focus {
355 box-shadow: none;
356 }
357 &:focus-visible {
358 box-shadow: 0px 0px 0px 1px $brand-primary;
359 }
360
361 span, i {
362 display: inline-block;
363 vertical-align: middle;
364 }
365
366 i {
367 font-size: 15px;
368 }
369
370 span + i {
371 margin-left: 3px;
372 }
373
374 i + span {
375 margin-left: 3px;
376 }
377
378 span {
379 display: inline-block;
380 border-bottom: 1px dotted lighten($link-color, 30%);
381 }
382
383 &:hover {
384 span {
385 border-bottom-style: solid;
386 border-bottom-color: $link-color;
387 }
388 }
389 }
390
391 strong {
392 color: $body-color;
393 }
394
395 }
396 }
397
398
399 .os-intro-full-screen-w {
400 flex-direction: column;
401 display: flex;
402 justify-content: space-around;
403 padding: 40px;
404
405 .os-intro-full-screen-close-trigger {
406 border-radius: 4px;
407 position: absolute;
408 top: -25px;
409 line-height: 1.2;
410 right: 0px;
411 font-size: 14px;
412 color: #b71638;
413 display: flex;
414 align-items: center;
415 text-decoration: none;
416 padding: 2px 4px;
417 &:hover {
418 background-color: #fff3f3;
419 }
420
421 span {
422 display: inline-block;
423 vertical-align: middle;
424 }
425
426 i {
427 display: inline-block;
428 vertical-align: middle;
429 margin-left: 5px;
430 font-size: 16px;
431 }
432 }
433
434 .os-intro-full-screen-i {
435 background-color: #fff;
436 padding: 20px 20px 30px 20px;
437 flex: 0 0 600px;
438 margin: 0 auto;
439 width: 600px;
440 position: relative;
441 &:before {
442 content: "";
443 width: 80px;
444 height: 120px;
445 position: absolute;
446 top: 20px;
447 right: 20px;
448 background-image: radial-gradient(#ddd 1px, transparent 0);
449 background-size: 15px 15px;
450 }
451 &:after {
452 content: "";
453 width: 80px;
454 height: 120px;
455 position: absolute;
456 top: 20px;
457 left: 20px;
458 background-image: radial-gradient(#ddd 1px, transparent 0);
459 background-size: 15px 15px;
460 }
461
462 }
463
464 .os-intro-full-screen-footer {
465 text-align: center;
466 padding: 30px;
467 .latepoint-btn {
468 font-size: 20px!important;
469 padding: 20px 40px!important;
470 bordar-radius: 12px!important;
471 }
472 }
473 .os-intro-logo {
474 margin-bottom: 40px;
475 text-align: center;
476 }
477
478 .os-intro-heading {
479 font-size: 62px;
480 font-weight: $headings-font-weight-bold;
481 color: $headings-color;
482 letter-spacing: -2px;
483 text-align: center;
484 margin-bottom: 0;
485 font-family: $headings-font-family;
486 }
487 .os-intro-sub-heading {
488 text-align: center;
489 font-size: 18px;
490 letter-spacing: 1px;
491 font-weight: $headings-font-weight-bold;
492 color: $brand-primary;
493 text-transform: uppercase;
494 margin-bottom: 40px;
495 font-family: $headings-font-family;
496 }
497
498 .list-of-version-improvements {
499 list-style-type: square;
500 margin-left: 15px;
501 li {
502 margin: 0 0 25px;
503 padding: 0;
504 }
505 .improvement-heading {
506 font-size: 18px;
507 font-weight: $headings-font-weight-bold;
508 color: $headings-color;
509 margin-bottom: 5px;
510 }
511 .improvement-media {
512 margin: 30px -40px;
513
514 img, video {
515 display: block;
516 max-width: 100%;
517 height: auto;
518 }
519
520 .media-note {
521 padding: 10px;
522 font-size: 14px;
523 text-align: center;
524 background-color: #ffe8b3;
525 color: #111;
526 }
527 }
528 .improvement-description {
529 font-size: 16px;
530 line-height: 1.5;
531 color: $color-faded;
532 strong {
533 color: $headings-color;
534 border-bottom: 1px dotted #aaa;
535 }
536 }
537 .improvement-install-pro {
538 margin-top: 15px;
539 display: flex;
540 gap: 10px;
541 position: relative;
542 font-size: $body-font-size-s;
543 color: $headings-color;
544 padding: 15px 25px 15px 42px;
545 border-radius: 6px;
546 background-color: #f8f8f8;
547 align-items: center;
548
549 &.os-loading:before {
550 @include loading-circle($headings-color);
551 left: 23px;
552 }
553 span {
554
555 }
556 &.is-installed {
557 background-image: linear-gradient(45deg, #dafff5, #cbccff);
558 color: #000;
559 padding-left: 15px;
560 &:before {
561 @include latepointfont_admin("\e910");
562 }
563 }
564 &.is-not-installed {
565 background-image: linear-gradient(45deg, #ffdada, #eccbff);
566 color: #000;
567 padding-left: 15px;
568 &:before {
569 @include latepointfont_admin("\e948");
570 }
571 }
572 }
573 }
574 }