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