From 7b3d71b356bcaf730890ab37f4f932ffa45f3d50 Mon Sep 17 00:00:00 2001 From: Layne Date: Tue, 15 Mar 2022 15:06:50 -0400 Subject: [PATCH] hotelview changes n notif img --- src/common/index.scss | 4 ++-- src/components/hotel-view/HotelView.scss | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/common/index.scss b/src/common/index.scss index 09612939..795313e7 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -206,8 +206,8 @@ font-size: $font-size-sm; .bubble-image-container { - min-width: 50px; - min-height: 50px; + width: 50px; + height: 50px; } } diff --git a/src/components/hotel-view/HotelView.scss b/src/components/hotel-view/HotelView.scss index aff2c972..137cbcf1 100644 --- a/src/components/hotel-view/HotelView.scss +++ b/src/components/hotel-view/HotelView.scss @@ -45,14 +45,15 @@ } .left { - width: 1200px; - height: 800px; + top:0; + right:0; bottom: 0; left: 0; animation-iteration-count: 1; animation-name: slideUp; animation-duration: 1s; background-repeat: no-repeat; + background-position: left bottom; } .right {