aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/sidebar.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/layout/sidebar.module.scss')
-rw-r--r--src/components/atoms/layout/sidebar.module.scss12
1 files changed, 0 insertions, 12 deletions
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);
-}