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

removes back to submissions link

parent 5b7d4799
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,6 @@ ...@@ -7,10 +7,6 @@
<div class="admin-bar"> <div class="admin-bar">
<div class="admin-bar__inner admin-bar__inner--with-button"> <div class="admin-bar__inner admin-bar__inner--with-button">
<div> <div>
<a href="{% url "apply:submissions:overview" %}" class="admin-bar__link">
<svg><use xlink:href="#arrow"></use></svg>
Submissions
</a>
<h1 class="gamma heading heading--no-margin heading--bold">{{ object }}</h1> <h1 class="gamma heading heading--no-margin heading--bold">{{ object }}</h1>
<p class="admin-bar__meta">{% if object.fund %}{{ object.fund }} | {% endif %}Lead: {{ object.lead }}</p> <p class="admin-bar__meta">{% if object.fund %}{{ object.fund }} | {% endif %}Lead: {{ object.lead }}</p>
</div> </div>
......
...@@ -29,27 +29,6 @@ ...@@ -29,27 +29,6 @@
} }
} }
&__link {
display: inline-flex;
align-items: center;
color: $color--white;
opacity: .8;
transition: opacity $quick-transition;
font-size: 14px;
font-weight: $weight--semibold;
&:hover {
opacity: 1;
}
svg {
width: 30px;
height: 30px;
fill: $color--white;
margin-right: 5px;
}
}
&__meta { &__meta {
margin: 0 0 10px; margin: 0 0 10px;
} }
......
...@@ -296,9 +296,4 @@ ...@@ -296,9 +296,4 @@
<symbol id="padlock" viewBox="0 0 64 64"> <symbol id="padlock" viewBox="0 0 64 64">
<g id="Icon-Lock" transform="translate(284 430)"><path class="st0" d="M-237.7-401.3h-3v-6.4c0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3v6.4h-3v-6.4c0-7.9 6.4-14.3 14.3-14.3s14.3 6.4 14.3 14.3v6.4" id="Fill-66"/><path class="st0" d="M-239.2-374.1h-25.6c-2.6 0-4.8-2.2-4.8-4.8v-19.2c0-2.6 2.2-4.8 4.8-4.8h25.6c2.6 0 4.8 2.2 4.8 4.8v19.2c0 2.7-2.2 4.8-4.8 4.8zm-25.6-25.6c-.9 0-1.6.7-1.6 1.6v19.2c0 .9.7 1.6 1.6 1.6h25.6c.9 0 1.6-.7 1.6-1.6v-19.2c0-.9-.7-1.6-1.6-1.6h-25.6z" id="Fill-67"/><path class="st0" d="M-248.8-393.3c0 1.8-1.4 3.2-3.2 3.2s-3.2-1.4-3.2-3.2 1.4-3.2 3.2-3.2 3.2 1.5 3.2 3.2" id="Fill-68"/><path class="st0" id="Fill-69" d="M-251.2-393.3h-1.6l-1.6 9.6h4.8l-1.6-9.6"/></g> <g id="Icon-Lock" transform="translate(284 430)"><path class="st0" d="M-237.7-401.3h-3v-6.4c0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3v6.4h-3v-6.4c0-7.9 6.4-14.3 14.3-14.3s14.3 6.4 14.3 14.3v6.4" id="Fill-66"/><path class="st0" d="M-239.2-374.1h-25.6c-2.6 0-4.8-2.2-4.8-4.8v-19.2c0-2.6 2.2-4.8 4.8-4.8h25.6c2.6 0 4.8 2.2 4.8 4.8v19.2c0 2.7-2.2 4.8-4.8 4.8zm-25.6-25.6c-.9 0-1.6.7-1.6 1.6v19.2c0 .9.7 1.6 1.6 1.6h25.6c.9 0 1.6-.7 1.6-1.6v-19.2c0-.9-.7-1.6-1.6-1.6h-25.6z" id="Fill-67"/><path class="st0" d="M-248.8-393.3c0 1.8-1.4 3.2-3.2 3.2s-3.2-1.4-3.2-3.2 1.4-3.2 3.2-3.2 3.2 1.5 3.2 3.2" id="Fill-68"/><path class="st0" id="Fill-69" d="M-251.2-393.3h-1.6l-1.6 9.6h4.8l-1.6-9.6"/></g>
</symbol> </symbol>
<symbol id="arrow" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" />
</symbol>
</svg> </svg>
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