@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
36 lines (28 loc) • 584 B
CSS
.root {
padding: var(--mantine-spacing-sm);
&:not(&[data-variant]) {
border-color: color-mix(in srgb, var(--alert-color), var(--alert-bg) 85%);
}
}
.wrapper {
gap: var(--mantine-spacing-sm);
}
.title {
font-weight: 500;
}
.icon {
width: 16px;
height: 16px;
margin-right: 0;
}
.message {
@mixin light {
color: var(--mantine-color-gray-7);
&:where([data-variant='filled']) {
color: var(--alert-color);
}
}
&:where([data-variant='white']) {
color: var(--mantine-color-black);
}
}