7 lines
165 B
SCSS
7 lines
165 B
SCSS
.tooltip {
|
|
@apply z-50 overflow-hidden rounded-md bg-gray-950 px-2 py-1.5 text-xs font-medium text-gray-200 shadow-md;
|
|
&-arrow {
|
|
@apply fill-gray-950;
|
|
}
|
|
}
|