Add new className and .MultiSearchIconDiv write style code
This commit is contained in:
parent
cb6dedade5
commit
d17066d299
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue