Add new className write a style code
This commit is contained in:
parent
148a244494
commit
0f892e2cbf
|
|
@ -734,3 +734,26 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue