Card piani: un solo stile di bordo grigio per tutte e tre.

Rimuove featured con contorno rosso che creava 2 card rosse e 1 grigia.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-02 17:23:51 +02:00
parent cf06acf24d
commit 15e57cddee
4 changed files with 3 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
<title><%= content_for?(:title) ? yield(:title) : "Match Live TV" %></title>
<%= render "shared/meta_tags" %>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="/marketing.css?v=33">
<link rel="stylesheet" href="/marketing.css?v=34">
</head>
<body>
<%= render "shared/marketing_nav" %>

View File

@@ -6,7 +6,7 @@
<title><%= content_for?(:title) ? yield(:title) : "Match Live TV" %></title>
<%= render "shared/meta_tags" %>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="/marketing.css?v=33">
<link rel="stylesheet" href="/marketing.css?v=34">
<link rel="stylesheet" href="/live.css?v=3">
<%= yield :head %>
</head>

View File

@@ -14,8 +14,7 @@
stripe_subscription_active: stripe_subscription_active?(subscription),
current_interval: current_interval
) : nil %>
<% featured = billing_mode ? (plan.slug == current_slug) : (plan.slug == "premium_light") %>
<div class="plan-card<%= " featured" if featured %>">
<div class="plan-card">
<h3><%= plan.name %></h3>
<% if plan.slug == "free" %>
<div class="plan-price">€0</div>

View File

@@ -935,10 +935,6 @@ body.nav-menu-open { overflow: hidden; }
padding: 24px;
box-sizing: border-box;
}
.plan-card.featured {
border-color: #2a2a36;
box-shadow: 0 0 0 2px #e53935;
}
.plan-card h3 { margin: 0 0 8px; }
.plan-price { font-size: 1.8rem; font-weight: 800; margin: 12px 0; }
.plan-card ul {