aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav/nav-list.module.scss
blob: ff99581d6eeb8e066dece3379f69e73fed7419a2 (plain)
1
2
3
4
5
6
7
8
9
10
.nav {
  &--footer & {
    &__item:not(:first-child) {
      &::before {
        content: "\2022";
        margin-right: var(--spacing-2xs);
      }
    }
  }
}