moodist/src/components/modals/presets/presets.module.css
2024-02-28 19:59:39 +03:30

12 lines
204 B
CSS

.title {
font-family: var(--font-heading);
font-size: var(--font-md);
font-weight: 600;
}
.divider {
width: 100%;
height: 1px;
margin: 16px 0;
background-color: var(--color-neutral-200);
}