From 650dd79c264d45d0cca09b9df9f3ba2bb288e360 Mon Sep 17 00:00:00 2001 From: Anton Gunnarsson Date: Fri, 28 Mar 2025 14:30:04 +0000 Subject: [PATCH] Merged in fix/sw-2032-sas-flow-styling-issues (pull request #1669) Fix styling issues in SAS flow * Fix styling issues in SAS flow Approved-by: Linus Flood --- .../(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx | 2 +- .../(sas)/(protected)/sas-x-scandic/link/link-sas.module.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx index 9bbd70d06..2b091c581 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx @@ -1,6 +1,5 @@ "use client" -import Image from "next/image" import { useParams, useRouter } from "next/navigation" import { useTransition } from "react" import { FormProvider, useForm } from "react-hook-form" @@ -11,6 +10,7 @@ import { Typography } from "@scandic-hotels/design-system/Typography" import { profileEdit } from "@/constants/routes/myPages" +import Image from "@/components/Image" import Button from "@/components/TempDesignSystem/Button" import Checkbox from "@/components/TempDesignSystem/Form/Checkbox" import Link from "@/components/TempDesignSystem/Link" diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css index 0de1ebf48..485e6625c 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css @@ -52,4 +52,5 @@ flex-direction: column; align-items: center; gap: var(--Spacing-x3); + text-align: left; }