Add new className write a style code

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

View File

@ -734,3 +734,26 @@
color: #fff;
cursor: pointer;
}
.MultiSearchIconDiv3 {
background-color: #ffffff;
color: #1292ee !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;
}
}