From 611de421b86bc28484c78521c817a4b77c89492b Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Mon, 12 Feb 2018 18:57:04 -0600 Subject: [PATCH] fix(closing): add closing style --- app/components/Contacts/Network.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/components/Contacts/Network.scss b/app/components/Contacts/Network.scss index ffa83e63..6a00ec4a 100644 --- a/app/components/Contacts/Network.scss +++ b/app/components/Contacts/Network.scss @@ -130,6 +130,10 @@ color: $darkestgrey; } + .closing { + color: $red; + } + svg { width: 5px; height: 5px;