Files
web/components/TempDesignSystem/Divider/divider.module.css
2024-05-30 17:56:56 +02:00

10 lines
169 B
CSS

.divider {
border-bottom-color: var(--Scandic-Brand-Burgundy);
border-bottom-style: solid;
border-bottom-width: 1px;
}
.dotted {
border-bottom-style: dotted;
}