From f44c4433cf0de3a91b8d2a32f449acf088240499 Mon Sep 17 00:00:00 2001 From: turbobeast Date: Thu, 30 Mar 2017 13:27:44 -0400 Subject: [PATCH] back button styles -- for future back button --- src/components/profile/profile.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/profile/profile.css b/src/components/profile/profile.css index 72458c1..5c504e8 100644 --- a/src/components/profile/profile.css +++ b/src/components/profile/profile.css @@ -68,4 +68,12 @@ background-color:#131313; text-decoration:none; margin:20px 0px; +} + +.back { + display: inline-block; + text-decoration: none; + color: #9eebcf; + font-weight: 700; + margin-bottom: 12px; } \ No newline at end of file