PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.1.6
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.1.6
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 1 year ago _booking.scss 1 year ago _booking_animations.scss 1 year ago _buttons.scss 1 year ago _calendar.scss 1 year ago _customer_dashboard.scss 1 year ago _forms.scss 1 year ago _grid.scss 1 year ago _icons.scss 1 year ago _items.scss 1 year ago _lightbox.scss 1 year ago _login.scss 1 year ago _mixins.scss 1 year ago _notifications.scss 1 year ago _print.scss 1 year ago _responsive.scss 1 year ago _shared.scss 1 year ago _shortcodes.scss 1 year ago _type.scss 1 year ago _utilities.scss 1 year ago _variables.scss 1 year ago
_login.scss
42 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
8 h4 {
9 margin: 0px;
10 margin-bottom: 15px;
11 padding: 0px;
12 color: $headings-color;
13 }
14 .os-form-group:last-child {
15 margin-bottom: 0px;
16 }
17
18 .os-form-buttons {
19 justify-content: space-between;
20 }
21
22 }
23
24 .os-password-reset-form-w {
25 position: relative;
26 .password-reset-back-to-login {
27 position: absolute;
28 top: 10px;
29 right: 10px;
30 font-size: floor($font-size-base * 0.8);
31 align-items: center;
32 color: #bd3d3d;
33 span {
34 margin-right: 5px;
35 }
36 span, i {
37 display: inline-block;
38 vertical-align: middle;
39 }
40 }
41
42 }