sendou.ink/app/components/elements/Popover.module.css
2025-12-30 16:34:59 +02:00

15 lines
276 B
CSS

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