diff --git a/Auth0Templates/LogIn.html b/Auth0Templates/LogIn.html index b1c11a08f..4f81c9802 100644 --- a/Auth0Templates/LogIn.html +++ b/Auth0Templates/LogIn.html @@ -421,6 +421,141 @@ padding: 20px 17px 14px; font-weight: bold; } + .govuk-notification-banner { + font-family: "GDS Transport", arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + font-weight: 400; + font-size: 16px; + font-size: 1rem; + line-height: 1.25; + margin-bottom: 30px; + border: 5px solid #1d70b8; + background-color: #1d70b8; + } + + @media (min-width: 40.0625em) .govuk-notification-banner { + margin-bottom: 50px; + } + + @media (min-width: 40.0625em) .govuk-notification-banner { + font-size: 19px; + font-size: 1.1875rem; + line-height: 1.3157894737; + } + + @media (min-width: 40.0625em) .govuk-notification-banner__header { + padding: 2px 20px 5px; + } + + .govuk-notification-banner__header { + padding: 2px 15px 5px; + border-bottom: 1px solid transparent; + } + + @media (min-width: 40.0625em) .govuk-notification-banner__title { + font-size: 19px; + font-size: 1.1875rem; + line-height: 1.3157894737; + } + + .govuk-notification-banner__title { + font-family: "GDS Transport", arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + font-weight: 700; + font-size: 16px; + font-size: 1rem; + line-height: 1.25; + margin: 0; + padding: 0; + color: #ffffff; + } + + @media (min-width: 40.0625em) .govuk-notification-banner__content { + padding: 20px; + } + + .govuk-notification-banner__content { + color: #0b0c0c; + padding: 15px; + background-color: #ffffff; + } + + .govuk-notification-banner__content> :last-child { + margin-bottom: 0; + } + + .govuk-notification-banner__heading { + max-width: 100%; + } + + @media (min-width: 40.0625em) .govuk-notification-banner__heading { + font-size: 24px; + font-size: 1.5rem; + line-height: 1.25; + } + + @media (min-width: 40.0625em) .govuk-notification-banner__heading { + font-size: 24px !important; + font-size: 1.5rem; + line-height: 1.25; + } + + @media (min-width: 40.0625em) .govuk-notification-banner { + font-size: 19px; + font-size: 1.1875rem; + line-height: 1.3157894737; + } + + @media (min-width: 40.0625em) .govuk-notification-banner { + margin-bottom: 50px; + } + + .govuk-notification-banner__title { + font-size: 19px; + font-size: 1.1875rem; + line-height: 1.3157894737; + } + + .govuk-notification-banner__heading { + font-size: 24px; + font-size: 1.5rem; + line-height: 1.25; + font-weight: 700; + } + + .govuk-notification-banner__link:link { + color: #1d70b8; + } + + .govuk-notification-banner__link { + font-family: "GDS Transport", arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-decoration: underline; + text-decoration-thickness: max(1px, 0.0625rem); + text-underline-offset: 0.1em; + } + + .govuk-notification-banner__link { + font-size: 1.5rem; + line-height: 1.25; + font-weight: 700; + color: #1d70b8; + } + + .govuk-notification-banner__link:hover { + color: #003078; + text-decoration-thickness: max(3px, .1875rem, .12em); + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; + -webkit-text-decoration-skip: none; + text-decoration-skip: none; + } + .govuk-link:visited, a:visited { + color: #1d70b8; + }
@@ -537,6 +672,19 @@+ In the event that employees of an Organisation not already registered as Users contact CCS to request the + details of the Organisation’s Administrator(s), CCS will disclose the name and email address of the + Organisation’s Administrator(s). This is to enable registration queries to be addressed by the Organisation’s + Administrator. By registering as the Administrator for an Organisation, a User acknowledges that its name and + email address may be shared with other individuals within the same Organisation. +
diff --git a/src/app/pages/manage-organisation/manage-reg-organisation-status-new/manage-reg-organisation-status-new.component.html b/src/app/pages/manage-organisation/manage-reg-organisation-status-new/manage-reg-organisation-status-new.component.html index 760c64ded..3f63e8a7b 100644 --- a/src/app/pages/manage-organisation/manage-reg-organisation-status-new/manage-reg-organisation-status-new.component.html +++ b/src/app/pages/manage-organisation/manage-reg-organisation-status-new/manage-reg-organisation-status-new.component.html @@ -19,6 +19,7 @@
As an organisation administrator, your name and email address may be provided by CCS to employees of your organisation so that they can contact you about any registration queries.
Registering takes around 10 minutes.