diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/components/Forms/BookingWidget/FormContent/formContent.module.css index d60dcb72b..0193a7ffb 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -8,33 +8,29 @@ padding: var(--Spacing-x1) var(--Spacing-x0); } -.fontSize { - font-size: var(--typography-Caption-Bold-Desktop-fontSize); -} - -.border { - border-right: 1px solid var(--Base-Surface-Subtle-Normal); -} - .where { width: 100%; max-width: 280px; + border-right: 1px solid var(--Base-Surface-Subtle-Normal); } .when, .rooms { width: 100%; max-width: 240px; + border-right: 1px solid var(--Base-Surface-Subtle-Normal); } .vouchers { width: 100%; max-width: 200px; + border-right: 1px solid var(--Base-Surface-Subtle-Normal); } .options { display: flex; flex-direction: column; + justify-content: center; width: 100%; max-width: 158px; } diff --git a/components/Forms/BookingWidget/FormContent/index.tsx b/components/Forms/BookingWidget/FormContent/index.tsx index 156578aae..c7347e03f 100644 --- a/components/Forms/BookingWidget/FormContent/index.tsx +++ b/components/Forms/BookingWidget/FormContent/index.tsx @@ -1,7 +1,7 @@ "use client" import { useIntl } from "react-intl" -import Body from "@/components/TempDesignSystem/Text/Body" +import Caption from "@/components/TempDesignSystem/Text/Caption" import styles from "./formContent.module.css" @@ -17,46 +17,36 @@ export default function FormContent() { return (