From 3eaaa9aca2abdb763c004fb02910de351a0d3f35 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 15 Aug 2024 13:40:53 +0200 Subject: [PATCH] feat(SW-240): basic styling forms --- .../BookingWidget/FormContent/formContent.module.css | 5 +++++ components/Forms/BookingWidget/FormContent/index.tsx | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/components/Forms/BookingWidget/FormContent/formContent.module.css index 767fd6797..59d478236 100644 --- a/components/Forms/BookingWidget/FormContent/formContent.module.css +++ b/components/Forms/BookingWidget/FormContent/formContent.module.css @@ -3,6 +3,11 @@ gap: var(--Spacing-x2); } +.input input[type="text"] { + border: none; + padding: var(--Spacing-x1) var(--Spacing-x0); +} + .bodyFontSize { font-size: var(--typography-Caption-Bold-Desktop-fontSize); } diff --git a/components/Forms/BookingWidget/FormContent/index.tsx b/components/Forms/BookingWidget/FormContent/index.tsx index 74d8fc4ba..21120b34a 100644 --- a/components/Forms/BookingWidget/FormContent/index.tsx +++ b/components/Forms/BookingWidget/FormContent/index.tsx @@ -22,19 +22,19 @@ export default function FormContent() { {where} - +
{when} - +
{rooms} - +
{vouchers} - +