Skip to content

Commit 9771106

Browse files
committed
Appointment status bar sccs
copied from _status-bar.scss of manage-breast-screening-prototype
1 parent 9c4a77c commit 9771106

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

manage_breast_screening/assets/sass/main.scss

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,22 @@ a[href="#"] {
8484
}
8585

8686
.app-status-bar {
87-
background-color: $color_app-dark-blue;
88-
color: $color_nhsuk-white;
87+
background-color: nhsuk-shade($nhsuk-brand-colour, 40%);
88+
color: $nhsuk-reverse-text-colour;
8989
padding: nhsuk-spacing(2) 0;
9090
border-bottom: 1px solid nhsuk-colour("grey-4");
9191
}
9292

9393
.app-status-bar a {
94-
color: $color_nhsuk-white;
95-
}
96-
.app-status-bar a:hover,
97-
.app-status-bar a:active {
98-
color: $color_nhsuk-white;
99-
}
100-
.app-status-bar a:focus {
101-
color: $color_nhsuk-black;
94+
color: $nhsuk-reverse-text-colour;
95+
96+
&:hover,
97+
&:active {
98+
color: $nhsuk-reverse-text-colour;
99+
}
100+
&:focus {
101+
color: $nhsuk-text-colour;
102+
}
102103
}
103104

104105
.app-status-bar__row {
@@ -121,6 +122,6 @@ a[href="#"] {
121122
}
122123

123124
.app-status-bar__key {
124-
@include nhsuk-typography-weight-bold(true);
125+
@include nhsuk-typography-weight-bold($important: true);
125126
opacity: 0.9;
126127
}

0 commit comments

Comments
 (0)