Files
web/components/TempDesignSystem/Divider/divider.module.css
2024-06-13 10:00:16 +02:00

19 lines
296 B
CSS

.divider {
border-bottom-style: solid;
border-bottom-width: 1px;
height: 1px;
width: 100%;
}
.dotted {
border-bottom-style: dotted;
}
.burgundy {
border-bottom-color: var(--Scandic-Brand-Burgundy);
}
.peach {
border-bottom-color: var(--Theme-Primary-Light-On-Surface-Divider);
}