From d17d894f398650209c0ddd29502308de8c07bd93 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 27 Sep 2023 18:43:25 +0200 Subject: feat(components): add Article, Aside, Footer, Header, Main & Nav Some components have been renamed to be able to create Footer, Header and Nav. --- src/components/atoms/layout/sidebar.module.scss | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100644 index 31adb6f..0000000 --- a/src/components/atoms/layout/sidebar.module.scss +++ /dev/null @@ -1,12 +0,0 @@ -@use "../../../styles/abstracts/functions" as fun; - -.wrapper { - > *:not(:first-child) { - margin-top: fun.convert-px(-2); - } -} - -.body { - position: sticky; - top: var(--spacing-xs); -} -- cgit v1.2.3