Keep golden border on hover
Ensured the Stor plan keeps the amber ring visible on hover by updating hover styles to apply additional ring and shadow effects while preserving the base premium styling. X-Lovable-Edit-ID: edt-0f382d98-218a-49bc-83ac-07e5cfcce486
This commit is contained in:
@@ -119,7 +119,7 @@ const PlansSection = () => {
|
||||
key={index}
|
||||
className={`relative bg-card p-3 md:p-8 card-classic rounded-sm flex flex-col ${
|
||||
plan.isPremium
|
||||
? 'ring-2 ring-amber-500 shadow-[0_0_20px_rgba(217,164,32,0.3)]'
|
||||
? 'ring-2 ring-amber-500 hover:ring-2 hover:ring-amber-500 shadow-[0_0_20px_rgba(217,164,32,0.3)] hover:shadow-[0_0_30px_rgba(217,164,32,0.4)]'
|
||||
: ''
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user