aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/sidebar.module.scss
blob: 5d36f18a0040e5491beddd1159af18373353ecdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@use "@styles/abstracts/functions" as fun;

.wrapper {
  > *:not(:first-child) {
    margin-top: fun.convert-px(-2);
  }
}

.body {
  position: sticky;
  top: var(--spacing-xs);
}