@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
20 lines (16 loc) • 443 B
CSS
.root {
&:where([data-visible]) {
&::before {
z-index: var(--mantine-z-index-overlay);
}
&::after {
@mixin where-light {
background-color: var(--mantine-color-gray-2);
}
@mixin where-dark {
background-color: var(--mantine-color-dark-5);
}
z-index: calc(var(--mantine-z-index-overlay) + 1);
}
}
}