feat: create reusable tooltip

This commit is contained in:
MAZE
2023-10-29 18:12:06 +03:30
parent 0888aaa0f0
commit c637e2d631
5 changed files with 149 additions and 64 deletions

View File

@@ -0,0 +1,8 @@
.tooltip {
width: max-content;
padding: 6px 12px;
border: 1px solid var(--color-neutral-200);
border-radius: 100px;
background-color: var(--color-neutral-100);
font-size: var(--font-xsm);
}