feat: finish my pages overview page according to wireframe
This commit is contained in:
9
components/TempDesignSystem/Divider/divider.module.css
Normal file
9
components/TempDesignSystem/Divider/divider.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.divider {
|
||||
border-bottom-color: var(--some-grey-color, #111);
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.dotted {
|
||||
border-bottom-style: dotted;
|
||||
}
|
||||
Reference in New Issue
Block a user