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:
Chris Hill-Scott
2016-11-18 10:54:34 +00:00
parent 045864f052
commit bfe234b535
2 changed files with 5 additions and 5 deletions

View File

@@ -9,11 +9,11 @@
#logo {
white-space: nowrap;
font-size: 27px;
line-height: 32px;
img {
padding-right: 8px;
#product-name {
font-size: 24px;
font-weight: 400;
padding-left: 5px;
}
}

View File

@@ -68,7 +68,7 @@
{% 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') %}