PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.6.10
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.6.10
5.6.10 5.6.9 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 / _steps.scss
latepoint / lib / assets / stylesheets / admin Last commit date
_activities.scss 11 months ago _addons.scss 3 weeks ago _agents.scss 10 months ago _animations.scss 11 months ago _booking_form_preview.scss 11 months ago _bookings.scss 3 weeks ago _bundles.scss 11 months ago _buttons.scss 3 weeks ago _calendars.scss 3 weeks ago _categories.scss 11 months ago _customers.scss 10 months ago _dark.scss 10 months ago _daterangepicker.scss 11 months ago _elements.scss 1 month ago _forms.scss 3 weeks ago _grid.scss 1 year ago _grid_variables.scss 1 year ago _icons.scss 1 year ago _latecheckbox.scss 11 months ago _lateselect.scss 1 year ago _layout.scss 3 weeks ago _lightbox.scss 11 months ago _menu.scss 3 weeks ago _messages.scss 11 months ago _misc.scss 3 weeks ago _mixins.scss 11 months ago _notifications.scss 11 months ago _orders.scss 10 months ago _pickr.scss 1 year ago _processes.scss 3 weeks ago _quick_availability.scss 3 weeks ago _reminders.scss 3 weeks ago _responsive.scss 3 weeks ago _roles.scss 1 year ago _schedule.scss 3 weeks ago _services.scss 3 weeks ago _settings.scss 1 month ago _side-panel.scss 3 weeks ago _steps.scss 1 year ago _tables.scss 3 weeks ago _type.scss 1 year ago _updates.scss 3 weeks ago _utilities.scss 1 year ago _variables.scss 3 weeks ago _widgets.scss 3 weeks ago _wizard.scss 3 weeks ago
_steps.scss
96 lines
1 .os-ordered-steps-description {
2 color: $color-faded;
3 font-size: $body-font-size-m;
4 padding-bottom: 20px;
5 }
6 .os-ordered-steps {
7 position: relative;
8 }
9 .os-ordered-step {
10 background-color: #fff;
11 border-bottom: 1px solid #e8e8e8;
12 &:last-child {
13 border-bottom: none;
14 }
15 &.is-expanded {
16 .os-ordered-step-expand{
17 transform: rotate(-90deg);
18 }
19 .os-ordered-step-children {
20 display: block;
21 }
22 }
23 .os-ordered-step-info {
24 display: flex;
25 gap: 10px;
26 align-items: center;
27 padding: 10px 0;
28 }
29 .os-ordered-step-expand {
30 padding: 5px;
31 font-size: 16px;
32 line-height: 1;
33 margin-left: auto;
34 cursor: pointer;
35 border-radius: 4px;
36 &:hover {
37 background-color: #eee;
38 }
39 }
40 .os-ordered-step-drag {
41 font-size: 16px;
42 padding: 5px;
43 line-height: 1;
44 cursor: pointer;
45 border-radius: 4px;
46 &:hover {
47 background-color: #eee;
48 }
49 }
50 .os-ordered-step-name {
51 font-family: $headings-font-family;
52 font-size: $headings-font-size-m;
53 font-weight: $headings-font-weight-bold;
54 }
55 .os-ordered-step-children {
56 display: none;
57 padding: 10px 30px;
58 border-top: 1px solid $border-color-lightest;
59 }
60
61 }
62 .os-ordered-step-child-info {
63 display: flex;
64 align-items: center;
65 gap: 4px;
66 padding: 3px;
67 .os-ordered-step-drag {
68 font-size: 14px;
69 padding: 4px;
70 }
71 .os-ordered-step-child-name {
72 font-family: $headings-font-family;
73 font-size: $headings-font-size-s;
74 font-weight: $headings-font-weight-bold;
75 }
76 }
77
78 .os-ordered-steps .os-ordered-step, .gu-mirror.os-ordered-step{
79 &.gu-mirror.os-ordered-step {
80 }
81 }
82
83 .gu-mirror.os-ordered-step-child {
84 box-shadow: 0 20px 50px 0 rgba(159,166,181,0.4), 0 2px 1px 0 rgba(119,128,147,0.20);
85 border-radius: 6px;
86 background-color: #fff;
87 }
88 .gu-mirror.os-ordered-step {
89 box-shadow: 0 20px 50px 0 rgba(159,166,181,0.4), 0 2px 1px 0 rgba(119,128,147,0.20);
90 border-color: #ddd;
91 border-bottom-color: #999;
92 border-radius: 6px;
93 .os-ordered-step-info {
94 padding: 10px;
95 }
96 }