hensei-web/components/Tooltip/index.scss
2023-01-28 00:51:32 -08:00

8 lines
155 B
SCSS

.Tooltip {
background: var(--dialog-bg);
border-radius: $card-corner;
line-height: 1.3;
padding: $unit * 1.5;
z-index: 35;
max-width: 200px;
}