feat(SW-350): Implemented tooltip and booking widget tablet design

This commit is contained in:
Pontus Dreij
2024-10-04 10:00:52 +02:00
parent b9410327a4
commit f7f4f9efa8
2 changed files with 2 additions and 2 deletions

View File

@@ -71,11 +71,10 @@
.inputContainer input[type="text"] {
border: none;
height: 24px;
height: var(--Spacing-x3);
}
.rooms,
.vouchers,
.when {
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
border-radius: var(--Corner-radius-Small);

View File

@@ -1,4 +1,5 @@
"use client"
import React from "react"
import { useWatch } from "react-hook-form"
import { useIntl } from "react-intl"