hensei-web/components/Popover/index.scss

6 lines
164 B
SCSS

.Popover {
background: var(--dialog-bg);
border-radius: $card-corner;
border: 0.5px solid rgba(0, 0, 0, 0.18);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}