This commit is contained in:
Vanessa 2022-11-15 10:55:05 +08:00
parent 2a67a917b8
commit 7ba98f2ee0
4 changed files with 27 additions and 7 deletions

View file

@ -15,6 +15,10 @@
animation-duration: 150ms;
animation-fill-mode: both;
animation-name: zoomIn;
&--error {
background: var(--b3-theme-error);
}
}
.b3-tooltips {