Files
cunningham/packages/react/src/components/Popover/index.scss

15 lines
247 B
SCSS
Raw Normal View History

@use 'src/utils';
.c__popover {
position: absolute;
display: flex;
width: fit-content;
z-index: 1;
&:not(&--borderless) {
@extend %shadow;
background-color: var(--c--components--forms-datepicker--menu-background-color);
}
}