Files
web/components/TempDesignSystem/Divider/divider.module.css
2024-04-02 13:43:23 +02:00

10 lines
168 B
CSS

.divider {
border-bottom-color: var(--some-grey-color, #111);
border-bottom-style: solid;
border-bottom-width: 1px;
}
.dotted {
border-bottom-style: dotted;
}