@gomusdev/web-components 0.0.23 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -1
- package/dist-js/components/cart/components/Cart.spec.d.ts +0 -1
- package/dist-js/components/cart/components/Cart.svelte.d.ts +0 -1
- package/dist-js/components/cart/entry.d.ts +0 -0
- package/dist-js/components/cart/lib/CartItem.d.ts +0 -135
- package/dist-js/components/cart/lib/cart.svelte.d.ts +0 -564
- package/dist-js/components/cart/lib/cart.svelte.spec.d.ts +0 -1
- package/dist-js/components/cart/lib/localStorage.spec.d.ts +0 -1
- package/dist-js/components/cart/lib/localStorage.svelte.d.ts +0 -146
- package/dist-js/components/cart/mocks/gomusTicketMocks.d.ts +0 -112
- package/dist-js/components/cart/mocks/testCart.d.ts +0 -306
- package/dist-js/components/donations/lib/donation.spec.d.ts +0 -1
- package/dist-js/components/donations/lib/donation.svelte.d.ts +0 -9
- package/dist-js/components/entry.d.ts +0 -0
- package/dist-js/components/forms/entry.d.ts +0 -0
- package/dist-js/components/forms/lib/Field.svelte.d.ts +0 -26
- package/dist-js/components/forms/lib/allFields.d.ts +0 -3
- package/dist-js/components/forms/lib/details.svelte.d.ts +0 -11
- package/dist-js/components/forms/lib/forms.svelte.d.ts +0 -19
- package/dist-js/components/forms/ui/Signup.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/AllFields.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/ErrorsFeedback.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/FieldGroup.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/Form.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/FormFeedback.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/InputAndLabel.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/Submit.spec.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/Submit.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/generic/SuccessFeedback.svelte.d.ts +0 -1
- package/dist-js/components/forms/ui/specs/TestForm.spec.d.ts +0 -1
- package/dist-js/components/graveyard/event/entry.d.ts +0 -0
- package/dist-js/components/graveyard/event/lib.svelte.d.ts +0 -43
- package/dist-js/components/graveyard/events/entry.d.ts +0 -0
- package/dist-js/components/if/If.svelte.d.ts +0 -1
- package/dist-js/components/if/If.svelte.spec.d.ts +0 -1
- package/dist-js/components/if/entry.d.ts +0 -0
- package/dist-js/components/if/expression.d.ts +0 -1
- package/dist-js/components/if/expression.spec.d.ts +0 -1
- package/dist-js/components/init/GomusInit.svelte.d.ts +0 -1
- package/dist-js/components/init/GomusInit.test.d.ts +0 -1
- package/dist-js/components/init/Init.svelte.d.ts +0 -1
- package/dist-js/components/init/entry.d.ts +0 -0
- package/dist-js/components/mainnav/components/MainNav.spec.d.ts +0 -1
- package/dist-js/components/mainnav/fixtures/fixtures.d.ts +0 -2
- package/dist-js/components/mainnav/lib/generators/generate.d.ts +0 -4
- package/dist-js/components/mainnav/lib/generators/generate.spec.d.ts +0 -1
- package/dist-js/components/mainnav/lib/generators/labelGenerators.d.ts +0 -2
- package/dist-js/components/mainnav/lib/generators/navGenerators.d.ts +0 -2
- package/dist-js/components/mainnav/lib/generators/subNavGenerators.d.ts +0 -7
- package/dist-js/components/mainnav/lib/generators/urlGenerators.d.ts +0 -2
- package/dist-js/components/mainnav/lib/navigation.d.ts +0 -32
- package/dist-js/components/mainnav/lib/navigation.spec.d.ts +0 -1
- package/dist-js/components/mainnav/lib/states/OpenedDropdown.svelte.d.ts +0 -20
- package/dist-js/components/mainnav/lib/states/pageState.svelte.d.ts +0 -7
- package/dist-js/components/paypal/lib/PaymentError.d.ts +0 -3
- package/dist-js/components/paypal/lib/approvePaypalOrder.d.ts +0 -4
- package/dist-js/components/paypal/lib/getPaypalOrder.d.ts +0 -1
- package/dist-js/components/paypal/payment-method-component/paymentIcons.d.ts +0 -14
- package/dist-js/components/paypal/payment-method-component/paymentMethodStore.svelte.d.ts +0 -3
- package/dist-js/components/paypal/payment-methods/apm.d.ts +0 -3
- package/dist-js/components/paypal/payment-methods/applepay/applePay.d.ts +0 -2
- package/dist-js/components/paypal/payment-methods/currentOrder.svelte.d.ts +0 -3
- package/dist-js/components/paypal/payment-methods/defaults.d.ts +0 -28
- package/dist-js/components/paypal/payment-methods/googlepay/googlePay.d.ts +0 -2
- package/dist-js/components/paypal/payment-methods/loadPaypalScript.d.ts +0 -5
- package/dist-js/components/ticketSelection/SpecUtils.d.ts +0 -3
- package/dist-js/components/ticketSelection/TicketSelection.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/TicketSelection.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/TicketSelectionDetails.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/TicketSelectionDetails.svelte.d.ts +0 -26
- package/dist-js/components/ticketSelection/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/AddToCartButton.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/AddToCartButton.svelte.d.ts +0 -6
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/AddToCartButton.svelte.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/addToCartButton/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/components/Calendar.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/calendar/components/CalendarUI.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/calendar/components/CalendarUI.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/calendar/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/calendar/lib/calendar.svelte.d.ts +0 -35
- package/dist-js/components/ticketSelection/subcomponents/calendar/mocks/datesMock.d.ts +0 -33
- package/dist-js/components/ticketSelection/subcomponents/tickets/Tickets.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/tickets/Tickets.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/tickets/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/fixtures/ticketFixtures.d.ts +0 -191
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/GroupBody.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/GroupSum.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/TicketGroup.svelte.d.ts +0 -626
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/TicketsSum.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/addToCartButton/entry.d.ts +0 -0
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/utils.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/tickets/subcomponents/utils.svelte.d.ts +0 -9
- package/dist-js/components/ticketSelection/subcomponents/timeslots/Timeslots.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/timeslots/Timeslots.svelte.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/timeslots/entry.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/__mocks__/generateAvailableTimeSlots.d.ts +0 -8
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/generateAvailableTimeSlots.d.ts +0 -50
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/generateAvailableTimeSlots.specs.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/lib.spec.d.ts +0 -1
- package/dist-js/components/ticketSelection/subcomponents/timeslots/lib/lib.svelte.d.ts +0 -6
- package/dist-js/config/config.d.ts +0 -12
- package/dist-js/config/config.spec.d.ts +0 -1
- package/dist-js/e2e/APMs.e2e.spec.d.ts +0 -1
- package/dist-js/e2e/Card.e2e.spec.d.ts +0 -1
- package/dist-js/e2e/testApm.d.ts +0 -7
- package/dist-js/go.svelte.d.ts +0 -1
- package/dist-js/gomus-webcomponents.css +0 -1247
- package/dist-js/gomus-webcomponents.iife.js +0 -18516
- package/dist-js/gomus-webcomponents.js +0 -18515
- package/dist-js/lib/annual-ticket-personalization/index.d.ts +0 -1
- package/dist-js/lib/annual-ticket-personalization/stores.d.ts +0 -3
- package/dist-js/lib/gomusTicket.spec.d.ts +0 -1
- package/dist-js/lib/gomusTicket.svelte.d.ts +0 -122
- package/dist-js/lib/helpers/DataHolder.d.ts +0 -3
- package/dist-js/lib/helpers/Events.d.ts +0 -6
- package/dist-js/lib/helpers/PropertyTracker.d.ts +0 -9
- package/dist-js/lib/helpers/PropertyTracker.spec.d.ts +0 -1
- package/dist-js/lib/helpers/ShadowStyles.svelte.d.ts +0 -1
- package/dist-js/lib/helpers/Wrapper.svelte.d.ts +0 -1
- package/dist-js/lib/helpers/context.spec.d.ts +0 -1
- package/dist-js/lib/helpers/context.svelte.d.ts +0 -2
- package/dist-js/lib/helpers/dataAttr.d.ts +0 -9
- package/dist-js/lib/helpers/dataAttr.spec.d.ts +0 -1
- package/dist-js/lib/helpers/fixtures/context/lib.d.ts +0 -5
- package/dist-js/lib/helpers/shopCart.d.ts +0 -34
- package/dist-js/lib/helpers/translations.d.ts +0 -752
- package/dist-js/lib/helpers/urls.d.ts +0 -62
- package/dist-js/lib/helpers/utils.d.ts +0 -25
- package/dist-js/lib/helpers/wrapInElement.d.ts +0 -1
- package/dist-js/lib/helpers/wrapInElement.spec.d.ts +0 -1
- package/dist-js/lib/stores/__mocks__/shop.svelte.d.ts +0 -2
- package/dist-js/lib/stores/shop.svelte.d.ts +0 -1286
- package/dist-js/lib/stores/shop.svelte.test.d.ts +0 -1
- package/dist-js/lib/stores/user.svelte.d.ts +0 -16
- package/dist-js/lib/stores/user.svelte.test.d.ts +0 -1
- package/dist-js/lib/storybook/WrapperComponent.d.ts +0 -1
- package/dist-js/lib/storybook/sbGlobals.svelte.d.ts +0 -9
- package/dist-js/lib/types/types.d.ts +0 -1
- package/dist-js/lib/utils.d.ts +0 -1
- package/dist-js/lib/vitest/mockedCookies.d.ts +0 -2
- package/dist-js/lib/vitest/msw/basicHandlers.d.ts +0 -3
- package/dist-js/lib/vitest/msw/handlers.d.ts +0 -1758
- package/dist-js/lib/vitest/msw/vitestMSWSetup.d.ts +0 -2
- package/dist-js/lib/vitest/snapshotSerializer.d.ts +0 -1
- package/dist-js/main.d.ts +0 -5
- package/dist-js/mocks/ShopMocks.d.ts +0 -179
- package/dist-js/mocks/mocks.d.ts +0 -1922
- package/dist-js/sveltekit/app/environment.d.ts +0 -1
- package/dist-js/sveltekit/app/forms.d.ts +0 -23
- package/dist-js/sveltekit/app/navigation.d.ts +0 -4
- package/dist-js/sveltekit/app/stores.d.ts +0 -2
- package/dist-js/vitest-setup.d.ts +0 -0
|
@@ -1,1247 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/* General reset for list items */
|
|
3
|
-
|
|
4
|
-
:global .innerZoomElementWrapper h3 {
|
|
5
|
-
margin-top: 4rem;
|
|
6
|
-
margin-bottom: 1rem;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
:global .innerZoomElementWrapper go-tickets {
|
|
10
|
-
display: flex;
|
|
11
|
-
flex-direction: column;
|
|
12
|
-
gap: 1rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
:global .innerZoomElementWrapper go-tickets label {
|
|
16
|
-
display: inline-block;
|
|
17
|
-
padding: 10px 20px;
|
|
18
|
-
border: 2px solid #ccc;
|
|
19
|
-
border-radius: 5px;
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
transition:
|
|
22
|
-
background-color 0.3s, border-color 0.3s;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/* Available timeslot */
|
|
26
|
-
|
|
27
|
-
:global .innerZoomElementWrapper go-tickets .available {
|
|
28
|
-
background-color: #fff;
|
|
29
|
-
color: #333;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
:global .innerZoomElementWrapper go-tickets input[type='checkbox'] {
|
|
33
|
-
display: none; /* Hide the radio button */
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/* When a timeslot is selected (checked radio button) */
|
|
37
|
-
|
|
38
|
-
:global .innerZoomElementWrapper go-tickets label:has(input[type='checkbox']:checked) {
|
|
39
|
-
background-color: #12826a;
|
|
40
|
-
background-color: var(--primary); /* blue-green color */
|
|
41
|
-
border-color: #12826a;
|
|
42
|
-
border-color: var(--primary);
|
|
43
|
-
color: white;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/* Finished (unavailable) timeslot */
|
|
47
|
-
|
|
48
|
-
:global .innerZoomElementWrapper go-tickets .finished {
|
|
49
|
-
background-color: #f0f0f0;
|
|
50
|
-
color: #999;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
:global .innerZoomElementWrapper go-tickets .finished input {
|
|
54
|
-
display: none;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
:global .innerZoomElementWrapper go-tickets .finished {
|
|
58
|
-
pointer-events: none;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/* Disabled radio button appearance */
|
|
62
|
-
|
|
63
|
-
:global .innerZoomElementWrapper go-tickets input:disabled + label {
|
|
64
|
-
background-color: #e0e0e0;
|
|
65
|
-
color: #bbb;
|
|
66
|
-
cursor: not-allowed;
|
|
67
|
-
border-color: #ddd;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
:global .innerZoomElementWrapper go-tickets label:hover {
|
|
71
|
-
background-color: #f0f0f0;
|
|
72
|
-
border-color: #aaa;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/* Focus state for better accessibility */
|
|
76
|
-
|
|
77
|
-
:global .innerZoomElementWrapper go-tickets input:focus + label {
|
|
78
|
-
outline: 2px solid #0052cc;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
:global .innerZoomElementWrapper .events ul {
|
|
82
|
-
list-style: none;
|
|
83
|
-
display: grid;
|
|
84
|
-
grid-template-columns: repeat(auto-fit, 10rem);
|
|
85
|
-
grid-gap: 1rem;
|
|
86
|
-
gap: 1rem;
|
|
87
|
-
grid-template-rows: auto auto auto;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
:global .innerZoomElementWrapper .events li {
|
|
91
|
-
display: flex;
|
|
92
|
-
flex-direction: column;
|
|
93
|
-
justify-content: space-between;
|
|
94
|
-
height: 100%;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
:global .innerZoomElementWrapper .events go-event {
|
|
98
|
-
background: #fff0dd; /* Soft light gray for a modern look */
|
|
99
|
-
padding: 1.5rem;
|
|
100
|
-
display: flex;
|
|
101
|
-
flex-direction: column;
|
|
102
|
-
border-radius: 1rem; /* Larger radius for a smoother, rounded appearance */
|
|
103
|
-
height: 100%; /* Ensures cells stretch to fill the row height */
|
|
104
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
|
|
105
|
-
transition: box-shadow 0.3s ease; /* Smooth shadow transition on hover */
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
:global .innerZoomElementWrapper .events go-event:hover {
|
|
109
|
-
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow on hover */
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
:global .innerZoomElementWrapper .events go-event-title {
|
|
113
|
-
font-weight: bold;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
:global .innerZoomElementWrapper .events go-event-kind {
|
|
117
|
-
font-size: 0.8rem;
|
|
118
|
-
flex: 100;
|
|
119
|
-
margin-bottom: 1rem;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
:global .innerZoomElementWrapper .events go-event-date {
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
:host,
|
|
126
|
-
:root {
|
|
127
|
-
--black: #111;
|
|
128
|
-
--red: red;
|
|
129
|
-
--light-red: #fff0f0;
|
|
130
|
-
--primary: #12826a;
|
|
131
|
-
--invalid-border: 4px solid var(--red);
|
|
132
|
-
--color-contrast: #111;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
:host,
|
|
136
|
-
:root {
|
|
137
|
-
--color-contrast: #111;
|
|
138
|
-
--black: #111;
|
|
139
|
-
--red: red;
|
|
140
|
-
--light-red: #fff0f0;
|
|
141
|
-
--primary: #12826a;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
:host .is-invalid {
|
|
145
|
-
--color-contrast: #ff0000;
|
|
146
|
-
background-color: #fff0f0;
|
|
147
|
-
background-color: var(--light-red);
|
|
148
|
-
border-left: 4px solid red;
|
|
149
|
-
border-left: var(--invalid-border);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
:root .is-invalid {
|
|
153
|
-
--color-contrast: #ff0000;
|
|
154
|
-
background-color: #fff0f0;
|
|
155
|
-
background-color: var(--light-red);
|
|
156
|
-
border-left: 4px solid red;
|
|
157
|
-
border-left: var(--invalid-border);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
:host .form-group {
|
|
161
|
-
margin-bottom: 0.5rem;
|
|
162
|
-
display: flex;
|
|
163
|
-
flex-direction: column;
|
|
164
|
-
--invalid-border: 4px solid var(--red);
|
|
165
|
-
|
|
166
|
-
padding: 0.5rem;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
:root .form-group {
|
|
170
|
-
margin-bottom: 0.5rem;
|
|
171
|
-
display: flex;
|
|
172
|
-
flex-direction: column;
|
|
173
|
-
--invalid-border: 4px solid var(--red);
|
|
174
|
-
|
|
175
|
-
padding: 0.5rem;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
:host .go-field {
|
|
179
|
-
margin-bottom: 0.5rem;
|
|
180
|
-
display: flex;
|
|
181
|
-
flex-direction: column;
|
|
182
|
-
--invalid-border: 4px solid var(--red);
|
|
183
|
-
|
|
184
|
-
padding: 0.5rem;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
:root .go-field {
|
|
188
|
-
margin-bottom: 0.5rem;
|
|
189
|
-
display: flex;
|
|
190
|
-
flex-direction: column;
|
|
191
|
-
--invalid-border: 4px solid var(--red);
|
|
192
|
-
|
|
193
|
-
padding: 0.5rem;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
:host .form-group label {
|
|
197
|
-
font-weight: bold;
|
|
198
|
-
margin-bottom: 0.25rem;
|
|
199
|
-
color: #111;
|
|
200
|
-
color: var(--color-contrast);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
:root .form-group label {
|
|
204
|
-
font-weight: bold;
|
|
205
|
-
margin-bottom: 0.25rem;
|
|
206
|
-
color: #111;
|
|
207
|
-
color: var(--color-contrast);
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
:host .go-field label {
|
|
211
|
-
font-weight: bold;
|
|
212
|
-
margin-bottom: 0.25rem;
|
|
213
|
-
color: #111;
|
|
214
|
-
color: var(--color-contrast);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
:root .go-field label {
|
|
218
|
-
font-weight: bold;
|
|
219
|
-
margin-bottom: 0.25rem;
|
|
220
|
-
color: #111;
|
|
221
|
-
color: var(--color-contrast);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
:host .form-group input {
|
|
225
|
-
padding: 0.5rem;
|
|
226
|
-
font-size: 1rem;
|
|
227
|
-
border: 1px solid #111;
|
|
228
|
-
border: 1px solid var(--color-contrast);
|
|
229
|
-
border-radius: 0.25rem;
|
|
230
|
-
background-color: #fff;
|
|
231
|
-
color: #111;
|
|
232
|
-
color: var(--color-contrast);
|
|
233
|
-
transition: border-color 0.3s ease;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
:root .form-group input {
|
|
237
|
-
padding: 0.5rem;
|
|
238
|
-
font-size: 1rem;
|
|
239
|
-
border: 1px solid #111;
|
|
240
|
-
border: 1px solid var(--color-contrast);
|
|
241
|
-
border-radius: 0.25rem;
|
|
242
|
-
background-color: #fff;
|
|
243
|
-
color: #111;
|
|
244
|
-
color: var(--color-contrast);
|
|
245
|
-
transition: border-color 0.3s ease;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
:host .go-field input {
|
|
249
|
-
padding: 0.5rem;
|
|
250
|
-
font-size: 1rem;
|
|
251
|
-
border: 1px solid #111;
|
|
252
|
-
border: 1px solid var(--color-contrast);
|
|
253
|
-
border-radius: 0.25rem;
|
|
254
|
-
background-color: #fff;
|
|
255
|
-
color: #111;
|
|
256
|
-
color: var(--color-contrast);
|
|
257
|
-
transition: border-color 0.3s ease;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
:root .go-field input {
|
|
261
|
-
padding: 0.5rem;
|
|
262
|
-
font-size: 1rem;
|
|
263
|
-
border: 1px solid #111;
|
|
264
|
-
border: 1px solid var(--color-contrast);
|
|
265
|
-
border-radius: 0.25rem;
|
|
266
|
-
background-color: #fff;
|
|
267
|
-
color: #111;
|
|
268
|
-
color: var(--color-contrast);
|
|
269
|
-
transition: border-color 0.3s ease;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
:host .form-group select {
|
|
273
|
-
padding: 0.5rem;
|
|
274
|
-
font-size: 1rem;
|
|
275
|
-
border: 1px solid #111;
|
|
276
|
-
border: 1px solid var(--color-contrast);
|
|
277
|
-
border-radius: 0.25rem;
|
|
278
|
-
background-color: #fff;
|
|
279
|
-
color: #111;
|
|
280
|
-
color: var(--color-contrast);
|
|
281
|
-
transition: border-color 0.3s ease;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
:root .form-group select {
|
|
285
|
-
padding: 0.5rem;
|
|
286
|
-
font-size: 1rem;
|
|
287
|
-
border: 1px solid #111;
|
|
288
|
-
border: 1px solid var(--color-contrast);
|
|
289
|
-
border-radius: 0.25rem;
|
|
290
|
-
background-color: #fff;
|
|
291
|
-
color: #111;
|
|
292
|
-
color: var(--color-contrast);
|
|
293
|
-
transition: border-color 0.3s ease;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
:host .go-field select {
|
|
297
|
-
padding: 0.5rem;
|
|
298
|
-
font-size: 1rem;
|
|
299
|
-
border: 1px solid #111;
|
|
300
|
-
border: 1px solid var(--color-contrast);
|
|
301
|
-
border-radius: 0.25rem;
|
|
302
|
-
background-color: #fff;
|
|
303
|
-
color: #111;
|
|
304
|
-
color: var(--color-contrast);
|
|
305
|
-
transition: border-color 0.3s ease;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
:root .go-field select {
|
|
309
|
-
padding: 0.5rem;
|
|
310
|
-
font-size: 1rem;
|
|
311
|
-
border: 1px solid #111;
|
|
312
|
-
border: 1px solid var(--color-contrast);
|
|
313
|
-
border-radius: 0.25rem;
|
|
314
|
-
background-color: #fff;
|
|
315
|
-
color: #111;
|
|
316
|
-
color: var(--color-contrast);
|
|
317
|
-
transition: border-color 0.3s ease;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
:host .form-group textarea {
|
|
321
|
-
padding: 0.5rem;
|
|
322
|
-
font-size: 1rem;
|
|
323
|
-
border: 1px solid #111;
|
|
324
|
-
border: 1px solid var(--color-contrast);
|
|
325
|
-
border-radius: 0.25rem;
|
|
326
|
-
background-color: #fff;
|
|
327
|
-
color: #111;
|
|
328
|
-
color: var(--color-contrast);
|
|
329
|
-
transition: border-color 0.3s ease;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
:root .form-group textarea {
|
|
333
|
-
padding: 0.5rem;
|
|
334
|
-
font-size: 1rem;
|
|
335
|
-
border: 1px solid #111;
|
|
336
|
-
border: 1px solid var(--color-contrast);
|
|
337
|
-
border-radius: 0.25rem;
|
|
338
|
-
background-color: #fff;
|
|
339
|
-
color: #111;
|
|
340
|
-
color: var(--color-contrast);
|
|
341
|
-
transition: border-color 0.3s ease;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
:host .go-field textarea {
|
|
345
|
-
padding: 0.5rem;
|
|
346
|
-
font-size: 1rem;
|
|
347
|
-
border: 1px solid #111;
|
|
348
|
-
border: 1px solid var(--color-contrast);
|
|
349
|
-
border-radius: 0.25rem;
|
|
350
|
-
background-color: #fff;
|
|
351
|
-
color: #111;
|
|
352
|
-
color: var(--color-contrast);
|
|
353
|
-
transition: border-color 0.3s ease;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
:root .go-field textarea {
|
|
357
|
-
padding: 0.5rem;
|
|
358
|
-
font-size: 1rem;
|
|
359
|
-
border: 1px solid #111;
|
|
360
|
-
border: 1px solid var(--color-contrast);
|
|
361
|
-
border-radius: 0.25rem;
|
|
362
|
-
background-color: #fff;
|
|
363
|
-
color: #111;
|
|
364
|
-
color: var(--color-contrast);
|
|
365
|
-
transition: border-color 0.3s ease;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
:host .form-group input:focus {
|
|
369
|
-
outline: none;
|
|
370
|
-
border-color: #111;
|
|
371
|
-
border-color: var(--color-contrast);
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
:root .form-group input:focus {
|
|
375
|
-
outline: none;
|
|
376
|
-
border-color: #111;
|
|
377
|
-
border-color: var(--color-contrast);
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
:host .go-field input:focus {
|
|
381
|
-
outline: none;
|
|
382
|
-
border-color: #111;
|
|
383
|
-
border-color: var(--color-contrast);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
:root .go-field input:focus {
|
|
387
|
-
outline: none;
|
|
388
|
-
border-color: #111;
|
|
389
|
-
border-color: var(--color-contrast);
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
:host .form-group select:focus {
|
|
393
|
-
outline: none;
|
|
394
|
-
border-color: #111;
|
|
395
|
-
border-color: var(--color-contrast);
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
:root .form-group select:focus {
|
|
399
|
-
outline: none;
|
|
400
|
-
border-color: #111;
|
|
401
|
-
border-color: var(--color-contrast);
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
:host .go-field select:focus {
|
|
405
|
-
outline: none;
|
|
406
|
-
border-color: #111;
|
|
407
|
-
border-color: var(--color-contrast);
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
:root .go-field select:focus {
|
|
411
|
-
outline: none;
|
|
412
|
-
border-color: #111;
|
|
413
|
-
border-color: var(--color-contrast);
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
:host .form-group textarea:focus {
|
|
417
|
-
outline: none;
|
|
418
|
-
border-color: #111;
|
|
419
|
-
border-color: var(--color-contrast);
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
:root .form-group textarea:focus {
|
|
423
|
-
outline: none;
|
|
424
|
-
border-color: #111;
|
|
425
|
-
border-color: var(--color-contrast);
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
:host .go-field textarea:focus {
|
|
429
|
-
outline: none;
|
|
430
|
-
border-color: #111;
|
|
431
|
-
border-color: var(--color-contrast);
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
:root .go-field textarea:focus {
|
|
435
|
-
outline: none;
|
|
436
|
-
border-color: #111;
|
|
437
|
-
border-color: var(--color-contrast);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
:host .form-group .error {
|
|
441
|
-
color: red;
|
|
442
|
-
font-size: 0.875rem;
|
|
443
|
-
margin-top: 0.25rem;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
:root .form-group .error {
|
|
447
|
-
color: red;
|
|
448
|
-
font-size: 0.875rem;
|
|
449
|
-
margin-top: 0.25rem;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
:host .go-field .error {
|
|
453
|
-
color: red;
|
|
454
|
-
font-size: 0.875rem;
|
|
455
|
-
margin-top: 0.25rem;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
:root .go-field .error {
|
|
459
|
-
color: red;
|
|
460
|
-
font-size: 0.875rem;
|
|
461
|
-
margin-top: 0.25rem;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
:host .form-group .success {
|
|
465
|
-
margin-top: 1rem;
|
|
466
|
-
color: green;
|
|
467
|
-
font-weight: bold;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
:root .form-group .success {
|
|
471
|
-
margin-top: 1rem;
|
|
472
|
-
color: green;
|
|
473
|
-
font-weight: bold;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
:host .go-field .success {
|
|
477
|
-
margin-top: 1rem;
|
|
478
|
-
color: green;
|
|
479
|
-
font-weight: bold;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
:root .go-field .success {
|
|
483
|
-
margin-top: 1rem;
|
|
484
|
-
color: green;
|
|
485
|
-
font-weight: bold;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
:host ul {
|
|
489
|
-
list-style: none;
|
|
490
|
-
padding: 0;
|
|
491
|
-
margin: 0;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
:root ul {
|
|
495
|
-
list-style: none;
|
|
496
|
-
padding: 0;
|
|
497
|
-
margin: 0;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
:host .go-error {
|
|
501
|
-
color: red;
|
|
502
|
-
font-size: 0.875rem;
|
|
503
|
-
margin-top: 0.25rem;
|
|
504
|
-
min-height: 1rem;
|
|
505
|
-
min-height: 1lh;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
:root .go-error {
|
|
509
|
-
color: red;
|
|
510
|
-
font-size: 0.875rem;
|
|
511
|
-
margin-top: 0.25rem;
|
|
512
|
-
min-height: 1rem;
|
|
513
|
-
min-height: 1lh;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
:host .go-field-star {
|
|
517
|
-
color: red;
|
|
518
|
-
font-size: 0.875rem;
|
|
519
|
-
margin-left: 0.25rem;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
:root .go-field-star {
|
|
523
|
-
color: red;
|
|
524
|
-
font-size: 0.875rem;
|
|
525
|
-
margin-left: 0.25rem;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
:host .sr-only {
|
|
529
|
-
position: absolute;
|
|
530
|
-
width: 1px;
|
|
531
|
-
height: 1px;
|
|
532
|
-
padding: 0;
|
|
533
|
-
margin: -1px;
|
|
534
|
-
overflow: hidden;
|
|
535
|
-
clip: rect(0, 0, 0, 0);
|
|
536
|
-
white-space: nowrap;
|
|
537
|
-
border-width: 0;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
:root .sr-only {
|
|
541
|
-
position: absolute;
|
|
542
|
-
width: 1px;
|
|
543
|
-
height: 1px;
|
|
544
|
-
padding: 0;
|
|
545
|
-
margin: -1px;
|
|
546
|
-
overflow: hidden;
|
|
547
|
-
clip: rect(0, 0, 0, 0);
|
|
548
|
-
white-space: nowrap;
|
|
549
|
-
border-width: 0;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
:host .go-feedback {
|
|
553
|
-
margin-bottom: 1rem;
|
|
554
|
-
margin-top: 2rem;
|
|
555
|
-
padding: 0.5rem;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
:root .go-feedback {
|
|
559
|
-
margin-bottom: 1rem;
|
|
560
|
-
margin-top: 2rem;
|
|
561
|
-
padding: 0.5rem;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
:host .go-feedback p {
|
|
565
|
-
margin: 0;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
:root .go-feedback p {
|
|
569
|
-
margin: 0;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
:host .go-feedback.is-invalid {
|
|
573
|
-
background-color: #fff0f0;
|
|
574
|
-
background-color: var(--light-red);
|
|
575
|
-
border-left: 4px solid red;
|
|
576
|
-
border-left: var(--invalid-border);
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
:root .go-feedback.is-invalid {
|
|
580
|
-
background-color: #fff0f0;
|
|
581
|
-
background-color: var(--light-red);
|
|
582
|
-
border-left: 4px solid red;
|
|
583
|
-
border-left: var(--invalid-border);
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
:host .go-feedback.is-successful {
|
|
587
|
-
background-color: #f0fff0;
|
|
588
|
-
border-left: 4px solid #3c763d;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
:root .go-feedback.is-successful {
|
|
592
|
-
background-color: #f0fff0;
|
|
593
|
-
border-left: 4px solid #3c763d;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
:host a {
|
|
597
|
-
color: #12826a;
|
|
598
|
-
color: var(--primary);
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
:root a {
|
|
602
|
-
color: #12826a;
|
|
603
|
-
color: var(--primary);
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
:host button {
|
|
607
|
-
margin-top: 2rem;
|
|
608
|
-
background-color: #12826a;
|
|
609
|
-
background-color: var(--primary);
|
|
610
|
-
color: white;
|
|
611
|
-
font-size: 1.2rem;
|
|
612
|
-
padding: 20px 60px;
|
|
613
|
-
border: none;
|
|
614
|
-
border-radius: 5px;
|
|
615
|
-
cursor: pointer;
|
|
616
|
-
transition: background-color 0.3s ease;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
:root button {
|
|
620
|
-
margin-top: 2rem;
|
|
621
|
-
background-color: #12826a;
|
|
622
|
-
background-color: var(--primary);
|
|
623
|
-
color: white;
|
|
624
|
-
font-size: 1.2rem;
|
|
625
|
-
padding: 20px 60px;
|
|
626
|
-
border: none;
|
|
627
|
-
border-radius: 5px;
|
|
628
|
-
cursor: pointer;
|
|
629
|
-
transition: background-color 0.3s ease;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
:host button:hover {
|
|
633
|
-
background-color: #125948;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
:root button:hover {
|
|
637
|
-
background-color: #125948;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
:host go-events {
|
|
641
|
-
/* Ensure CSS variables are defined */
|
|
642
|
-
--primary: #12826a;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
:root go-events {
|
|
646
|
-
/* Ensure CSS variables are defined */
|
|
647
|
-
--primary: #12826a;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
:host go-events ul {
|
|
651
|
-
display: grid;
|
|
652
|
-
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
|
653
|
-
grid-gap: 1rem;
|
|
654
|
-
gap: 1rem;
|
|
655
|
-
padding: 0;
|
|
656
|
-
list-style: none;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
:root go-events ul {
|
|
660
|
-
display: grid;
|
|
661
|
-
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
|
662
|
-
grid-gap: 1rem;
|
|
663
|
-
gap: 1rem;
|
|
664
|
-
padding: 0;
|
|
665
|
-
list-style: none;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
:host go-events ul li {
|
|
669
|
-
background-color: #fff;
|
|
670
|
-
border-radius: 10px;
|
|
671
|
-
overflow: hidden;
|
|
672
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
673
|
-
transition:
|
|
674
|
-
transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
|
|
675
|
-
display: flex;
|
|
676
|
-
flex-direction: column;
|
|
677
|
-
cursor: pointer;
|
|
678
|
-
border: 1px solid transparent;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
:root go-events ul li {
|
|
682
|
-
background-color: #fff;
|
|
683
|
-
border-radius: 10px;
|
|
684
|
-
overflow: hidden;
|
|
685
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
686
|
-
transition:
|
|
687
|
-
transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
|
|
688
|
-
display: flex;
|
|
689
|
-
flex-direction: column;
|
|
690
|
-
cursor: pointer;
|
|
691
|
-
border: 1px solid transparent;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
:host go-events ul li:hover {
|
|
695
|
-
transform: translateY(-4px);
|
|
696
|
-
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
|
|
697
|
-
border: 1px solid #12826a;
|
|
698
|
-
border: 1px solid var(--primary);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
:root go-events ul li:hover {
|
|
702
|
-
transform: translateY(-4px);
|
|
703
|
-
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
|
|
704
|
-
border: 1px solid #12826a;
|
|
705
|
-
border: 1px solid var(--primary);
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
:host go-events ul li go-event {
|
|
709
|
-
display: flex;
|
|
710
|
-
flex-direction: column;
|
|
711
|
-
height: 100%;
|
|
712
|
-
|
|
713
|
-
/* Image container */
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
:root go-events ul li go-event {
|
|
717
|
-
display: flex;
|
|
718
|
-
flex-direction: column;
|
|
719
|
-
height: 100%;
|
|
720
|
-
|
|
721
|
-
/* Image container */
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
:host go-events ul li go-event go-event-image {
|
|
725
|
-
display: block;
|
|
726
|
-
width: 100%;
|
|
727
|
-
aspect-ratio: 3 / 2;
|
|
728
|
-
-o-object-fit: cover;
|
|
729
|
-
object-fit: cover;
|
|
730
|
-
height: 200px;
|
|
731
|
-
overflow: hidden;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
:root go-events ul li go-event go-event-image {
|
|
735
|
-
display: block;
|
|
736
|
-
width: 100%;
|
|
737
|
-
aspect-ratio: 3 / 2;
|
|
738
|
-
-o-object-fit: cover;
|
|
739
|
-
object-fit: cover;
|
|
740
|
-
height: 200px;
|
|
741
|
-
overflow: hidden;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
:host go-events ul li go-event img {
|
|
745
|
-
max-width: 100%;
|
|
746
|
-
max-height: 100%;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
:root go-events ul li go-event img {
|
|
750
|
-
max-width: 100%;
|
|
751
|
-
max-height: 100%;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
/* Title container */
|
|
755
|
-
|
|
756
|
-
:host go-events ul li go-event go-event-title {
|
|
757
|
-
padding: 0.75rem 1rem;
|
|
758
|
-
font-size: 1rem;
|
|
759
|
-
font-weight: 600;
|
|
760
|
-
color: #12826a;
|
|
761
|
-
color: var(--primary);
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
:root go-events ul li go-event go-event-title {
|
|
765
|
-
padding: 0.75rem 1rem;
|
|
766
|
-
font-size: 1rem;
|
|
767
|
-
font-weight: 600;
|
|
768
|
-
color: #12826a;
|
|
769
|
-
color: var(--primary);
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
:host go-events ul li go-event go-event-title * {
|
|
773
|
-
margin: 0;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
:root go-events ul li go-event go-event-title * {
|
|
777
|
-
margin: 0;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
:host img {
|
|
781
|
-
max-width: 100%;
|
|
782
|
-
max-height: 100%;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
:global go-ticket-selection go-cal {
|
|
786
|
-
display: none;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
:global go-ticket-selection.is-date-selected go-cal {
|
|
790
|
-
display: block;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
:global .azin {
|
|
794
|
-
outline: 20px solid green;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
.azin {
|
|
798
|
-
border: 20px solid green !important;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
/*CALENDARUI CSS*/
|
|
802
|
-
|
|
803
|
-
[data-calendar-wrapper] {
|
|
804
|
-
max-width: 650px;
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
[data-calendar-wrapper] [data-calendar-prev-button],[data-calendar-wrapper] [data-calendar-next-button] {
|
|
808
|
-
padding: 5px !important;
|
|
809
|
-
background-color: transparent !important;
|
|
810
|
-
border: none !important;
|
|
811
|
-
font-size: 1rem !important;
|
|
812
|
-
color: black !important;
|
|
813
|
-
margin-top: 0px !important;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
[data-calendar-wrapper] [data-calendar-cell] {
|
|
817
|
-
text-align: -webkit-center;
|
|
818
|
-
text-align: -moz-center;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
[data-calendar-wrapper] [data-bits-day] {
|
|
822
|
-
display: flex;
|
|
823
|
-
height: 1.5rem;
|
|
824
|
-
width: 1.5rem;
|
|
825
|
-
cursor: pointer;
|
|
826
|
-
-webkit-user-select: none;
|
|
827
|
-
-moz-user-select: none;
|
|
828
|
-
user-select: none;
|
|
829
|
-
align-items: center;
|
|
830
|
-
justify-content: center;
|
|
831
|
-
border-radius: 0.5rem;
|
|
832
|
-
padding: 1rem;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
[data-calendar-wrapper] [data-calendar-header] {
|
|
836
|
-
display: flex;
|
|
837
|
-
padding: 20px 10px;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
[data-calendar-wrapper] [data-calendar-heading] {
|
|
841
|
-
font-weight: 700;
|
|
842
|
-
font-size: 1.125rem;
|
|
843
|
-
line-height: 1.5;
|
|
844
|
-
flex-grow: 1;
|
|
845
|
-
padding: 0 5px;
|
|
846
|
-
text-align: center;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
[data-calendar-wrapper] [data-calendar-grid] {
|
|
850
|
-
width: 100%;
|
|
851
|
-
padding: 5px 6px 7px 6px;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
[data-calendar-wrapper] [data-calendar-grid-row] {
|
|
855
|
-
display: grid;
|
|
856
|
-
grid-template-columns: repeat(7, 1fr);
|
|
857
|
-
grid-gap: 8px;
|
|
858
|
-
gap: 8px;
|
|
859
|
-
padding: 10px 5px;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
[data-calendar-wrapper] [data-calendar-cell] {
|
|
863
|
-
display: flex;
|
|
864
|
-
justify-content: center;
|
|
865
|
-
align-items: center;
|
|
866
|
-
font-size: 0.875rem;
|
|
867
|
-
font-weight: 500;
|
|
868
|
-
border-radius: 100%;
|
|
869
|
-
width: 28px;
|
|
870
|
-
height: 28px;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
[data-calendar-wrapper] [data-calendar-root] {
|
|
874
|
-
padding: 1.25rem;
|
|
875
|
-
border: 1px solid #274779;
|
|
876
|
-
border-radius: 0.25rem;
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
[data-calendar-wrapper] [data-calendar-cell][data-unavailable] {
|
|
880
|
-
color: #757575;
|
|
881
|
-
pointer-events: none;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
[data-calendar-wrapper] [data-calendar-cell][data-disabled] {
|
|
885
|
-
color: #757575;
|
|
886
|
-
pointer-events: none;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
[data-calendar-wrapper] [data-calendar-cell][data-selected] {
|
|
890
|
-
color: #ffffff;
|
|
891
|
-
background-color: #274779;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
[data-calendar-wrapper] [data-calendar-cell][data-today] {
|
|
895
|
-
border: 1px solid #274779;
|
|
896
|
-
border-width: 1px;
|
|
897
|
-
}
|
|
898
|
-
/*END CALENDARUI CSS*/
|
|
899
|
-
|
|
900
|
-
ul[data-go-timeslots] {
|
|
901
|
-
max-width: 650px;
|
|
902
|
-
list-style: none;
|
|
903
|
-
padding: 0;
|
|
904
|
-
margin: 0;
|
|
905
|
-
display: flex;
|
|
906
|
-
flex-wrap: wrap;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
ul[data-go-timeslots] li {
|
|
910
|
-
margin: 5px;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
ul[data-go-timeslots] label {
|
|
914
|
-
display: inline-block;
|
|
915
|
-
padding: 10px 20px;
|
|
916
|
-
border: 2px solid #ccc;
|
|
917
|
-
border-radius: 5px;
|
|
918
|
-
cursor: pointer;
|
|
919
|
-
transition:
|
|
920
|
-
background-color 0.3s, border-color 0.3s;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
/* Available timeslot */
|
|
924
|
-
|
|
925
|
-
ul[data-go-timeslots] .available {
|
|
926
|
-
background-color: #fff;
|
|
927
|
-
color: #333;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
ul[data-go-timeslots] input[type='radio'] {
|
|
931
|
-
display: none; /* Hide the radio button */
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
/* When a timeslot is selected (checked radio button) */
|
|
935
|
-
|
|
936
|
-
ul[data-go-timeslots] label:has(input[type='radio']:checked) {
|
|
937
|
-
background-color: #12826a;
|
|
938
|
-
background-color: var(--primary); /* blue-green color */
|
|
939
|
-
border-color: #12826a;
|
|
940
|
-
border-color: var(--primary);
|
|
941
|
-
color: white;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
/* Finished (unavailable) timeslot */
|
|
945
|
-
|
|
946
|
-
ul[data-go-timeslots] .finished {
|
|
947
|
-
background-color: #f0f0f0;
|
|
948
|
-
color: #999;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
ul[data-go-timeslots] .finished input {
|
|
952
|
-
display: none;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
ul[data-go-timeslots] .finished {
|
|
956
|
-
pointer-events: none;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
/* Disabled radio button appearance */
|
|
960
|
-
|
|
961
|
-
ul[data-go-timeslots] input:disabled + label {
|
|
962
|
-
background-color: #e0e0e0;
|
|
963
|
-
color: #bbb;
|
|
964
|
-
cursor: not-allowed;
|
|
965
|
-
border-color: #ddd;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
ul[data-go-timeslots] label:hover {
|
|
969
|
-
background-color: #f0f0f0;
|
|
970
|
-
border-color: #aaa;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
/* Focus state for better accessibility */
|
|
974
|
-
|
|
975
|
-
ul[data-go-timeslots] input:focus + label {
|
|
976
|
-
outline: 2px solid #0052cc;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
go-tickets {
|
|
980
|
-
/*// Tweak these numbers to change column ratios (must match header + rows)*/
|
|
981
|
-
--col-title: 2;
|
|
982
|
-
--col-desc: 4;
|
|
983
|
-
--col-price: 1;
|
|
984
|
-
--col-qty: 1;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
go-tickets [data-testid='tickets'] {
|
|
988
|
-
margin: 0;
|
|
989
|
-
padding: 0;
|
|
990
|
-
list-style: none;
|
|
991
|
-
|
|
992
|
-
/*// Header row*/
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] {
|
|
996
|
-
top: 0;
|
|
997
|
-
background: inherit;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul {
|
|
1001
|
-
display: flex;
|
|
1002
|
-
align-items: center;
|
|
1003
|
-
gap: 1rem;
|
|
1004
|
-
padding: 0.5rem 0;
|
|
1005
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
1006
|
-
font-weight: 600;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul > li {
|
|
1010
|
-
list-style: none;
|
|
1011
|
-
/*// allow truncation*/
|
|
1012
|
-
min-width: 0;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul > li:first-child {
|
|
1016
|
-
padding-left: 0;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul [data-go-tickets-title] {
|
|
1020
|
-
flex: var(--col-title) 0 0;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul [data-go-tickets-description] {
|
|
1024
|
-
flex: var(--col-desc) 0 0;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul [data-go-tickets-price] {
|
|
1028
|
-
flex: var(--col-price) 0 0;
|
|
1029
|
-
text-align: right;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
go-tickets [data-testid='tickets'] > li[data-go-tickets-header] > ul [data-go-tickets-quality] {
|
|
1033
|
-
flex: var(--col-qty) 0 0;
|
|
1034
|
-
text-align: right;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
/*// Data rows*/
|
|
1038
|
-
|
|
1039
|
-
go-tickets [data-testid='tickets'] > li {
|
|
1040
|
-
list-style: none;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul {
|
|
1044
|
-
display: flex;
|
|
1045
|
-
align-items: center;
|
|
1046
|
-
gap: 1rem;
|
|
1047
|
-
padding: 0.75rem 0;
|
|
1048
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul > li {
|
|
1052
|
-
list-style: none;
|
|
1053
|
-
/*// enable text truncation*/
|
|
1054
|
-
min-width: 0;
|
|
1055
|
-
/*// Optional: single-line truncation (comment out if you want wrapping)*/
|
|
1056
|
-
white-space: nowrap;
|
|
1057
|
-
overflow: hidden;
|
|
1058
|
-
text-overflow: ellipsis;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul [data-go-tickets-title] {
|
|
1062
|
-
flex: var(--col-title) 0 0;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul [data-go-tickets-description] {
|
|
1066
|
-
flex: var(--col-desc) 0 0;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul [data-go-tickets-price] {
|
|
1070
|
-
flex: var(--col-price) 0 0;
|
|
1071
|
-
text-align: right;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul [data-go-tickets-quality] {
|
|
1075
|
-
flex: var(--col-qty) 0 0;
|
|
1076
|
-
text-align: right;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul [data-go-tickets-quality] select {
|
|
1080
|
-
/*// keeps the quantity control aligned but not stretched*/
|
|
1081
|
-
margin-left: auto;
|
|
1082
|
-
/*// adjust as needed*/
|
|
1083
|
-
max-width: 8rem;
|
|
1084
|
-
|
|
1085
|
-
min-width: 4rem;
|
|
1086
|
-
min-height: 2rem;
|
|
1087
|
-
width: auto;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
/*=== CART ===*/
|
|
1091
|
-
go-cart {
|
|
1092
|
-
display: block;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
[data-testid='cart'] {
|
|
1096
|
-
margin: 0;
|
|
1097
|
-
padding: 0;
|
|
1098
|
-
list-style: none;
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
/* Header row */
|
|
1102
|
-
[data-go-cart-header] {
|
|
1103
|
-
background: inherit;
|
|
1104
|
-
padding: 0.5rem 0;
|
|
1105
|
-
}
|
|
1106
|
-
[data-go-cart-header] > ul {
|
|
1107
|
-
display: flex;
|
|
1108
|
-
gap: 1rem;
|
|
1109
|
-
font-weight: 600;
|
|
1110
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
1111
|
-
padding: 0.5rem 0;
|
|
1112
|
-
}
|
|
1113
|
-
[data-go-cart-header] > ul > li {
|
|
1114
|
-
list-style: none;
|
|
1115
|
-
min-width: 0;
|
|
1116
|
-
}
|
|
1117
|
-
[data-go-cart-header] > ul [data-go-cart-item-title] {
|
|
1118
|
-
flex: 2;
|
|
1119
|
-
}
|
|
1120
|
-
[data-go-cart-header] > ul [data-go-cart-item-price] {
|
|
1121
|
-
flex: 1;
|
|
1122
|
-
text-align: right;
|
|
1123
|
-
}
|
|
1124
|
-
[data-go-cart-header] > ul [data-go-cart-item-count] {
|
|
1125
|
-
flex: 1;
|
|
1126
|
-
text-align: right;
|
|
1127
|
-
}
|
|
1128
|
-
[data-go-cart-header] > ul [data-go-cart-item-remove] {
|
|
1129
|
-
flex: 1;
|
|
1130
|
-
text-align: right;
|
|
1131
|
-
}
|
|
1132
|
-
[data-go-cart-header] > ul [data-go-cart-item-sum] {
|
|
1133
|
-
flex: 1;
|
|
1134
|
-
text-align: right;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
/* Data rows */
|
|
1138
|
-
[data-go-cart-item] article > ul {
|
|
1139
|
-
display: flex;
|
|
1140
|
-
gap: 1rem;
|
|
1141
|
-
padding: 0.75rem 0;
|
|
1142
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
1143
|
-
align-items: center;
|
|
1144
|
-
}
|
|
1145
|
-
[data-go-cart-item] article > ul > li {
|
|
1146
|
-
list-style: none;
|
|
1147
|
-
min-width: 0;
|
|
1148
|
-
white-space: nowrap;
|
|
1149
|
-
overflow: hidden;
|
|
1150
|
-
text-overflow: ellipsis;
|
|
1151
|
-
}
|
|
1152
|
-
[data-go-cart-item] article > ul [data-go-cart-item-title] {
|
|
1153
|
-
flex: 2;
|
|
1154
|
-
}
|
|
1155
|
-
[data-go-cart-item] article > ul [data-go-cart-item-price] {
|
|
1156
|
-
flex: 1;
|
|
1157
|
-
text-align: right;
|
|
1158
|
-
}
|
|
1159
|
-
[data-go-cart-item] article > ul [data-go-cart-item-count] {
|
|
1160
|
-
flex: 1;
|
|
1161
|
-
text-align: right;
|
|
1162
|
-
}
|
|
1163
|
-
[data-go-cart-item] article > ul [data-go-cart-item-remove] {
|
|
1164
|
-
flex: 1;
|
|
1165
|
-
text-align: right;
|
|
1166
|
-
}
|
|
1167
|
-
[data-go-cart-item] article > ul [data-go-cart-item-remove] button {
|
|
1168
|
-
padding: 0.25rem 0.5rem;
|
|
1169
|
-
margin: 0;
|
|
1170
|
-
background-color: white;
|
|
1171
|
-
color: black;
|
|
1172
|
-
border: none;
|
|
1173
|
-
border-radius: 4px;
|
|
1174
|
-
cursor: pointer;
|
|
1175
|
-
}
|
|
1176
|
-
[data-go-cart-item] article > ul [data-go-cart-item-sum] {
|
|
1177
|
-
flex: 1;
|
|
1178
|
-
text-align: right;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
/* Footer row */
|
|
1182
|
-
[data-go-cart-footer] {
|
|
1183
|
-
background: inherit;
|
|
1184
|
-
}
|
|
1185
|
-
[data-go-cart-footer] > ul {
|
|
1186
|
-
display: flex;
|
|
1187
|
-
gap: 1rem;
|
|
1188
|
-
padding: 0.5rem 0;
|
|
1189
|
-
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
1190
|
-
font-weight: 600;
|
|
1191
|
-
}
|
|
1192
|
-
[data-go-cart-footer] > ul > li {
|
|
1193
|
-
list-style: none;
|
|
1194
|
-
min-width: 0;
|
|
1195
|
-
}
|
|
1196
|
-
[data-go-cart-footer] > ul [data-go-cart-item-title] {
|
|
1197
|
-
flex: 2;
|
|
1198
|
-
}
|
|
1199
|
-
[data-go-cart-footer] > ul [data-go-cart-item-price] {
|
|
1200
|
-
flex: 1;
|
|
1201
|
-
text-align: right;
|
|
1202
|
-
}
|
|
1203
|
-
[data-go-cart-footer] > ul [data-go-cart-item-count] {
|
|
1204
|
-
flex: 1;
|
|
1205
|
-
text-align: right;
|
|
1206
|
-
}
|
|
1207
|
-
[data-go-cart-footer] > ul [data-go-cart-item-remove] {
|
|
1208
|
-
flex: 1;
|
|
1209
|
-
text-align: right;
|
|
1210
|
-
}
|
|
1211
|
-
[data-go-cart-footer] > ul [data-go-cart-item-sum] {
|
|
1212
|
-
flex: 1;
|
|
1213
|
-
text-align: right;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
[data-add-to-cart-button]:disabled {
|
|
1217
|
-
background-color: #d3d3d3; /* Gray color for disabled state */
|
|
1218
|
-
color: #a1a1a1; /* Lighter text color */
|
|
1219
|
-
cursor: not-allowed; /* Show that the button is disabled */
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
h2 {
|
|
1223
|
-
margin-top: 3rlh;
|
|
1224
|
-
}
|
|
1225
|
-
.sum-container {
|
|
1226
|
-
display: flex;
|
|
1227
|
-
flex-direction: row;
|
|
1228
|
-
justify-content: space-between;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
.component-container {
|
|
1232
|
-
max-width: 650px;
|
|
1233
|
-
margin: 0 auto;
|
|
1234
|
-
box-shadow:
|
|
1235
|
-
0 4px 12px rgba(12, 12, 12, 0.15),
|
|
1236
|
-
0 0 0 1px rgba(0, 0, 0, 0.05);
|
|
1237
|
-
border-radius: 3px;
|
|
1238
|
-
padding: 32px 32px 48px;
|
|
1239
|
-
|
|
1240
|
-
margin: 2rem auto;
|
|
1241
|
-
}
|
|
1242
|
-
go-cart,
|
|
1243
|
-
go-ticket-selection,
|
|
1244
|
-
go-if {
|
|
1245
|
-
width: 100%;
|
|
1246
|
-
display: block;
|
|
1247
|
-
}
|