summaryrefslogtreecommitdiffstats
path: root/src/components/Frames/Frames.module.scss
blob: 821f0b8e7a5efe07ffb0f2cbd7726b77d8291630 (plain)
1
2
3
4
5
6
7
8
9
.arrow {
  &.outbound {
    color: green;
  }

  &.inbound {
    color: red;
  }
}