mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 01:08:25 -04:00
Merge pull request #3647 from alphagov/local-colour
Don’t use $yellow to indicate local environment
This commit is contained in:
@@ -20,3 +20,7 @@ $(() => GOVUK.modules.start());
|
|||||||
$(() => $('.error-message').eq(0).parent('label').next('input').trigger('focus'));
|
$(() => $('.error-message').eq(0).parent('label').next('input').trigger('focus'));
|
||||||
|
|
||||||
$(() => $('.banner-dangerous').eq(0).trigger('focus'));
|
$(() => $('.banner-dangerous').eq(0).trigger('focus'));
|
||||||
|
|
||||||
|
$(() => $('.govuk-header__container').on('click', function() {
|
||||||
|
$(this).css('border-color', '#005ea5');
|
||||||
|
}));
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ class Config(object):
|
|||||||
EMAIL_EXPIRY_SECONDS = 3600 # 1 hour
|
EMAIL_EXPIRY_SECONDS = 3600 # 1 hour
|
||||||
INVITATION_EXPIRY_SECONDS = 3600 * 24 * 2 # 2 days - also set on api
|
INVITATION_EXPIRY_SECONDS = 3600 * 24 * 2 # 2 days - also set on api
|
||||||
EMAIL_2FA_EXPIRY_SECONDS = 1800 # 30 Minutes
|
EMAIL_2FA_EXPIRY_SECONDS = 1800 # 30 Minutes
|
||||||
HEADER_COLOUR = '#FFBF47' # $yellow
|
HEADER_COLOUR = '#81878b' # mix(govuk-colour("dark-grey"), govuk-colour("mid-grey"))
|
||||||
HTTP_PROTOCOL = 'http'
|
HTTP_PROTOCOL = 'http'
|
||||||
MAX_FAILED_LOGIN_COUNT = 10
|
MAX_FAILED_LOGIN_COUNT = 10
|
||||||
NOTIFY_APP_NAME = 'admin'
|
NOTIFY_APP_NAME = 'admin'
|
||||||
|
|||||||
Reference in New Issue
Block a user