PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.6.1
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.6.1
5.6.10 5.6.9 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 / front / _grid.scss
latepoint / lib / assets / stylesheets / front Last commit date
_animations.scss 10 months ago _booking.scss 10 months ago _booking_animations.scss 1 year ago _buttons.scss 10 months ago _calendar.scss 4 months ago _customer_dashboard.scss 10 months ago _forms.scss 10 months ago _grid.scss 1 year ago _icons.scss 10 months ago _items.scss 10 months ago _lightbox.scss 10 months ago _login.scss 10 months ago _mixins.scss 1 year ago _notifications.scss 10 months ago _print.scss 1 year ago _responsive.scss 10 months ago _shared.scss 1 year ago _shortcodes.scss 1 year ago _type.scss 1 year ago _utilities.scss 1 year ago _variables.scss 10 months ago
_grid.scss
40 lines
1 .os-row {
2 display: flex;
3 justify-content: space-between;
4 align-items: center;
5 flex-wrap: wrap;
6 margin-left: -7px;
7 margin-right: -7px;
8 }
9 .os-col-8 {
10 flex: 0 0 66.6%;
11 padding: 0px 7px;
12 }
13 .os-col-4 {
14 flex: 0 0 33.3%;
15 padding: 0px 7px;
16 }
17 .os-col-3 {
18 flex: 0 0 25%;
19 padding: 0px 7px;
20 }
21 .os-col-9 {
22 flex: 0 0 75%;
23 padding: 0px 7px;
24 }
25 .os-col-6 {
26 flex: 0 0 50%;
27 padding: 0px 7px;
28 }
29 .os-col-12 {
30 flex: 0 0 100%;
31 padding: 0px 7px;
32 }
33
34
35 @media (max-width: 600px){
36 .os-col-sm-12 {
37 flex: 0 0 100%;
38 padding: 0px 7px;
39 }
40 }