carbon-react
Version:
A library of reusable React components for easily building user interfaces.
2 lines (1 loc) • 553 B
JavaScript
import e from"styled-components";import o from"../../style/themes/apply-base-theme.js";const t=e.div.attrs(o).withConfig({displayName:"popover.style__StyledBackdrop",componentId:"sc-914db531-0"})(["bottom:0;left:0;position:fixed;right:0;top:0;z-index:var( --adaptiveSidebarModalBackdrop,"," );background:transparent;"],(({theme:e})=>e.zIndex.popover)),p=e.div.withConfig({displayName:"popover.style__StyledPopoverContent",componentId:"sc-914db531-1"})(["",""],(({isOpen:e})=>!e&&"display: none;"));export{t as StyledBackdrop,p as StyledPopoverContent};