mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Use two-weight GOV.UK Notify logo
Based on the work Tim, Stephen et. al have done on patterns for admin interfaces across GaaP. See their prototype here: https://govuk-product-page-prototypes.herokuapp.com/govuk-notify
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
#logo {
|
#logo {
|
||||||
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 27px;
|
|
||||||
line-height: 32px;
|
|
||||||
|
|
||||||
img {
|
#product-name {
|
||||||
padding-right: 8px;
|
font-size: 24px;
|
||||||
|
font-weight: 400;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% set global_header_text = "GOV.UK Notify" %}
|
{% set global_header_text = "GOV.UK <span id='product-name'>Notify</span>"|safe %}
|
||||||
|
|
||||||
{% set homepage_url = url_for('main.show_all_services_or_dashboard') %}
|
{% set homepage_url = url_for('main.show_all_services_or_dashboard') %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user