@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
17 lines (14 loc) • 351 B
CSS
.label {
margin-bottom: var(--mantine-spacing-xs);
}
.description {
font-size: var(--mantine-font-size-sm);
color: var(--mantine-color-gray-7);
margin-bottom: var(--mantine-spacing-xs);
line-height: var(--mantine-line-height);
font-weight: 300;
}
.error {
line-height: var(--mantine-line-height);
font-weight: 300;
}