sendou.ink/app/components/elements/Popover.module.css
2026-01-14 20:32:00 +01:00

15 lines
266 B
CSS

.content {
max-width: 20rem;
padding: var(--s-2);
border: var(--border-style);
border-radius: var(--rounded);
font-size: var(--fonts-sm);
font-weight: var(--semi-bold);
white-space: pre-wrap;
background-color: var(--color-bg);
}
.dialog {
outline: none;
}