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 11import { clsx } from "clsx"
22
33import { ImageLoaded } from "../image-loaded"
4- import { RepeatingStripes } from "../repeating-stripes"
54
65import { TicketPeriods } from "./ticket-periods"
76
@@ -45,7 +44,7 @@ function Stripes() {
4544 < ImageLoaded
4645 role = "presentation"
4746 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%]"
4948 style = { {
5049 maskImage : `url(${ blurBean . src } )` ,
5150 WebkitMaskImage : `url(${ blurBean . src } )` ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export function TicketPeriod({
1818 return (
1919 < article
2020 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" ,
2222 disabled && "opacity-50" ,
2323 ) }
2424 >
@@ -27,7 +27,7 @@ export function TicketPeriod({
2727 </ header >
2828 < div className = "flex h-full flex-col justify-end gap-6 p-6" >
2929 < 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" >
3131 { price }
3232 </ span >
3333 { /* eslint-disable-next-line tailwindcss/no-custom-classname */ }
You can’t perform that action at this time.
0 commit comments