mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
37 lines
887 B
CSS
37 lines
887 B
CSS
@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;
|
|
}
|
|
} |