-
+
-
+
-
+
-
+
-
-
+
-
@@ -353,31 +311,6 @@ function setAppAppearance() {
--at-apply: bg-$bew-warning-color text-black;
}
- .tooltip {
- --at-apply: absolute px-2 py-1 rounded-8
- bg-black dark:bg-white
- pointer-events-none
- text-sm text-white dark:text-black
- opacity-0 duration-300;
- white-space: nowrap;
-
- &.left {
- --at-apply: left-[calc(45px+1em)];
- }
-
- &.right{
- --at-apply: right-[calc(45px+1em)];
- }
-
- &.bottom {
- --at-apply: top--3em left-1/2;
- transform: translateX(-50%);
- }
- }
-
- &:hover .tooltip {
- --at-apply: opacity-100;
- }
}
}