@dune2/mantine-notifications
Version:
Mantine notifications system
16 lines (15 loc) • 462 B
CSS
@layer mantine {.m_b37d9ac7 {
width: calc(100% - var(--mantine-spacing-md) * 2);
position: fixed;
z-index: var(--notifications-z-index);
top: var(--notifications-top);
left: var(--notifications-left);
right: var(--notifications-right);
bottom: var(--notifications-bottom);
transform: var(--notifications-transform);
max-width: var(--notifications-container-width);
}
.m_5ed0edd0 + .m_5ed0edd0 {
margin-top: var(--mantine-spacing-md);
}
}