Skip to content
Snippets Groups Projects
Commit 9266fce0 authored by Chris Lawton's avatar Chris Lawton
Browse files

change sidebar buttons class so it's more meaningful

parent caecae2f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
{% include 'funds/includes/review_table.html' %}
<div class="wrapper wrapper--button-container">
<div class="wrapper wrapper--sidebar-buttons">
{% include 'review/includes/review_button.html' with submission=object class="button--half-width" %}
{% if request.user.is_apply_staff and object.reviews.exists %}
<a href="{% url 'apply:submissions:reviews:list' submission_pk=object.id %}" class="button button--white button--half-width">View all</a>
......
......@@ -7,7 +7,7 @@
<a data-fancybox data-src="#update-status" class="button button--primary button--full-width {% if progress_form.should_show %}is-not-disabled{% else %}is-disabled{% endif %}" href="#">Update status</a>
<p class="sidebar__separator">Assign</p>
<div class="wrapper wrapper--button-container">
<div class="wrapper wrapper--sidebar-buttons">
<a data-fancybox data-src="#update-reviewers" class="button button--half-width button--white" href="#">Reviewers</a>
<a data-fancybox data-src="#assign-lead" class="button button--half-width button--white" href="#">Lead</a>
</div>
......
......@@ -222,7 +222,7 @@
}
}
&--button-container {
&--sidebar-buttons {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
......
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