@uoguelph/web-components 1.1.3 → 1.2.0-rc.1
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/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/{index-469a8261.js → index-06b58d35.js} +5 -5
- package/dist/cjs/{index-4e3091d0.js → index-cdb046b4.js} +134 -40
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/uofg-alert.cjs.entry.js +11 -10
- package/dist/cjs/uofg-back-to-top_5.cjs.entry.js +1374 -0
- package/dist/cjs/uofg-modal.cjs.entry.js +152 -142
- package/dist/cjs/uofg-web-components.cjs.js +6 -4
- package/dist/cjs/utils-3d4b7e2e.js +16 -0
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/uofg-alert/uofg-alert.css +1 -75
- package/dist/collection/components/uofg-alert/uofg-alert.js +15 -15
- package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.css +1 -40
- package/dist/collection/components/uofg-back-to-top/uofg-back-to-top.js +66 -63
- package/dist/collection/components/uofg-card/uofg-card.css +1 -95
- package/dist/collection/components/uofg-card/uofg-card.js +42 -40
- package/dist/collection/components/uofg-footer/uofg-footer.css +1 -249
- package/dist/collection/components/uofg-footer/uofg-footer.js +132 -40
- package/dist/collection/components/uofg-header/uofg-header.css +1 -542
- package/dist/collection/components/uofg-header/uofg-header.js +238 -157
- package/dist/collection/components/uofg-menu/uofg-menu.js +414 -410
- package/dist/collection/components/uofg-modal/uofg-modal.css +1 -113
- package/dist/collection/components/uofg-modal/uofg-modal.js +393 -386
- package/dist/collection/utils/font-awesome-icon.js +4 -4
- package/dist/collection/utils/utils.js +5 -5
- package/dist/components/font-awesome-icon.js +4 -4
- package/dist/components/uofg-alert.d.ts +2 -2
- package/dist/components/uofg-alert.js +22 -21
- package/dist/components/uofg-back-to-top.d.ts +2 -2
- package/dist/components/uofg-back-to-top.js +38 -34
- package/dist/components/uofg-card.d.ts +2 -2
- package/dist/components/uofg-card.js +28 -25
- package/dist/components/uofg-footer.d.ts +2 -2
- package/dist/components/uofg-footer.js +243 -115
- package/dist/components/uofg-header.d.ts +2 -2
- package/dist/components/uofg-header.js +234 -143
- package/dist/components/uofg-menu.d.ts +2 -2
- package/dist/components/uofg-menu2.js +245 -239
- package/dist/components/uofg-modal.d.ts +2 -2
- package/dist/components/uofg-modal.js +176 -166
- package/dist/components/utils.js +4 -4
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/{index-f644a780.js → index-0b0002d2.js} +134 -40
- package/dist/esm/{index-26c6582e.js → index-e685921a.js} +5 -5
- package/dist/esm/loader.js +6 -4
- package/dist/esm/uofg-alert.entry.js +11 -10
- package/dist/esm/uofg-back-to-top_5.entry.js +1366 -0
- package/dist/esm/uofg-modal.entry.js +152 -142
- package/dist/esm/uofg-web-components.js +7 -5
- package/dist/esm/utils-379bb71a.js +12 -0
- package/dist/types/components/uofg-alert/uofg-alert.d.ts +1 -1
- package/dist/types/components/uofg-back-to-top/uofg-back-to-top.d.ts +8 -8
- package/dist/types/components/uofg-card/uofg-card.d.ts +5 -5
- package/dist/types/components/uofg-footer/uofg-footer.d.ts +6 -6
- package/dist/types/components/uofg-header/uofg-header.d.ts +30 -29
- package/dist/types/components/uofg-menu/uofg-menu.d.ts +65 -65
- package/dist/types/components/uofg-modal/uofg-modal.d.ts +70 -70
- package/dist/types/components.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +8 -0
- package/dist/types/utils/font-awesome-icon.d.ts +1 -1
- package/dist/uofg-web-components/{p-afff1fb0.js → p-6fa0f8f6.js} +1 -1
- package/dist/uofg-web-components/p-7569d8f2.entry.js +1 -0
- package/dist/uofg-web-components/p-c0449c39.entry.js +1 -0
- package/dist/uofg-web-components/p-e1255160.js +1 -0
- package/dist/uofg-web-components/p-ee27db22.js +2 -0
- package/dist/uofg-web-components/p-fde6370b.entry.js +1 -0
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/dist/uofg-web-components/uofg-web-components.esm.js +1 -1
- package/package.json +10 -5
- package/dist/cjs/uofg-back-to-top_4.cjs.entry.js +0 -1139
- package/dist/cjs/uofg-card.cjs.entry.js +0 -21
- package/dist/cjs/utils-582c8cb9.js +0 -16
- package/dist/components/_commonjsHelpers.js +0 -15
- package/dist/esm/uofg-back-to-top_4.entry.js +0 -1132
- package/dist/esm/uofg-card.entry.js +0 -17
- package/dist/esm/utils-cfa32fa2.js +0 -12
- package/dist/uofg-web-components/p-579599fd.js +0 -2
- package/dist/uofg-web-components/p-5f29369c.entry.js +0 -1
- package/dist/uofg-web-components/p-b55cb256.entry.js +0 -1
- package/dist/uofg-web-components/p-b81838c7.entry.js +0 -1
- package/dist/uofg-web-components/p-f42ff310.entry.js +0 -1
- /package/dist/uofg-web-components/{p-826dc478.js → p-fec87f9d.js} +0 -0
|
@@ -1,542 +1 @@
|
|
|
1
|
-
:focus-visible {
|
|
2
|
-
outline: 2px solid #ffc72a;
|
|
3
|
-
outline-offset: 0.5rem;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
* {
|
|
7
|
-
box-sizing: border-box;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
button {
|
|
11
|
-
border: none;
|
|
12
|
-
background-color: transparent;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
a {
|
|
17
|
-
color: inherit;
|
|
18
|
-
text-decoration: none;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
ul {
|
|
22
|
-
list-style: none;
|
|
23
|
-
padding: 0;
|
|
24
|
-
margin: unset;
|
|
25
|
-
}
|
|
26
|
-
ul > li {
|
|
27
|
-
display: contents;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
:host {
|
|
31
|
-
height: auto !important;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
a {
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
transition-property: color, background-color;
|
|
38
|
-
transition-duration: 0.2s;
|
|
39
|
-
transition-timing-function: ease-in-out;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
li {
|
|
43
|
-
display: contents;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
button {
|
|
47
|
-
border: none;
|
|
48
|
-
background: none;
|
|
49
|
-
cursor: pointer;
|
|
50
|
-
font-size: inherit;
|
|
51
|
-
font-family: inherit;
|
|
52
|
-
color: inherit;
|
|
53
|
-
line-height: inherit;
|
|
54
|
-
word-spacing: inherit;
|
|
55
|
-
letter-spacing: inherit;
|
|
56
|
-
transition-property: color, background-color;
|
|
57
|
-
transition-duration: 0.2s;
|
|
58
|
-
transition-timing-function: ease-in-out;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
uofg-menu {
|
|
62
|
-
--uofg-menu-animation-type: slide;
|
|
63
|
-
--uofg-menu-animation-duration: 0.2s;
|
|
64
|
-
--uofg-menu-animation-easing: ease-in-out;
|
|
65
|
-
display: block;
|
|
66
|
-
position: relative;
|
|
67
|
-
}
|
|
68
|
-
uofg-menu > [slot=button] {
|
|
69
|
-
display: flex;
|
|
70
|
-
align-items: center;
|
|
71
|
-
gap: 0.5rem;
|
|
72
|
-
height: 100%;
|
|
73
|
-
padding: 0 1rem;
|
|
74
|
-
}
|
|
75
|
-
uofg-menu > [slot=button] > svg {
|
|
76
|
-
height: 1em;
|
|
77
|
-
fill: currentColor;
|
|
78
|
-
transition-property: transform;
|
|
79
|
-
transition-duration: 0.2s;
|
|
80
|
-
transition-timing-function: ease-in-out;
|
|
81
|
-
}
|
|
82
|
-
uofg-menu > [slot=content] {
|
|
83
|
-
display: flex;
|
|
84
|
-
flex-direction: column;
|
|
85
|
-
position: absolute;
|
|
86
|
-
z-index: 1;
|
|
87
|
-
min-width: 20rem;
|
|
88
|
-
right: 0;
|
|
89
|
-
background-color: white;
|
|
90
|
-
color: black;
|
|
91
|
-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
#uofg-header {
|
|
95
|
-
position: relative;
|
|
96
|
-
width: 100%;
|
|
97
|
-
z-index: 1000;
|
|
98
|
-
font-size: 1.6rem;
|
|
99
|
-
font-family: "Roboto Condensed", Arial, sans-serif;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
#uofg-header-top-content-container,
|
|
103
|
-
#uofg-header-main-content-container,
|
|
104
|
-
#uofg-header-sub-content-container {
|
|
105
|
-
display: flex;
|
|
106
|
-
position: relative;
|
|
107
|
-
align-items: center;
|
|
108
|
-
justify-content: flex-end;
|
|
109
|
-
width: 100%;
|
|
110
|
-
padding: 0 calc((100vw - 1320px) / 2);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
#uofg-header-top-content-container {
|
|
114
|
-
height: 4rem;
|
|
115
|
-
background-color: white;
|
|
116
|
-
color: black;
|
|
117
|
-
z-index: 3;
|
|
118
|
-
font-size: 1.9rem;
|
|
119
|
-
}
|
|
120
|
-
#uofg-header-top-content-container > ul {
|
|
121
|
-
display: flex;
|
|
122
|
-
align-items: center;
|
|
123
|
-
height: 100%;
|
|
124
|
-
}
|
|
125
|
-
#uofg-header-top-content-container > ul > li > a {
|
|
126
|
-
height: 100%;
|
|
127
|
-
padding: 0 1rem;
|
|
128
|
-
}
|
|
129
|
-
#uofg-header-top-content-container > ul > li > a:hover, #uofg-header-top-content-container > ul > li > a:focus-visible, #uofg-header-top-content-container > ul > li > a[aria-expanded=true] {
|
|
130
|
-
background-color: #dddddd;
|
|
131
|
-
}
|
|
132
|
-
#uofg-header-top-content-container > uofg-menu {
|
|
133
|
-
height: 100%;
|
|
134
|
-
}
|
|
135
|
-
#uofg-header-top-content-container > uofg-menu > [slot=button] {
|
|
136
|
-
padding: 0 1rem;
|
|
137
|
-
background-color: #ffc72a;
|
|
138
|
-
color: black;
|
|
139
|
-
font-weight: bold;
|
|
140
|
-
}
|
|
141
|
-
#uofg-header-top-content-container > uofg-menu > [slot=button]:hover, #uofg-header-top-content-container > uofg-menu > [slot=button]:focus-visible, #uofg-header-top-content-container > uofg-menu > [slot=button][aria-expanded=true] {
|
|
142
|
-
background-color: #ccc;
|
|
143
|
-
color: black;
|
|
144
|
-
}
|
|
145
|
-
#uofg-header-top-content-container > uofg-menu > [slot=button][aria-expanded=true] > svg {
|
|
146
|
-
transform: rotate(180deg);
|
|
147
|
-
}
|
|
148
|
-
#uofg-header-top-content-container > uofg-menu > [slot=content] {
|
|
149
|
-
background-color: #dddddd;
|
|
150
|
-
color: black;
|
|
151
|
-
}
|
|
152
|
-
#uofg-header-top-content-container > uofg-menu > [slot=content] a {
|
|
153
|
-
height: 100%;
|
|
154
|
-
padding: 0.75rem;
|
|
155
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
|
|
156
|
-
}
|
|
157
|
-
#uofg-header-top-content-container > uofg-menu > [slot=content] a:hover, #uofg-header-top-content-container > uofg-menu > [slot=content] a:focus-visible {
|
|
158
|
-
background-color: #ffc72a;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
#uofg-header-main-content-container {
|
|
162
|
-
height: 5rem;
|
|
163
|
-
background-color: black;
|
|
164
|
-
color: white;
|
|
165
|
-
z-index: 2;
|
|
166
|
-
}
|
|
167
|
-
#uofg-header-main-content-container > * {
|
|
168
|
-
height: 100%;
|
|
169
|
-
}
|
|
170
|
-
#uofg-header-main-content-container.full-height {
|
|
171
|
-
height: 10rem;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
#uofg-header-logo-container {
|
|
175
|
-
display: flex;
|
|
176
|
-
height: 100%;
|
|
177
|
-
margin-right: auto;
|
|
178
|
-
overflow: hidden;
|
|
179
|
-
}
|
|
180
|
-
#uofg-header-logo-container > * {
|
|
181
|
-
height: 100%;
|
|
182
|
-
}
|
|
183
|
-
#uofg-header-logo-container svg {
|
|
184
|
-
width: auto;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
#uofg-header-decorative-img {
|
|
188
|
-
position: absolute;
|
|
189
|
-
left: 0;
|
|
190
|
-
}
|
|
191
|
-
#uofg-header-decorative-img > svg {
|
|
192
|
-
height: 100%;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
#uofg-header-logo {
|
|
196
|
-
height: 100%;
|
|
197
|
-
position: relative;
|
|
198
|
-
margin-left: 1rem;
|
|
199
|
-
transition: opacity 0.2s ease-in-out;
|
|
200
|
-
}
|
|
201
|
-
#uofg-header-logo > svg {
|
|
202
|
-
height: 100%;
|
|
203
|
-
}
|
|
204
|
-
#uofg-header-logo:hover, #uofg-header-logo:focus-visible {
|
|
205
|
-
opacity: 0.8;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
#uofg-header-full-main-content,
|
|
209
|
-
#uofg-header-reduced-main-content {
|
|
210
|
-
display: flex;
|
|
211
|
-
}
|
|
212
|
-
#uofg-header-full-main-content svg,
|
|
213
|
-
#uofg-header-reduced-main-content svg {
|
|
214
|
-
height: 1em;
|
|
215
|
-
fill: currentColor;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
#uofg-header-full-main-content > ul {
|
|
219
|
-
display: flex;
|
|
220
|
-
align-items: center;
|
|
221
|
-
}
|
|
222
|
-
#uofg-header-full-main-content > ul > li > a,
|
|
223
|
-
#uofg-header-full-main-content > a,
|
|
224
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button] {
|
|
225
|
-
display: flex;
|
|
226
|
-
align-items: center;
|
|
227
|
-
justify-content: center;
|
|
228
|
-
height: 100%;
|
|
229
|
-
font-size: 2.2rem;
|
|
230
|
-
border-bottom: 7px solid transparent;
|
|
231
|
-
padding: 7px 1.5rem 0;
|
|
232
|
-
transition-property: color, border-color;
|
|
233
|
-
transition-duration: 0.2s;
|
|
234
|
-
transition-timing-function: ease-in-out;
|
|
235
|
-
}
|
|
236
|
-
#uofg-header-full-main-content > ul > li > a > svg,
|
|
237
|
-
#uofg-header-full-main-content > a > svg,
|
|
238
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button] > svg {
|
|
239
|
-
transition-property: color;
|
|
240
|
-
transition-duration: 0.2s;
|
|
241
|
-
transition-timing-function: ease-in-out;
|
|
242
|
-
}
|
|
243
|
-
#uofg-header-full-main-content > ul > li > a:hover, #uofg-header-full-main-content > ul > li > a:focus-visible,
|
|
244
|
-
#uofg-header-full-main-content > a:hover,
|
|
245
|
-
#uofg-header-full-main-content > a:focus-visible,
|
|
246
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button]:hover,
|
|
247
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button]:focus-visible {
|
|
248
|
-
color: #ffc72a;
|
|
249
|
-
border-color: #ffc72a;
|
|
250
|
-
}
|
|
251
|
-
#uofg-header-full-main-content > ul > li > a:hover > svg, #uofg-header-full-main-content > ul > li > a:focus-visible > svg,
|
|
252
|
-
#uofg-header-full-main-content > a:hover > svg,
|
|
253
|
-
#uofg-header-full-main-content > a:focus-visible > svg,
|
|
254
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button]:hover > svg,
|
|
255
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button]:focus-visible > svg {
|
|
256
|
-
color: white;
|
|
257
|
-
}
|
|
258
|
-
#uofg-header-full-main-content > uofg-menu > [slot=button] {
|
|
259
|
-
color: #ffc72a;
|
|
260
|
-
}
|
|
261
|
-
#uofg-header-full-main-content > uofg-menu > [slot=content] {
|
|
262
|
-
color: black;
|
|
263
|
-
background-color: white;
|
|
264
|
-
padding: 2rem;
|
|
265
|
-
width: 35rem;
|
|
266
|
-
}
|
|
267
|
-
#uofg-header-full-main-content > uofg-menu > [slot=content] > span {
|
|
268
|
-
display: block;
|
|
269
|
-
font-size: 2.4rem;
|
|
270
|
-
font-weight: bold;
|
|
271
|
-
padding: 1rem 0;
|
|
272
|
-
}
|
|
273
|
-
#uofg-header-full-main-content > a {
|
|
274
|
-
color: #ffc72a;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
#uofg-header-reduced-main-content {
|
|
278
|
-
font-size: 2rem;
|
|
279
|
-
}
|
|
280
|
-
#uofg-header-reduced-main-content > uofg-menu > [slot=button],
|
|
281
|
-
#uofg-header-reduced-main-content > a {
|
|
282
|
-
justify-content: center;
|
|
283
|
-
padding: 0 1.5rem;
|
|
284
|
-
font-size: 2rem;
|
|
285
|
-
border-left: 1px solid rgba(255, 255, 255, 0.15);
|
|
286
|
-
}
|
|
287
|
-
#uofg-header-reduced-main-content > uofg-menu > [slot=button]:hover, #uofg-header-reduced-main-content > uofg-menu > [slot=button]:focus-visible, #uofg-header-reduced-main-content > uofg-menu > [slot=button][aria-expanded=true],
|
|
288
|
-
#uofg-header-reduced-main-content > a:hover,
|
|
289
|
-
#uofg-header-reduced-main-content > a:focus-visible,
|
|
290
|
-
#uofg-header-reduced-main-content > a[aria-expanded=true] {
|
|
291
|
-
background-color: white;
|
|
292
|
-
color: black;
|
|
293
|
-
}
|
|
294
|
-
#uofg-header-reduced-main-content > uofg-menu {
|
|
295
|
-
position: static;
|
|
296
|
-
height: 100%;
|
|
297
|
-
}
|
|
298
|
-
#uofg-header-reduced-main-content > uofg-menu > [slot=content] {
|
|
299
|
-
background-color: white;
|
|
300
|
-
color: black;
|
|
301
|
-
width: 100%;
|
|
302
|
-
padding: 1rem 2rem 2rem;
|
|
303
|
-
}
|
|
304
|
-
#uofg-header-reduced-main-content > uofg-menu > [slot=content] a {
|
|
305
|
-
padding: 1rem;
|
|
306
|
-
}
|
|
307
|
-
#uofg-header-reduced-main-content > uofg-menu > [slot=content] > span {
|
|
308
|
-
display: block;
|
|
309
|
-
font-size: 2.4rem;
|
|
310
|
-
font-weight: bold;
|
|
311
|
-
padding: 1rem 0;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
#uofg-header-main-menu > [slot=content] {
|
|
315
|
-
overflow-y: auto;
|
|
316
|
-
max-height: calc(100vh - 5rem);
|
|
317
|
-
}
|
|
318
|
-
#uofg-header-main-menu uofg-menu {
|
|
319
|
-
position: relative;
|
|
320
|
-
}
|
|
321
|
-
#uofg-header-main-menu uofg-menu > [slot=button] {
|
|
322
|
-
display: flex;
|
|
323
|
-
padding: 1rem;
|
|
324
|
-
height: auto;
|
|
325
|
-
width: 100%;
|
|
326
|
-
color: inherit;
|
|
327
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
328
|
-
}
|
|
329
|
-
#uofg-header-main-menu uofg-menu > [slot=button] > svg {
|
|
330
|
-
margin-left: auto;
|
|
331
|
-
}
|
|
332
|
-
#uofg-header-main-menu uofg-menu > [slot=button]:hover, #uofg-header-main-menu uofg-menu > [slot=button]:focus-visible, #uofg-header-main-menu uofg-menu > [slot=button][aria-expanded=true] {
|
|
333
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
334
|
-
}
|
|
335
|
-
#uofg-header-main-menu uofg-menu > [slot=button][aria-expanded=true] > svg {
|
|
336
|
-
transform: rotate(180deg);
|
|
337
|
-
}
|
|
338
|
-
#uofg-header-main-menu uofg-menu > [slot=content] {
|
|
339
|
-
position: relative;
|
|
340
|
-
box-shadow: none;
|
|
341
|
-
padding: 0;
|
|
342
|
-
}
|
|
343
|
-
#uofg-header-main-menu uofg-menu > [slot=content] > li > a {
|
|
344
|
-
padding: 1rem;
|
|
345
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
346
|
-
transition-property: color, background-color;
|
|
347
|
-
transition-duration: 0.2s;
|
|
348
|
-
transition-timing-function: ease-in-out;
|
|
349
|
-
}
|
|
350
|
-
#uofg-header-main-menu uofg-menu > [slot=content] > li > a:hover, #uofg-header-main-menu uofg-menu > [slot=content] > li > a:focus-visible {
|
|
351
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
352
|
-
}
|
|
353
|
-
#uofg-header-main-menu uofg-menu.uofg-header-hello-you-menu > [slot=button] {
|
|
354
|
-
background-color: #ffc72a;
|
|
355
|
-
color: black;
|
|
356
|
-
font-weight: bold;
|
|
357
|
-
}
|
|
358
|
-
#uofg-header-main-menu uofg-menu.uofg-header-hello-you-menu > [slot=content] {
|
|
359
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
360
|
-
color: black;
|
|
361
|
-
}
|
|
362
|
-
#uofg-header-main-menu ul > li > a {
|
|
363
|
-
padding: 1rem;
|
|
364
|
-
width: 100%;
|
|
365
|
-
color: inherit;
|
|
366
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
367
|
-
transition-property: color, background-color;
|
|
368
|
-
transition-duration: 0.2s;
|
|
369
|
-
transition-timing-function: ease-in-out;
|
|
370
|
-
}
|
|
371
|
-
#uofg-header-main-menu ul > li > a:hover, #uofg-header-main-menu ul > li > a:focus-visible, #uofg-header-main-menu ul > li > a[aria-expanded=true] {
|
|
372
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
#uofg-header-sub-content-container {
|
|
376
|
-
height: 4rem;
|
|
377
|
-
background-color: #dddddd;
|
|
378
|
-
color: black;
|
|
379
|
-
z-index: 1;
|
|
380
|
-
font-size: 2rem;
|
|
381
|
-
white-space: nowrap;
|
|
382
|
-
justify-content: flex-start;
|
|
383
|
-
}
|
|
384
|
-
#uofg-header-sub-content-container #uofg-header-page-title {
|
|
385
|
-
display: flex;
|
|
386
|
-
align-items: center;
|
|
387
|
-
margin-right: auto;
|
|
388
|
-
padding: 0 1rem;
|
|
389
|
-
height: 100%;
|
|
390
|
-
font-weight: bold;
|
|
391
|
-
}
|
|
392
|
-
#uofg-header-sub-content-container uofg-menu {
|
|
393
|
-
position: relative;
|
|
394
|
-
height: 100%;
|
|
395
|
-
}
|
|
396
|
-
#uofg-header-sub-content-container uofg-menu > [slot=button] {
|
|
397
|
-
color: inherit;
|
|
398
|
-
}
|
|
399
|
-
#uofg-header-sub-content-container uofg-menu > [slot=button]:hover, #uofg-header-sub-content-container uofg-menu > [slot=button]:focus-visible, #uofg-header-sub-content-container uofg-menu > [slot=button][aria-expanded=true] {
|
|
400
|
-
background-color: #ffc72a;
|
|
401
|
-
color: black;
|
|
402
|
-
}
|
|
403
|
-
#uofg-header-sub-content-container uofg-menu > [slot=content] {
|
|
404
|
-
position: absolute;
|
|
405
|
-
background-color: #dddddd;
|
|
406
|
-
color: black;
|
|
407
|
-
white-space: normal;
|
|
408
|
-
}
|
|
409
|
-
#uofg-header-sub-content-container uofg-menu > [slot=content] > li:not(:last-child) > a {
|
|
410
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
411
|
-
}
|
|
412
|
-
#uofg-header-sub-content-container uofg-menu > [slot=content] > li > a {
|
|
413
|
-
padding: 0.75rem;
|
|
414
|
-
justify-content: flex-start;
|
|
415
|
-
}
|
|
416
|
-
#uofg-header-sub-content-container a {
|
|
417
|
-
display: flex;
|
|
418
|
-
align-items: center;
|
|
419
|
-
justify-content: center;
|
|
420
|
-
height: 100%;
|
|
421
|
-
transition-property: color, background-color;
|
|
422
|
-
transition-duration: 0.2s;
|
|
423
|
-
transition-timing-function: ease-in-out;
|
|
424
|
-
}
|
|
425
|
-
#uofg-header-sub-content-container a:hover, #uofg-header-sub-content-container a:focus-visible {
|
|
426
|
-
background-color: #ffc72a;
|
|
427
|
-
color: black;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.uofg-header-sub-content {
|
|
431
|
-
display: flex;
|
|
432
|
-
margin-left: auto;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
#uofg-header-full-sub-content,
|
|
436
|
-
#uofg-header-reduced-sub-content {
|
|
437
|
-
height: 100%;
|
|
438
|
-
}
|
|
439
|
-
#uofg-header-full-sub-content a,
|
|
440
|
-
#uofg-header-full-sub-content uofg-menu > [slot=button],
|
|
441
|
-
#uofg-header-reduced-sub-content a,
|
|
442
|
-
#uofg-header-reduced-sub-content uofg-menu > [slot=button] {
|
|
443
|
-
padding: 0 1.25rem;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
#uofg-header-full-sub-content {
|
|
447
|
-
height: 100%;
|
|
448
|
-
}
|
|
449
|
-
#uofg-header-full-sub-content > ul {
|
|
450
|
-
display: flex;
|
|
451
|
-
align-items: center;
|
|
452
|
-
}
|
|
453
|
-
#uofg-header-full-sub-content uofg-menu > [slot=button][aria-expanded=true] > svg {
|
|
454
|
-
transform: rotate(180deg);
|
|
455
|
-
}
|
|
456
|
-
#uofg-header-full-sub-content .uofg-header-page-specific {
|
|
457
|
-
display: flex;
|
|
458
|
-
height: 100%;
|
|
459
|
-
align-items: center;
|
|
460
|
-
margin-left: auto;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
#uofg-header-reduced-sub-content > uofg-menu {
|
|
464
|
-
position: static;
|
|
465
|
-
margin-left: auto;
|
|
466
|
-
}
|
|
467
|
-
#uofg-header-reduced-sub-content > uofg-menu.overflowed {
|
|
468
|
-
position: relative;
|
|
469
|
-
}
|
|
470
|
-
#uofg-header-reduced-sub-content > uofg-menu.overflowed > [slot=content] {
|
|
471
|
-
width: 40rem;
|
|
472
|
-
}
|
|
473
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=button] {
|
|
474
|
-
font-size: 2rem;
|
|
475
|
-
padding: 0 1.5rem;
|
|
476
|
-
text-align: left;
|
|
477
|
-
}
|
|
478
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] {
|
|
479
|
-
background-color: white;
|
|
480
|
-
color: black;
|
|
481
|
-
padding: 2rem;
|
|
482
|
-
overflow-y: auto;
|
|
483
|
-
max-height: calc(
|
|
484
|
-
100vh - 1rem
|
|
485
|
-
);
|
|
486
|
-
width: 100%;
|
|
487
|
-
white-space: normal;
|
|
488
|
-
}
|
|
489
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] > span {
|
|
490
|
-
display: block;
|
|
491
|
-
font-size: 2.4rem;
|
|
492
|
-
font-weight: bold;
|
|
493
|
-
padding: 1rem 0;
|
|
494
|
-
}
|
|
495
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] a {
|
|
496
|
-
height: auto;
|
|
497
|
-
padding: 1rem;
|
|
498
|
-
width: 100%;
|
|
499
|
-
align-items: flex-start;
|
|
500
|
-
justify-content: flex-start;
|
|
501
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
502
|
-
}
|
|
503
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] a:hover, #uofg-header-reduced-sub-content > uofg-menu > [slot=content] a:focus-visible {
|
|
504
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
505
|
-
color: black;
|
|
506
|
-
}
|
|
507
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu {
|
|
508
|
-
height: auto;
|
|
509
|
-
}
|
|
510
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=button] {
|
|
511
|
-
width: 100%;
|
|
512
|
-
padding: 1rem;
|
|
513
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
514
|
-
text-align: left;
|
|
515
|
-
}
|
|
516
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=button] > svg {
|
|
517
|
-
margin-left: auto;
|
|
518
|
-
}
|
|
519
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=button]:hover, #uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=button]:focus-visible, #uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=button][aria-expanded=true] {
|
|
520
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
521
|
-
color: black;
|
|
522
|
-
}
|
|
523
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=button][aria-expanded=true] > svg {
|
|
524
|
-
transform: rotate(180deg);
|
|
525
|
-
}
|
|
526
|
-
#uofg-header-reduced-sub-content > uofg-menu > [slot=content] uofg-menu > [slot=content] {
|
|
527
|
-
position: static;
|
|
528
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
529
|
-
box-shadow: none;
|
|
530
|
-
}
|
|
531
|
-
@media screen and (max-width: 1320px) {
|
|
532
|
-
#uofg-header-decorative-img {
|
|
533
|
-
position: static;
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
@media screen and (min-width: 1320px) and (max-width: 1405px) {
|
|
537
|
-
#uofg-header-logo {
|
|
538
|
-
position: absolute;
|
|
539
|
-
left: 0;
|
|
540
|
-
margin-left: 8.5rem;
|
|
541
|
-
}
|
|
542
|
-
}
|
|
1
|
+
* { box-sizing: border-box; } a { text-decoration: none; color: inherit; } button { border: none; background: none; cursor: pointer; font-size: inherit; font-family: inherit; color: inherit; line-height: inherit; word-spacing: inherit; letter-spacing: inherit; } ul { list-style: none; padding: 0; margin: 0; } uofg-menu { --uofg-menu-animation-type: slide; --uofg-menu-animation-duration: 0.2s; --uofg-menu-animation-easing: ease-in-out; }@defaults border-spacing { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0;}@defaults transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1;}@defaults touch-action { --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ;}@defaults scroll-snap-type { --tw-scroll-snap-strictness: proximity;}@defaults gradient-color-stops { --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ;}@defaults font-variant-numeric { --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ;}@defaults box-shadow { --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;}@defaults ring-width { --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;}@defaults filter { --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ;}@defaults backdrop-filter { --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}.tw-absolute{position:absolute!important}.tw-relative{position:relative!important}.tw-left-0{left:0!important}.tw-left-\[max\(calc\(\(100\%-1320px\)\/2\)\,7\.5rem\)\]{left:max(calc(50% - 660px),7.5rem)!important}.tw-right-0{right:0!important}.tw-top-full{top:100%!important}.tw-z-50{z-index:50!important}.tw-z-\[1000\]{z-index:1000!important}.tw-my-4{margin-bottom:1rem!important;margin-top:1rem!important}.tw-mr-auto{margin-right:auto!important}.tw-block{display:block!important}.tw-flex{display:flex!important}.tw-contents{display:contents!important}.tw-aspect-square{aspect-ratio:1/1!important}.tw-h-16{height:4rem!important}.tw-h-\[10rem\]{height:10rem!important}.tw-h-\[5rem\]{height:5rem!important}.tw-h-auto{height:auto!important}.tw-h-full{height:100%!important}.tw-w-\[7\.5rem\]{width:7.5rem!important}.tw-w-full{width:100%!important}.tw-min-w-\[20rem\]{min-width:20rem!important}.tw-flex-col{flex-direction:column!important}.tw-items-center{align-items:center!important}.tw-justify-end{justify-content:flex-end!important}.tw-justify-center{justify-content:center!important}.tw-justify-between{justify-content:space-between!important}.tw-gap-2{gap:.5rem!important}.tw-border-0{border-width:0!important}.tw-border-b{border-bottom-width:1px!important}.tw-border-b-8{border-bottom-width:8px!important}.tw-border-l{border-left-width:1px!important}.tw-border-solid{border-style:solid!important}.tw-border-transparent{border-color:transparent!important}.tw-border-uofg-grey-300{--tw-border-opacity:1!important;border-color:rgb(209 209 209/var(--tw-border-opacity))!important}.tw-border-uofg-grey-400{--tw-border-opacity:1!important;border-color:rgb(180 180 180/var(--tw-border-opacity))!important}.tw-border-uofg-grey-500{--tw-border-opacity:1!important;border-color:rgb(154 154 154/var(--tw-border-opacity))!important}.tw-border-uofg-grey-950{--tw-border-opacity:1!important;border-color:rgb(40 40 40/var(--tw-border-opacity))!important}.tw-bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.tw-bg-uofg-grey{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.tw-bg-uofg-yellow{--tw-bg-opacity:1!important;background-color:rgb(255 199 42/var(--tw-bg-opacity))!important}.tw-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.tw-p-4{padding:1rem!important}.tw-p-5{padding:1.25rem!important}.tw-px-4{padding-left:1rem!important;padding-right:1rem!important}.tw-px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.tw-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.tw-px-\[calc\(\(100\%-1320px\)\/2\)\]{padding-left:calc(50% - 660px)!important;padding-right:calc(50% - 660px)!important}.tw-pb-6{padding-bottom:1.5rem!important}.tw-pt-8{padding-top:2rem!important}.tw-font-condensed{font-family:Roboto Condensed,Arial,sans-serif!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.tw-text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.tw-font-bold{font-weight:700!important}.tw-text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.tw-text-uofg-yellow{--tw-text-opacity:1!important;color:rgb(255 199 42/var(--tw-text-opacity))!important}.tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.tw-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tw-transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.tw-transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.hover\:tw-border-uofg-yellow:hover{--tw-border-opacity:1!important;border-color:rgb(255 199 42/var(--tw-border-opacity))!important}.hover\:tw-bg-uofg-grey:hover{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.hover\:tw-bg-uofg-yellow:hover{--tw-bg-opacity:1!important;background-color:rgb(255 199 42/var(--tw-bg-opacity))!important}.hover\:tw-text-uofg-yellow:hover{--tw-text-opacity:1!important;color:rgb(255 199 42/var(--tw-text-opacity))!important}.hover\:tw-text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.aria-expanded\:tw-bg-uofg-grey[aria-expanded=true]{--tw-bg-opacity:1!important;background-color:rgb(221 221 221/var(--tw-bg-opacity))!important}.aria-expanded\:tw-bg-uofg-yellow[aria-expanded=true]{--tw-bg-opacity:1!important;background-color:rgb(255 199 42/var(--tw-bg-opacity))!important}.aria-expanded\:tw-bg-white[aria-expanded=true]{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.aria-expanded\:tw-text-black[aria-expanded=true]{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.hocus\:tw-opacity-75:focus,.hocus\:tw-opacity-75:hover{opacity:.75!important}@media (min-width:1024px){.lg\:tw-relative{position:relative!important}.lg\:tw-h-16{height:4rem!important}.lg\:tw-w-\[30rem\]{width:30rem!important}.lg\:tw-border-l-0{border-left-width:0!important}}@media (min-width:1320px){.min-\[1320px\]\:tw-absolute{position:absolute!important}}.\[\&\>a\]\:last\:tw-pb-4:last-child>a{padding-bottom:1rem!important}.\[\&\>li\]\:tw-contents>li{display:contents!important}.\[\&\>svg\]\:tw-h-\[1em\]>svg{height:1em!important}.\[\&\>svg\]\:tw-h-full>svg{height:100%!important}.\[\&\>svg\]\:tw-fill-current>svg{fill:currentColor!important}.\[\&\>svg\]\:tw-transition-transform>svg{transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\[\&\>svg\]\:aria-expanded\:tw-rotate-180[aria-expanded=true]>svg{--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>uofg-menu\]\:last\:tw-pb-6:last-child>uofg-menu{padding-bottom:1.5rem!important}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}
|