File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/app/conf/2025/components/get-your-ticket Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { clsx } from "clsx"
2
2
3
3
import { ImageLoaded } from "../image-loaded"
4
- import { RepeatingStripes } from "../repeating-stripes"
5
4
6
5
import { TicketPeriods } from "./ticket-periods"
7
6
@@ -45,7 +44,7 @@ function Stripes() {
45
44
< ImageLoaded
46
45
role = "presentation"
47
46
image = { blurBean }
48
- className = "pointer-events-none absolute inset-x-0 bottom-[-385px] top-[-203px] translate-y-12 opacity-0 transition duration-[400ms] ease-linear [mask-position:70%_60%] *:opacity-60 data-[loaded=true]:translate-y-0 data-[loaded=true]:opacity-100 max-3xl:[mask-size:220%] 3xl:[mask-position:70%_39%]"
47
+ className = "pointer-events-none absolute inset-x-0 bottom-[-385px] top-[-203px] translate-y-12 opacity-0 transition duration-[400ms] ease-linear [mask-position:70%_60%] *:opacity-100 data-[loaded=true]:translate-y-0 data-[loaded=true]:opacity-100 max-3xl:[mask-size:220%] max-md:[mask-size:800%] md:*:opacity-30 lg:*:opacity-50 xl:*:opacity-60 3xl:[mask-position:70%_39%]"
49
48
style = { {
50
49
maskImage : `url(http://github.com/%3Cspan%20class=pl-s1%3E%3Cspan%20class=pl-kos%3E$%7B%3C/span%3E%3Cspan%20class=pl-s1%3EblurBean%3C/span%3E%3Cspan%20class=pl-kos%3E.%3C/span%3E%3Cspan%20class=pl-c1%3Esrc%3C/span%3E%3Cspan%20class=pl-kos%3E%7D%3C/span%3E%3C/span%3E)` ,
51
50
WebkitMaskImage : `url(http://github.com/%3Cspan%20class=pl-s1%3E%3Cspan%20class=pl-kos%3E$%7B%3C/span%3E%3Cspan%20class=pl-s1%3EblurBean%3C/span%3E%3Cspan%20class=pl-kos%3E.%3C/span%3E%3Cspan%20class=pl-c1%3Esrc%3C/span%3E%3Cspan%20class=pl-kos%3E%7D%3C/span%3E%3C/span%3E)` ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export function TicketPeriod({
18
18
return (
19
19
< article
20
20
className = { clsx (
21
- "@container/card flex flex-col border border-pri-lighter bg-pri-light/[0.24] backdrop-blur-md transition [&+&]:border-l-0" ,
21
+ "flex flex-col border border-pri-lighter bg-pri-light/[0.24] backdrop-blur-md transition @container/card max-md:[&+&]:border-t-0 md: [&+&]:border-l-0" ,
22
22
disabled && "opacity-50" ,
23
23
) }
24
24
>
@@ -27,7 +27,7 @@ export function TicketPeriod({
27
27
</ header >
28
28
< div className = "flex h-full flex-col justify-end gap-6 p-6" >
29
29
< div className = "flex items-end justify-between gap-2" >
30
- < span className = "@[356px]:typography-h2 text-white typography-h3 " >
30
+ < span className = "text-white typography-h3 @[356px]:typography-h2" >
31
31
{ price }
32
32
</ span >
33
33
{ /* eslint-disable-next-line tailwindcss/no-custom-classname */ }
You can’t perform that action at this time.
0 commit comments