Skip to content

Commit

Permalink
Merge pull request #53 from UKHomeOffice/terms_and_conditions_dq2
Browse files Browse the repository at this point in the history
Terms and conditions dq2
  • Loading branch information
Robert Dabin authored Jul 16, 2021
2 parents d3a615d + a48ace9 commit fc860b3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion govuk-internal-dq/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ termsTitle=Terms and conditions
termsTitleHtml=Terms and conditions
termsIntro=You must agree that you have read and understood the terms and conditions of using the service before you can use it.
termsText=<h2>It is an offence to continue without proper authority.</h2>\
<p>This is a private service provided by the UK Home Office. Access to, and of, this system is restricted to genuine users and is limited to the purpose of the organisations business.</p>\
<p>This is a private service provided by the UK Home Office. Access to, and of, this system is restricted to genuine users and is limited to the purpose of the organisation<span>&#39;</span>s business.</p>\
<p>Users must read and conform to the Security Work instructions for this service.</p>\
<p>Activity and use of these services are monitored to secure their effective operation and for all the other lawful business purposes.</p>\
<p>Communications using this service will also be monitored and may be recorded to secure the effective operation and for other lawful business purposes.</p>\
Expand Down
29 changes: 29 additions & 0 deletions govuk-internal-dq/login/resources/css/govuk-internal-dq.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@charset "UTF-8";
/* GOV.UK customisations to implement beta internal header pattern (see https://home-office-digital-patterns.herokuapp.com/header) */
@media (min-width: 769px) {
#global-header .header-wrapper .header-global .header-logo {
width: auto; } }

.lte-ie8 #global-header .header-wrapper .header-global .header-logo {
width: auto; }

/* Imitate #global-header #logo img (including the space after it!) from GOV.UK template, so that theme users don’t have to include the actual <img> tag in Display Name HTML when customising their header link */
#logo::before {
content: '';
display: inline-block;
width: 36px;
height: 32px;
margin: 2px 1px 0 0;
vertical-align: bottom;
background: url("../vendor/govuk_template/images/gov.uk_logotype_crown_invert_trans.png?0.19.2") no-repeat;
visibility: hidden; }

#logo:before {
content: '';
display: inline-block;
width: 36px;
height: 32px;
margin: 2px 1px 0 0;
vertical-align: bottom;
background: url("../vendor/govuk_template/images/gov.uk_logotype_crown_invert_trans.png?0.19.2") no-repeat;
visibility: hidden; }
2 changes: 1 addition & 1 deletion govuk-internal-dq/login/theme.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
parent=govuk
styles=css/govuk-internal.css
styles=css/govuk-internal-dq.css

0 comments on commit fc860b3

Please sign in to comment.