UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

1 lines 596 B
{"version":3,"file":"Overlay.module.cjs","names":[],"sources":["../../../src/components/Overlay/Overlay.module.css"],"sourcesContent":[".root {\n inset: 0;\n position: absolute;\n background: var(--overlay-bg, rgba(0, 0, 0, 0.6));\n -webkit-backdrop-filter: var(--overlay-filter);\n backdrop-filter: var(--overlay-filter);\n border-radius: var(--overlay-radius, 0);\n z-index: var(--overlay-z-index);\n\n &:where([data-fixed]) {\n position: fixed;\n }\n\n &:where([data-center]) {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n}\n"],"mappings":""}