This commit is contained in:
dev.daminik00 2025-10-06 03:51:58 +02:00
parent 59a66d24c5
commit 9e2539182f
2 changed files with 7 additions and 4 deletions

View File

@ -53,8 +53,8 @@
/* Тени */
--shadow-blue-glow: 0px 5px 14px 0px rgba(59, 130, 246, 0.4),
0px 4px 6px 0px rgba(59, 130, 246, 0.1);
--shadow-blue-glow-2: 0px 0px 19px 0px rgba(59, 130, 246, 0.3),
0px 0px 0px 0px rgba(59, 130, 246, 0.2);
--shadow-blue-glow-2: 0px 8px 19px 0px rgba(59, 130, 246, 0.3),
0px 4px 10px 0px rgba(59, 130, 246, 0.2);
--shadow-black-glow: 0px 8px 15px 0px #00000026, 0px 4px 6px 0px #00000014;
--shadow-coupon: 0px 20px 40px 0px #0000004d, 0px 8px 16px 0px #00000033;
--shadow-destructive: 0 0 0 2px rgba(239, 68, 68, 0.2);

View File

@ -14,9 +14,12 @@ const buttonVariants = cva(
"inline-flex items-center justify-center gap-4",
"font-manrope text-[18px]/[18px] font-medium",
"pl-[26px] pr-[18px] py-[18px]",
"transition-all",
"transition-[background-color,border-color,color]",
"duration-200",
"disabled:opacity-50",
"border-2"
"border-2",
"[-webkit-tap-highlight-color:transparent]",
"[transform:translateZ(0)]"
),
{
variants: {