Skip to content
Snippets Groups Projects
Commit 7e6ab841 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adjust styling of remove upload button to link(#1443)

parent 47387c7a
No related branches found
No related tags found
No related merge requests found
......@@ -76,11 +76,11 @@
</div>
<div class="docs-block__document-inner">
<a class="docs-block__document-link" href="{% url 'apply:projects:document' pk=object.pk file_pk=document.pk %}">Download</a>
<form method="POST" id="{{ remove_document_form.name }}">
<form method="POST" id="{{ remove_document_form.name }}" class="docs-block__document-form">
{% csrf_token %}
{{ document.get_remove_form }}
<input
class="button button--primary button--top-space"
class="button button--link"
id="{{ remove_document_form.name }}-submit"
name="{{ form_prefix }}{{ remove_document_form.name }}"
type="submit"
......
......@@ -313,4 +313,8 @@
transform: rotate(90deg);
}
}
&--link {
color: $color--primary;
}
}
......@@ -173,4 +173,8 @@
margin-right: 0;
}
}
&__document-form {
display: inline;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment