PluginProbe ʕ •ᴥ•ʔ
LatePoint – Calendar Booking Plugin for Appointments and Events / trunk
LatePoint – Calendar Booking Plugin for Appointments and Events vtrunk
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 / shared / _auth.scss
latepoint / lib / assets / stylesheets / shared Last commit date
_animations.scss 1 year ago _auth.scss 9 months ago _booking_form_summary.scss 9 months ago _clean_layout.scss 9 months ago _step_customer.scss 9 months ago _step_datepicker.scss 9 months ago _variables.scss 1 year ago
_auth.scss
75 lines
1 .os-customer-login-password-fields-w {
2 position: relative;
3
4 .step-forgot-password-btn {
5 position: absolute;
6 top: 50%;
7 transform: translateY(-50%);
8 right: 15px;
9 z-index: 1;
10 text-decoration: underline;
11 padding-top: 0px;
12 padding-bottom: 0px;
13 font-size: $body-font-size-xs;
14 }
15 }
16
17 .os-password-reset-form-holder {
18 .os-password-reset-form-w {
19 margin-bottom: 15px;
20 }
21
22 h4 {
23 margin: 0px;
24 margin-bottom: 5px;
25 padding: 0px;
26 }
27
28 p {
29 margin-bottom: 10px;
30 }
31
32 .os-form-message-w {
33 margin-bottom: 10px;
34 margin-top: 10px;
35 }
36 }
37
38 .hide-when-entering-otp {
39 &.os-hidden {
40 display: none;
41 }
42 }
43
44 .alternative-login-option {
45 padding: 8px;
46 text-decoration: none;
47 font-weight: $body-font-weight-bold;
48 white-space: nowrap;
49 overflow: hidden;
50 display: flex;
51 align-items: center;
52 color: $body-color;
53 border: 1px solid #d5d5d5;
54 cursor: pointer;
55 margin-bottom: 15px;
56
57 i {
58 width: 40px;
59 font-size: 23px;
60 }
61
62 span {
63 padding-right: 40px;
64 text-align: center;
65 flex: 1;
66 }
67
68 &.os-hidden {
69 display: none;
70 }
71 }
72
73 .latepoint-customer-auth-wrapper {
74 margin-bottom: 15px;
75 }