feat: Update pricing card styles by removing border and shadow for featured cards

This commit is contained in:
Matt Batchelder
2026-02-25 19:18:11 -05:00
parent de00f1c141
commit 0c556e176b
2 changed files with 1 additions and 3 deletions

View File

@@ -1931,8 +1931,6 @@ p:last-child { margin-bottom: 0; }
transform: translateY(-4px);
}
.pricing-card.featured {
border-color: var(--color-primary);
box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb),.1);
}
.pricing-badge {
position: absolute;