From 9e42d3a530b11f4c115a7fc3857a1bc56fb32c76 Mon Sep 17 00:00:00 2001 From: Antoine Clausse Date: Fri, 15 May 2026 12:44:41 +0200 Subject: [PATCH] [web] Address design QA items on pricing page (#33682) - pricing table: integration icons gap uses --spacing-06 (horizontal), integrations content gap uses --spacing-04 (vertical) - Student card no longer renders with the green stroke highlight - Interstitial H1 wrapped in .main-heading-section so its spacing matches the pricing page Part of #33619. Co-authored-by: Claude Opus 4.7 (1M context) GitOrigin-RevId: 12ddd223f68c776c06a3d5dc5faa841819baae90 --- services/web/frontend/stylesheets/pages/plans-2026.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/pages/plans-2026.scss b/services/web/frontend/stylesheets/pages/plans-2026.scss index 7091087d1c..d75423444c 100644 --- a/services/web/frontend/stylesheets/pages/plans-2026.scss +++ b/services/web/frontend/stylesheets/pages/plans-2026.scss @@ -693,7 +693,7 @@ align-items: center; display: flex; flex-wrap: wrap; - gap: var(--spacing-04); + gap: var(--spacing-06); } .plans-feature-table-section-icon-wrapper { @@ -722,7 +722,7 @@ .plans-feature-table-integrations-content { display: flex; flex-direction: column; - gap: var(--spacing-03); + gap: var(--spacing-04); } .plans-feature-table-integrations-label {