UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

37 lines (31 loc) 887 B
@layer mantine {.m_38a85659 { position: absolute; border: 1px solid var(--popover-border-color); padding: var(--mantine-spacing-sm) var(--mantine-spacing-md); box-shadow: var(--popover-shadow, none); border-radius: var(--popover-radius, var(--mantine-radius-default)); } .m_38a85659:where([data-fixed]) { position: fixed; } .m_38a85659:focus { outline: none; } :where([data-mantine-color-scheme='light']) .m_38a85659 { --popover-border-color: var(--mantine-color-gray-2); background-color: var(--mantine-color-white); } :where([data-mantine-color-scheme='dark']) .m_38a85659 { --popover-border-color: var(--mantine-color-dark-4); background-color: var(--mantine-color-dark-6); } .m_a31dc6c1 { background-color: inherit; border: 1px solid var(--popover-border-color); z-index: 1; } .m_3d7bc908 { position: fixed; inset: 0; } }