feat(SW-350): Implemented tooltip and booking widget tablet design
This commit is contained in:
@@ -71,11 +71,10 @@
|
|||||||
|
|
||||||
.inputContainer input[type="text"] {
|
.inputContainer input[type="text"] {
|
||||||
border: none;
|
border: none;
|
||||||
height: 24px;
|
height: var(--Spacing-x3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.rooms,
|
.rooms,
|
||||||
.vouchers,
|
|
||||||
.when {
|
.when {
|
||||||
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
||||||
border-radius: var(--Corner-radius-Small);
|
border-radius: var(--Corner-radius-Small);
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
import React from "react"
|
||||||
import { useWatch } from "react-hook-form"
|
import { useWatch } from "react-hook-form"
|
||||||
import { useIntl } from "react-intl"
|
import { useIntl } from "react-intl"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user