mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:09:49 -04:00
Merge pull request #530 from alphagov/non-bold-7-days-text
Make ‘7 days’ text on activity page not bold’
This commit is contained in:
@@ -64,8 +64,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if notifications %}
|
{% if notifications %}
|
||||||
<p class="heading-small bottom-gutter">
|
<p class="bottom-gutter">
|
||||||
<a href="{{ request.url }}&download=csv" download>Download as a CSV file</a>
|
<a href="{{ request.url }}&download=csv" download class="heading-small">Download as a CSV file</a>
|
||||||
 
|
 
|
||||||
Delivery information is available for 7 days
|
Delivery information is available for 7 days
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user