mirror of
https://github.com/remvze/moodist.git
synced 2026-03-11 22:54:42 +08:00
feat: create reusable tooltip
This commit is contained in:
8
src/components/tooltip/tooltip.module.css
Normal file
8
src/components/tooltip/tooltip.module.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user