PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / trunk
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress vtrunk
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 / front / _login.scss
latepoint / lib / assets / stylesheets / front Last commit date
_animations.scss 9 months ago _booking.scss 1 hour ago _booking_animations.scss 1 year ago _buttons.scss 9 months ago _calendar.scss 3 months ago _customer_dashboard.scss 1 hour ago _forms.scss 9 months ago _grid.scss 1 year ago _icons.scss 9 months ago _items.scss 9 months ago _lightbox.scss 2 weeks ago _login.scss 9 months ago _mixins.scss 1 year ago _notifications.scss 9 months ago _print.scss 1 year ago _responsive.scss 9 months ago _shared.scss 1 year ago _shortcodes.scss 1 year ago _type.scss 1 year ago _utilities.scss 1 year ago _variables.scss 9 months ago
_login.scss
69 lines
1 .latepoint-login-form-w.os-form-w {
2 max-width: 470px;
3 margin: 30px auto!important;
4 box-shadow: 0px 1px 2px rgba(0,0,0,0.2), 0px 10px 25px rgba(0,0,0,0.1);
5 padding: 40px;
6 background-color: #fff;
7 border-radius: $border-radius;
8
9 h4 {
10 margin: 0px;
11 margin-bottom: 15px;
12 padding: 0px;
13 color: $headings-color;
14 }
15 .os-form-group:last-child {
16 margin-bottom: 0px;
17 }
18
19 .os-form-buttons {
20 justify-content: space-between;
21 }
22
23 .os-customer-wrapped-box {
24 padding: 0;
25 border: none;
26 box-shadow: none;
27 }
28 .os-password-reset-form-w .password-reset-back-to-login {
29 top: 0;
30 right: 0;
31 }
32 .os-customer-wrapped-box .latepoint-customer-otp-close {
33 top: 0;
34 right: 0;
35 }
36
37 }
38
39 .latepoint-customer-dashboard-redirecting {
40 position: relative;
41 padding-top: 30px;
42 text-align: center;
43 font-size: $body-font-size-m;
44 color: $color-faded;
45 &:before {
46 @include loading-circle($brand-primary, 24px);
47 top: 0;
48 }
49 }
50
51 .os-password-reset-form-w {
52 position: relative;
53 .password-reset-back-to-login {
54 position: absolute;
55 top: 10px;
56 right: 10px;
57 font-size: floor($font-size-base * 0.8);
58 align-items: center;
59 color: #bd3d3d;
60 span {
61 margin-right: 5px;
62 }
63 span, i {
64 display: inline-block;
65 vertical-align: middle;
66 }
67 }
68
69 }