@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
1 lines • 959 B
Source Map (JSON)
{"version":3,"file":"Popover.module.cjs","names":[],"sources":["../../../src/components/Popover/Popover.module.css"],"sourcesContent":[".dropdown {\n position: absolute;\n border: 1px solid var(--popover-border-color);\n padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);\n box-shadow: var(--popover-shadow, none);\n border-radius: var(--popover-radius, var(--mantine-radius-default));\n\n &:where([data-fixed]) {\n position: fixed;\n }\n\n &:focus {\n outline: none;\n }\n\n @mixin where-light {\n --popover-border-color: var(--mantine-color-gray-2);\n background-color: var(--mantine-color-white);\n }\n\n @mixin where-dark {\n --popover-border-color: var(--mantine-color-dark-4);\n background-color: var(--mantine-color-dark-6);\n }\n}\n\n.arrow {\n background-color: inherit;\n border: 1px solid var(--popover-border-color);\n z-index: 1;\n}\n\n.overlay {\n position: fixed;\n inset: 0;\n}\n"],"mappings":""}