19 lines
296 B
CSS
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);
|
|
}
|