diff --git a/src/molecules/Files.local.scss b/src/molecules/Files.local.scss index 0a31a81c129539352d9d2d59f5644670f898d485..da6e025ebc32a66e6c55c90efd80cdfff27a7083 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; }