@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
1 lines • 615 B
Source Map (JSON)
{"version":3,"file":"RadioCard.module.cjs","names":[],"sources":["../../../../src/components/Radio/RadioCard/RadioCard.module.css"],"sourcesContent":[".card {\n --card-radius: var(--mantine-radius-default);\n\n display: block;\n width: 100%;\n border-radius: var(--card-radius);\n cursor: pointer;\n\n & :where(*) {\n cursor: inherit;\n }\n\n &:where([data-with-border]) {\n border: 1px solid transparent;\n\n @mixin where-light {\n border-color: var(--mantine-color-gray-3);\n }\n\n @mixin where-dark {\n border-color: var(--mantine-color-dark-4);\n }\n }\n}\n"],"mappings":""}