mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
20 lines
467 B
CSS
20 lines
467 B
CSS
@layer mantine {.m_9814e45f {
|
|
inset: 0;
|
|
position: absolute;
|
|
background: var(--overlay-bg, rgba(0, 0, 0, 0.6));
|
|
-webkit-backdrop-filter: var(--overlay-filter);
|
|
backdrop-filter: var(--overlay-filter);
|
|
border-radius: var(--overlay-radius, 0);
|
|
z-index: var(--overlay-z-index);
|
|
}
|
|
|
|
.m_9814e45f:where([data-fixed]) {
|
|
position: fixed;
|
|
}
|
|
|
|
.m_9814e45f:where([data-center]) {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
} |