Add new className write a style code
This commit is contained in:
parent
01fe805be7
commit
148a244494
|
|
@ -397,3 +397,26 @@
|
||||||
left: 11px;
|
left: 11px;
|
||||||
top: 10px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue