We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071eea5 commit 1a163afCopy full SHA for 1a163af
src/pages/Dashboard/styles.js
@@ -0,0 +1,7 @@
1
+import styled from "styled-components";
2
+import { _separator } from "../../styles/tools/Separator";
3
+
4
+export const SectionFake = styled.section`
5
+ height: 300px;
6
+ ${_separator};
7
+`;
0 commit comments