Skip to content

Commit 071eea5

Browse files
committed
✨ Create the Separator that is a tools
1 parent bc606b9 commit 071eea5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/tools/Separator.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { css } from "styled-components";
2+
3+
export const _separator = css`
4+
border-bottom: 2px solid var(--color-old-silver);
5+
`;

0 commit comments

Comments
 (0)