From d17066d299f27670fe6266ac6afe566534b9b989 Mon Sep 17 00:00:00 2001 From: Srinath Date: Wed, 28 Jan 2026 17:18:34 +0530 Subject: [PATCH] Add new className and .MultiSearchIconDiv write style code --- .../Components/BSNavbar/BSNavbar1.scss | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss index e542f43..2884b12 100644 --- a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss +++ b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss @@ -484,3 +484,26 @@ .DisableIcon { pointer-events: none; } + + +.MultiSearchIconDiv { + background-color: #1292ee; + color: #fff !important; + border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + width: 35px !important; + height: 35px; + padding: 6px; + + + svg { + font-size: 22px; + width: 35px !important; + height: 35px; + + display: flex; + } +} \ No newline at end of file