From c1eae6920c195fe6d5cd9a6ca495a24ee4169fac Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Fri, 13 Jun 2025 17:13:28 +0200 Subject: [PATCH] fix: restore flex classes to link variants --- .../components/TempDesignSystem/Link/link.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/scandic-web/components/TempDesignSystem/Link/link.module.css b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css index 9b88af0f3..7a3817518 100644 --- a/apps/scandic-web/components/TempDesignSystem/Link/link.module.css +++ b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css @@ -67,6 +67,8 @@ } .myPageMobileDropdown { + display: flex; + align-items: center; color: var(--Scandic-Brand-Burgundy); font-family: var(--typography-Body-Regular-fontFamily); font-size: var(--typography-Body-Regular-fontSize); @@ -94,6 +96,7 @@ .shortcut { display: grid; + align-items: center; font-family: var(--typography-Body-Regular-fontFamily); font-size: var(--typography-Body-Regular-fontSize); font-weight: var(--typography-Body-Regular-fontWeight); @@ -116,6 +119,7 @@ .sidebar { display: flex; + align-items: center; border-radius: var(--Corner-radius-md); gap: var(--Space-x1); padding: var(--Space-x1); @@ -175,6 +179,8 @@ } .menu { + display: flex; + align-items: center; justify-content: space-between; width: 100%; padding: var(--Space-x1);