_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 | } |