From 40b8ff9e6efe6565d66a0ce6a895bcb1c67f5b26 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Mon, 10 Jun 2024 15:11:33 +0200 Subject: [PATCH] fix: resolve more git conflicts after resbase --- .../MyPages/Blocks/Benefits/NextLevel/next.module.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css index 92a4e8195..82833b16b 100644 --- a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css +++ b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css @@ -43,7 +43,7 @@ flex-direction: column; justify-content: center; align-items: center; - gap: var(--x1, 8px); + gap: var(--Spacing-x1); align-self: stretch; } @@ -51,14 +51,17 @@ .chip { background-color: var(--Scandic-Red-90) !important; color: var(--Scandic-Peach-50) !important; + padding: var(--Spacing-x-half) var(--Spacing-x1) !important; + font-size: 12px !important; + height: 22px !important; } .level { text-align: center; font-family: var(--typography-Script-2-fontFamily); - font-size: 20px; + font-size: var(--typography-Script-2-Mobile-fontSize); font-weight: var(--typography-Script-2-fontWeight); - line-height: 110%; + line-height: var(--typography-Script-2-lineHeight); letter-spacing: 0.4px; color: var(--Scandic-Peach-50); }