diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/GuaranteeInfoModal/guaranteeInfoModal.module.css b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/GuaranteeInfoModal/guaranteeInfoModal.module.css index 046219bd3..fad2ef7cc 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/GuaranteeInfoModal/guaranteeInfoModal.module.css +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/GuaranteeInfoModal/guaranteeInfoModal.module.css @@ -12,6 +12,8 @@ color: var(--Icon-Interactive-Default); cursor: pointer; flex-shrink: 0; + vertical-align: bottom; + margin-right: var(--Space-x05); } .closeButton { diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/guaranteeInfo.module.css b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/guaranteeInfo.module.css index b8508ea70..17d2fbd2c 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/guaranteeInfo.module.css +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/guaranteeInfo.module.css @@ -2,6 +2,7 @@ align-items: center; display: flex; justify-content: space-between; + gap: var(--Space-x1); } .label { @@ -15,7 +16,5 @@ } .guaranteeInfo { - display: flex; - align-items: flex-start; - gap: var(--Space-x05); + text-align: right; } diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx index 9b3fe8466..1cb1d843b 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/index.tsx @@ -36,17 +36,15 @@ export default function GuaranteeInfo() {
-- {intl.formatMessage({ - id: "myStay.roomHeldAfter18", - defaultMessage: "Room held after 18:00", - })} -
-