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);