Skip to content
Snippets Groups Projects
Commit 83e6ea21 authored by Julientaq's avatar Julientaq
Browse files

DoReview component styling and some submission component tweaks

parent 1ac998ff
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment