UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

25 lines (19 loc) 563 B
.m_26775b0a { --card-radius: var(--mantine-radius-default); display: block; width: 100%; border-radius: var(--card-radius); cursor: pointer; } .m_26775b0a :where(*) { cursor: inherit; } .m_26775b0a:where([data-with-border]) { border: 1px solid transparent; } :where([data-mantine-color-scheme='light']) .m_26775b0a:where([data-with-border]) { border-color: var(--mantine-color-gray-3); } :where([data-mantine-color-scheme='dark']) .m_26775b0a:where([data-with-border]) { border-color: var(--mantine-color-dark-4); }