element-call/src/popover/Popover.module.css
2022-06-01 11:48:17 -04:00

8 lines
170 B
CSS

.popover {
display: flex;
flex-direction: column;
width: 194px;
background: var(--system);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 8px;
}