diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 0b97e96b1..0fcb06536 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -31,8 +31,6 @@ $path: '/static/images/'; @import 'elements/panels'; @import 'elements/tables'; -// Dependencies from GOV.UK Frontend, packaged to be specific to this application -@import './govuk-frontend/all'; // Specific to this application @import 'local/typography'; diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index a294827ac..222a0f7cb 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -46,11 +46,16 @@ {% endif %} {% for notification in api_notifications.notifications %} -
- -

- - {{ notification.to }} +
+

+

-

-
+ + + -
+ {% endfor %} {% if api_notifications.notifications %}