@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
28 lines (22 loc) • 430 B
CSS
.title {
font-weight: var(--coveo-fw-bold);
}
.label {
color: var(--mantine-color-text);
}
.wrapper {
gap: var(--mantine-spacing-sm);
}
.icon {
margin-inline-end: 0;
margin-top: 0;
width: var(--mantine-spacing-md);
height: var(--mantine-spacing-md);
}
.body {
gap: var(--mantine-spacing-xxs);
padding: var(--mantine-spacing-xxs) 0;
}
.closeButton {
color: var(--mantine-color-text);
}