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