PluginProbe ʕ •ᴥ•ʔ
LatePoint – Calendar Booking Plugin for Appointments and Events / trunk
LatePoint – Calendar Booking Plugin for Appointments and Events vtrunk
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 / _shared.scss
latepoint / lib / assets / stylesheets / front Last commit date
_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 6 days 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
_shared.scss
136 lines
1 .latepoint-w {
2 font-family: $body-font-family;
3 font-weight: $body-font-weight-normal;
4 font-size: $font-size-base;
5
6 h1, h2, h3, h4, h5, h6 {
7 font-family: $headings-font-family;
8 font-weight: $headings-font-weight-normal;
9 }
10
11 .latepoint-section-heading-w {
12 display: flex;
13 justify-content: space-between;
14 align-items: center;
15 border-bottom: 1px solid rgba(0,0,0,0.05);
16 margin-bottom: 20px;
17 padding: 10px 0px;
18 margin-top: 20px;
19 .latepoint-section-heading {
20 margin: 0px;
21 padding: 0px;
22 }
23 .heading-extra {
24 font-weight: $body-font-weight-bold;
25 color: $color-faded;
26 }
27 }
28 }
29
30
31
32 .latepoint-tab-triggers {
33
34 }
35
36 .latepoint-tab-content {
37 display: none;
38 &.active {
39 display: block;
40 }
41 }
42
43
44 .order-payments-form-wrapper {
45 .total-order-payments-info {
46 margin-bottom: 30px;
47 .topi-amount {
48 font-size: $headings-font-size-xxl + 10;
49 font-weight: $headings-font-weight-black;
50 font-family: $headings-font-family;
51 color: $headings-color;
52 }
53
54 .topi-sub-info {
55 color: $color-faded;
56
57 a {
58 display: inline-flex;
59 margin-left: 5px;
60 text-decoration: none;
61 align-items: baseline;
62 gap: 5px;
63 color: $brand-primary;
64
65 span {
66 border-bottom: 1px dotted $brand-primary;
67 }
68 }
69 }
70 }
71 .topi-heading {
72 display: flex;
73 align-items: center;
74 gap: 10px;
75 font-size: $headings-font-size-l;
76 font-weight: $headings-font-weight-black;
77 font-family: $headings-font-family;
78 color: $headings-color;
79 line-height: 1.1;
80 margin-bottom: 15px;
81 .topih-line {
82 height: 10px;
83 background-color: #eee;
84 flex: 1;
85 }
86 }
87
88 .topi-transaction {
89 padding: 15px;
90 border: 1px solid #eee;
91 border-bottom-color: #aaa;
92 position: relative;
93 & + .topi-transaction {
94 margin-top: 15px;
95 }
96 .topit-amount {
97 font-size: $headings-font-size-m;
98 font-weight: $headings-font-weight-black;
99 font-family: $headings-font-family;
100 color: $headings-color;
101 }
102 .topit-sub-info {
103 display: flex;
104 justify-content: space-between;
105 align-items: center;
106 font-size: $body-font-size-xs;
107 color: $color-faded;
108 }
109 .topit-transaction-status {
110 position: absolute;
111 top: 0px;
112 right: 0;
113 padding: 2px;
114 background-color: #eee;
115 font-size: $body-font-size-xxs;
116 }
117 }
118 }
119
120
121 .order-summary-items-heading {
122 display: flex;
123 align-items: center;
124 gap: 10px;
125 font-size: $headings-font-size-s;
126 font-weight: $headings-font-weight-normal;
127 font-family: $headings-font-family;
128 color: $color-faded;
129 line-height: 1.1;
130 .osih-line {
131 height: 10px;
132 background-color: rgba(0, 0, 0, 0.03);
133 flex: 1;
134 }
135 }
136