From 83e6ea21d1cf4345fc7d64d28e6c44e6553dbe7a Mon Sep 17 00:00:00 2001
From: Julientaq <julientaq@gmail.com>
Date: Tue, 17 Oct 2017 13:03:01 +0200
Subject: [PATCH] DoReview component styling and some submission component
 tweaks

---
 src/molecules/Files.local.scss | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/molecules/Files.local.scss b/src/molecules/Files.local.scss
index 0a31a81c1..da6e025eb 100644
--- a/src/molecules/Files.local.scss
+++ b/src/molecules/Files.local.scss
@@ -24,16 +24,11 @@
 }
 
 .attach {
-  border: 0 dashed grey;
+  border: 1px dashed grey;
   background: transparent;
-  padding: 0;
+  padding: 10px;
+  cursor: pointer;
+  font-size: inherit;
   font-family: inherit;
-  margin-bottom: 0;
-  font-size: 0.8em;
-  border-bottom: 2px solid transparent;
-
-  &:hover {
-    border-bottom: 2px solid var(--color-primary);
-    color: primary;
-  }
+  margin-bottom: 2em;
 }
-- 
GitLab