Skip to content

Commit e9bcfd9

Browse files
committed
Merge branch 'feature/nrmi-258-GCA-header-footer-updates' of github.com:Crown-Commercial-Service/DataSubmissionServiceAPI into origin/feature/nrmi-11-banner-usability-enhancements-admin-messages-to-end-based-on-set-stop-datetime
2 parents 06edf81 + a05e996 commit e9bcfd9

9 files changed

Lines changed: 681 additions & 12 deletions

File tree

79.6 KB
Loading

app/assets/images/GCA_vertical_black.svg

Lines changed: 665 additions & 0 deletions
Loading
85.2 KB
Loading

app/assets/stylesheets/_settings.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ $govuk-colours: (
2929
"dark-blue": #2b8cc4,
3030
"blue": #005ea5,
3131

32-
"primary": #9b1a47,
33-
"secondary": #016065,
32+
"primary": #8fb3ff,
33+
"secondary": #bcca46,
3434

3535
"black": #0b0c0c,
3636
"dark-grey": #6f777b,

app/assets/stylesheets/components/button/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$govuk-button-colour: govuk-colour("secondary");
44
$govuk-button-hover-colour: darken($govuk-button-colour, 5%);
55
$govuk-button-shadow-colour: darken($govuk-button-colour, 15%);
6-
$govuk-button-text-colour: govuk-colour("white");
6+
$govuk-button-text-colour: govuk-colour("black");
77

88
$button-shadow-size: $govuk-border-width-form-element;
99

app/assets/stylesheets/components/header/_header.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ $ccs-header-nav-item-border-color: darken(govuk-colour("primary"), 2);
1515
border-bottom: 0;
1616
}
1717

18+
.govuk-header__link{
19+
color: #000 !important;
20+
}
21+
1822
.govuk-header__navigation-item--active {
1923
a {
2024
&:link,
2125
&:hover,
2226
&:visited {
23-
color: govuk-colour("white");
27+
color: govuk-colour("black");
2428
text-decoration: underline;
2529
@include govuk-media-query($until: desktop) {
2630
text-decoration: none;
@@ -37,15 +41,15 @@ $ccs-header-nav-item-border-color: darken(govuk-colour("primary"), 2);
3741

3842
.govuk-header__link--homepage {
3943
display: block;
40-
width: 122px;
44+
width: 117px;
4145
height: 102px;
42-
background-image: govuk-image-url("vertical_logo.png");
46+
background-image: govuk-image-url("GCA_vertical_black.svg");
4347
background-repeat: no-repeat;
4448
background-size: cover;
4549
@include govuk-media-query($until: desktop) {
4650
width: auto;
4751
height: 32px;
48-
background-image: govuk-image-url("horizontal_logo.png");
52+
background-image: govuk-image-url("GCA_linear_logo.png");
4953
background-size: contain;
5054
}
5155
@include govuk-media-query($until: tablet) {

app/helpers/admin_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module AdminHelper
22
def support_email_address
3-
'report-mi@crowncommercial.gov.uk'
3+
'report-mi@gca.gov.uk'
44
end
55

66
def link_to_suppliers(suppliers)

app/views/admin/sessions/new.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
%h2.govuk-heading-m
1010
Before you start
1111
%p
12-
You can sign in to this service using your @crowncommercial.gov.uk email address and password.
12+
You can sign in to this service using your @gca.gov.uk email address and password.

app/views/shared/_header.html.haml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
%header.govuk-header{"data-module" => "govuk-header", :role => "banner"}
22
.govuk-header__container.govuk-width-container
33
.govuk-header__logo
4-
%a.govuk-header__link.govuk-header__link--homepage{:href => "https://www.crowncommercial.gov.uk/"}
4+
%a.govuk-header__link.govuk-header__link--homepage{:href => "https://www.gca.gov.uk/"}
55
%span.govuk-header__logotype-text.govuk-visually-hidden
6-
Crown
6+
Government
77
%br
88
Commercial
99
%br
10-
Service
10+
Agency
1111
.govuk-header__content
1212
%a.govuk-header__link.govuk-header__link--service-name{:href => admin_root_path}
1313
RMI Admin

0 commit comments

Comments
 (0)