summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/code.stories.tsx
blob: ac0e98fef90a298ad72a351e35973d42a20b810e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@use "@styles/abstracts/functions" as fun;
@use "@styles/abstracts/placeholders";

.meta {
  flex-flow: column wrap;
}

.list {
  @extend %flex-list;

  gap: var(--spacing-xs);
}

.item {
  > a {
    padding: calc(var(--spacing-2xs) / 2) var(--spacing-xs);
  }
}