Use proper icon for breadcrumb

Uses the asset from the GOV.UK Frontend Toolkit.
This commit is contained in:
Chris Hill-Scott
2019-04-30 16:02:18 +01:00
parent c8fe1fc715
commit 74638f4cd0
2 changed files with 11 additions and 1 deletions

View File

@@ -40,6 +40,16 @@
}
&-breadcrumb {
display: inline-block;
width: 6px;
height: 11px;
margin: 0 5px;
background-image: file-url("separator-2x.png");
background-size: 6px 11px;
background-repeat: no-repeat;
}
li {
@include core-19;
margin: 0;

View File

@@ -10,7 +10,7 @@
<div class="navigation-service-name">
{% if current_user.platform_admin %}
<a href="{{ url_for('.organisations') }}">Organisations</a>
&gt;
<span class="navigation-breadcrumb"></span>
{% endif %}
{{ current_org.name }}
</div>