Add new className write a style code

This commit is contained in:
Srinath 2026-01-28 17:27:30 +05:30
parent 01fe805be7
commit 148a244494
1 changed files with 23 additions and 0 deletions

View File

@ -397,3 +397,26 @@
left: 11px;
top: 10px;
}
.MultiSearchIconDiv2 {
background-color: #1292ee;
color: #ffffff !important;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 32px !important;
height: 32px;
padding: 4px;
svg {
font-size: 22px;
width: 32px !important;
height: 32px;
display: flex;
}
}