Skip to content
Snippets Groups Projects
Commit cf9dd327 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Hide the status section on public project pages.

parent ac21b712
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
{% include "projects/includes/project_status.html" %}
{# {% include "projects/includes/project_status.html" %} #}
<div class="wrapper wrapper--inner-space-small">
<div>
......
......@@ -43,7 +43,7 @@
&--status {
width: 65px;
height: 100%;
height: 160px;
stroke: $color--mid-grey;
fill: transparent;
......
......@@ -118,7 +118,7 @@
&--status {
width: 65px;
height: 100%;
height: 160px;
stroke: $color--mid-grey;
fill: transparent;
......
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