PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.1.2
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.1.2
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 / shared / _variables.scss
latepoint / lib / assets / stylesheets / shared Last commit date
_animations.scss 1 year ago _booking_form_summary.scss 1 year ago _clean_layout.scss 1 year ago _step_customer.scss 1 year ago _step_datepicker.scss 1 year ago _variables.scss 1 year ago
_variables.scss
39 lines
1 /*!
2 * Copyright (c) 2024 LatePoint LLC. All rights reserved.
3 */
4
5 $font-size-base: 15px;
6 $headings-font-size: 15px;
7
8 $body-font-weight-normal: 400;
9 $body-font-weight-bold: 400;
10 $body-font-weight-black: 600;
11
12 $headings-font-weight-black: 600;
13
14 $booking-side-panel-width: 270px;
15 $booking-side-panel-bg: var(--latepoint-side-panel-bg);
16 $booking-form-width: 740px;
17 $booking-form-content-width: 470px;
18 $summary-box-width: 270px;
19 $summary-box-bg: #fff;
20 $booking-modal-header-height: 60px;
21 $booking-summary-padding-x: 25px;
22
23
24 $headings-font-size-xxs: 11px;
25 $headings-font-size-xs: 13px;
26 $headings-font-size-s: 15px;
27 $headings-font-size-m: 17px;
28 $headings-font-size-l: 20px;
29 $headings-font-size-xl: 24px;
30 $headings-font-size-xxl: 36px;
31
32 $body-font-size-xxl: 32px;
33 $body-font-size-xl: 24px;
34 $body-font-size-l: 20px;
35 $body-font-size-m: 17px;
36 $body-font-size-s: 15px;
37 $body-font-size-xs: 13px;
38 $body-font-size-xxs: 11px;
39