mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -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 {
|
||||
|
||||
white-space: nowrap;
|
||||
font-size: 27px;
|
||||
line-height: 32px;
|
||||
|
||||
img {
|
||||
padding-right: 8px;
|
||||
#product-name {
|
||||
font-size: 24px;
|
||||
font-weight: 400;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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') %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user