Files
moodist/src/components/menu/divider/divider.module.css
2024-02-24 20:22:36 +03:30

7 lines
108 B
CSS

.divider {
width: 100%;
height: 1px;
min-height: 1px;
background-color: var(--color-neutral-200);
}