10 lines
169 B
CSS
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;
|
|
}
|