blob: a46f28c94b9de775c7513fba8807a1d9fff63eca (
plain)
| 1
2
3
4
5
6
7
8
 | @use "@styles/abstracts/functions" as fun;
@use "@styles/abstracts/mixins" as mix;
.item .tooltip {
  top: unset;
  bottom: calc(100% + var(--spacing-2xs));
  transform-origin: bottom center;
}
 |