summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/sidebar.module.scss
blob: da2acbe4789bf7f836f5257648afaf5f794a487c (plain)
1
2
3
4
5
6
7
@use "@styles/abstracts/functions" as fun;

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