Files
feishin/src/shared/components/popover/popover.module.css
T
2025-11-29 19:30:50 -08:00

8 lines
244 B
CSS

.dropdown {
padding: var(--theme-spacing-xs);
color: var(--theme-colors-foreground);
background: var(--theme-colors-background);
border: 1px solid var(--theme-colors-border);
filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
}