Add new className write a style code
This commit is contained in:
parent
0f892e2cbf
commit
28607fbb63
|
|
@ -569,9 +569,9 @@
|
|||
);
|
||||
background-size: 300% 300%;
|
||||
animation: rainbowBorder 5s linear infinite;
|
||||
-webkit-mask:
|
||||
linear-gradient(#fff 0 0) content-box,
|
||||
linear-gradient(#fff 0 0);
|
||||
// -webkit-mask:
|
||||
// linear-gradient(#fff 0 0) content-box,
|
||||
// linear-gradient(#fff 0 0);
|
||||
-webkit-mask-composite: xor;
|
||||
mask-composite: exclude;
|
||||
pointer-events: none;
|
||||
|
|
@ -679,11 +679,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.BSCategory2New {
|
||||
// position: absolute;
|
||||
// bottom: -50%;
|
||||
// height: 0 !important;
|
||||
}
|
||||
// .BSCategory2New {
|
||||
// // position: absolute;
|
||||
// // bottom: -50%;
|
||||
// // height: 0 !important;
|
||||
// }
|
||||
|
||||
.ant-tooltip {
|
||||
display: none !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue