Skip to content
Snippets Groups Projects
Commit ab984a4f authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Purple package pill for data series

parent 2ecb57ed
No related branches found
No related tags found
No related merge requests found
...@@ -2650,6 +2650,11 @@ span.clear { ...@@ -2650,6 +2650,11 @@ span.clear {
margin-bottom: 17.84px; margin-bottom: 17.84px;
} }
.package-info-pill.purple {
background-color: #B55C9C;
color: white;
}
p.package-info-subject { p.package-info-subject {
margin-top: 12px; margin-top: 12px;
margin-bottom: 0px; margin-bottom: 0px;
......
...@@ -37,7 +37,7 @@ Example: ...@@ -37,7 +37,7 @@ Example:
<div class="dataset-content"> <div class="dataset-content">
{% block heading %} {% block heading %}
{% if package.get('type') == 'collection' %} {% if package.get('type') == 'collection' %}
<div class='package-info-pill'> <div class='package-info-pill purple'>
{{ _('Data series') }} {{ _('Data series') }}
</div> </div>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment