feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
.divider {
|
||||
border-bottom-color: var(--Scandic-Brand-Burgundy);
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user