We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc606b9 commit 071eea5Copy full SHA for 071eea5
src/styles/tools/Separator.js
@@ -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