mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -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>
|
||||
|
||||
{% if notifications %}
|
||||
<p class="heading-small bottom-gutter">
|
||||
<a href="{{ request.url }}&download=csv" download>Download as a CSV file</a>
|
||||
<p class="bottom-gutter">
|
||||
<a href="{{ request.url }}&download=csv" download class="heading-small">Download as a CSV file</a>
|
||||
 
|
||||
Delivery information is available for 7 days
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user