_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
_variables.scss
56 lines
| 1 | $brand-primary: var(--latepoint-brand-primary); |
| 2 | $color-faded: #7c85a3; |
| 3 | |
| 4 | // Fonts |
| 5 | $body-font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; |
| 6 | $headings-font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; |
| 7 | $mono-font-family: "latepoint", 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', Menlo, Consolas, monospace; |
| 8 | |
| 9 | |
| 10 | $letter-spacing: 1px; |
| 11 | $letter-spacing-lg: 2px; |
| 12 | |
| 13 | $border-radius: var(--latepoint-border-radius); |
| 14 | $border-radius-sm: var(--latepoint-border-radius-sm); |
| 15 | $border-radius-md: var(--latepoint-border-radius-md); |
| 16 | $border-radius-lg: var(--latepoint-border-radius-lg); |
| 17 | |
| 18 | $body-font-weight-normal: 400; |
| 19 | $body-font-weight-bold: 600; |
| 20 | $headings-font-weight-normal: 600; |
| 21 | $headings-font-weight-bold: 600; |
| 22 | |
| 23 | $mono-font-weight-normal: 600; |
| 24 | $mono-font-weight-bold: 600; |
| 25 | |
| 26 | // Forms |
| 27 | $form-input-border-color: #cad2e0; |
| 28 | $form-controls-border-radius: var(--latepoint-border-radius); |
| 29 | $form-controls-color: #32373c; |
| 30 | $form-controls-select-height: auto; |
| 31 | |
| 32 | |
| 33 | $form-controls-border-color-error: #b55959; |
| 34 | $form-controls-color-error: #872727; |
| 35 | $form-controls-background-error: #b55959; |
| 36 | $form-controls-label-color-error: #bf6666; |
| 37 | |
| 38 | $form-input-border-color-invalid: #eb3a3a; |
| 39 | |
| 40 | $headings-color: #14161d; |
| 41 | $body-color: var(--latepoint-body-color); |
| 42 | |
| 43 | $border-color-light: #f1f1f1; |
| 44 | $border-color-lightest: #f9f9f9; |
| 45 | $border-color-strong: #ddd; |
| 46 | |
| 47 | $rounded-borders-radius: 8px; |
| 48 | $item-border-color: #E5E7EE; |
| 49 | $calendar-day-box-bg: #eefdec; |
| 50 | $calendar-timeline-off-bg: #e6e9ef; |
| 51 | $timeblock-available-bg: #8fe286; |
| 52 | $timeblock-tick-height: 24px; |
| 53 | |
| 54 | $images-path: '/wp-content/plugins/latepoint/public/images'; |
| 55 | $fonts-path: '/wp-content/plugins/latepoint/public/fonts'; |
| 56 | $calendar-timeslot-height: 44px; |