From ec54c7692d5588addcd7563626df381aa86d5d79 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 20 Apr 2022 19:27:46 +0200 Subject: chore: add a Sidebar component --- src/components/atoms/layout/sidebar.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/atoms/layout/sidebar.module.scss (limited to 'src/components/atoms/layout/sidebar.module.scss') diff --git a/src/components/atoms/layout/sidebar.module.scss b/src/components/atoms/layout/sidebar.module.scss new file mode 100644 index 0000000..da2acbe --- /dev/null +++ b/src/components/atoms/layout/sidebar.module.scss @@ -0,0 +1,7 @@ +@use "@styles/abstracts/functions" as fun; + +.wrapper { + > *:not(:first-child) { + margin-top: fun.convert-px(-2); + } +} -- cgit v1.2.3