PluginProbe ʕ •ᴥ•ʔ
LatePoint – Calendar Booking Plugin for Appointments and Events / 5.1.3
LatePoint – Calendar Booking Plugin for Appointments and Events v5.1.3
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 1 year ago _booking.scss 1 year ago _booking_animations.scss 1 year ago _buttons.scss 1 year ago _calendar.scss 1 year ago _customer_dashboard.scss 1 year ago _forms.scss 1 year ago _grid.scss 1 year ago _icons.scss 1 year ago _items.scss 1 year ago _lightbox.scss 1 year ago _login.scss 1 year ago _mixins.scss 1 year ago _notifications.scss 1 year ago _print.scss 1 year ago _responsive.scss 1 year ago _shared.scss 1 year ago _shortcodes.scss 1 year ago _type.scss 1 year ago _utilities.scss 1 year ago _variables.scss 1 year ago
_shared.scss
150 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
64 span {
65 border-bottom: 1px dotted $brand-primary;
66 }
67 }
68 }
69 }
70 .topi-heading {
71 display: flex;
72 align-items: center;
73 gap: 10px;
74 font-size: $headings-font-size-l;
75 font-weight: $headings-font-weight-black;
76 font-family: $headings-font-family;
77 color: $headings-color;
78 line-height: 1.1;
79 margin-bottom: 15px;
80 .topih-line {
81 height: 10px;
82 background-color: #eee;
83 flex: 1;
84 }
85 }
86
87 .topi-transaction {
88 padding: 15px;
89 border: 1px solid #eee;
90 border-bottom-color: #aaa;
91 position: relative;
92 & + .topi-transaction {
93 margin-top: 15px;
94 }
95 .topit-amount {
96 font-size: $headings-font-size-m;
97 font-weight: $headings-font-weight-black;
98 font-family: $headings-font-family;
99 color: $headings-color;
100 }
101 .topit-sub-info {
102 display: flex;
103 justify-content: space-between;
104 align-items: center;
105 font-size: $body-font-size-xs;
106 color: $color-faded;
107 }
108 .topit-transaction-status {
109 position: absolute;
110 top: 0px;
111 right: 0;
112 padding: 2px;
113 background-color: #eee;
114 font-size: $body-font-size-xxs;
115 }
116 .topit-receipt-link {
117 display: inline-flex;
118 align-items: center;
119 gap: 5px;
120 font-size: $body-font-size-xs;
121 color: $brand-primary;
122 text-decoration: none;
123 margin-top: 5px;
124 span {
125 border-bottom: 1px dotted $brand-primary;
126 }
127 i {
128 font-size: 11px;
129 }
130 }
131 }
132 }
133
134
135 .order-summary-items-heading {
136 display: flex;
137 align-items: center;
138 gap: 10px;
139 font-size: $headings-font-size-s;
140 font-weight: $headings-font-weight-black;
141 font-family: $headings-font-family;
142 color: $color-faded;
143 line-height: 1.1;
144 .osih-line {
145 height: 10px;
146 background-color: rgba(0, 0, 0, 0.03);
147 flex: 1;
148 }
149 }
150