summaryrefslogtreecommitdiffstats
path: root/src/components/Frames/Frames.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Frames/Frames.module.scss')
-rw-r--r--src/components/Frames/Frames.module.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/Frames/Frames.module.scss b/src/components/Frames/Frames.module.scss
new file mode 100644
index 0000000..821f0b8
--- /dev/null
+++ b/src/components/Frames/Frames.module.scss
@@ -0,0 +1,9 @@
1.arrow {
2 &.outbound {
3 color: green;
4 }
5
6 &.inbound {
7 color: red;
8 }
9}