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:
@@ -6,7 +6,7 @@
|
|||||||
<title><%= content_for?(:title) ? yield(:title) : "Match Live TV" %></title>
|
<title><%= content_for?(:title) ? yield(:title) : "Match Live TV" %></title>
|
||||||
<%= render "shared/meta_tags" %>
|
<%= 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="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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<%= render "shared/marketing_nav" %>
|
<%= render "shared/marketing_nav" %>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title><%= content_for?(:title) ? yield(:title) : "Match Live TV" %></title>
|
<title><%= content_for?(:title) ? yield(:title) : "Match Live TV" %></title>
|
||||||
<%= render "shared/meta_tags" %>
|
<%= 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="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">
|
<link rel="stylesheet" href="/live.css?v=3">
|
||||||
<%= yield :head %>
|
<%= yield :head %>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -14,8 +14,7 @@
|
|||||||
stripe_subscription_active: stripe_subscription_active?(subscription),
|
stripe_subscription_active: stripe_subscription_active?(subscription),
|
||||||
current_interval: current_interval
|
current_interval: current_interval
|
||||||
) : nil %>
|
) : nil %>
|
||||||
<% featured = billing_mode ? (plan.slug == current_slug) : (plan.slug == "premium_light") %>
|
<div class="plan-card">
|
||||||
<div class="plan-card<%= " featured" if featured %>">
|
|
||||||
<h3><%= plan.name %></h3>
|
<h3><%= plan.name %></h3>
|
||||||
<% if plan.slug == "free" %>
|
<% if plan.slug == "free" %>
|
||||||
<div class="plan-price">€0</div>
|
<div class="plan-price">€0</div>
|
||||||
|
|||||||
@@ -935,10 +935,6 @@ body.nav-menu-open { overflow: hidden; }
|
|||||||
padding: 24px;
|
padding: 24px;
|
||||||
box-sizing: border-box;
|
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-card h3 { margin: 0 0 8px; }
|
||||||
.plan-price { font-size: 1.8rem; font-weight: 800; margin: 12px 0; }
|
.plan-price { font-size: 1.8rem; font-weight: 800; margin: 12px 0; }
|
||||||
.plan-card ul {
|
.plan-card ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user