_animations.scss
9 months ago
_booking.scss
9 months ago
_booking_animations.scss
1 year ago
_buttons.scss
9 months ago
_calendar.scss
3 months ago
_customer_dashboard.scss
9 months ago
_forms.scss
9 months ago
_grid.scss
1 year ago
_icons.scss
9 months ago
_items.scss
9 months ago
_lightbox.scss
1 week 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 | } |