sendou.ink/app/components/elements/Popover.module.css
2026-01-19 18:55:54 +01:00

15 lines
269 B
CSS

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