File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
manage_breast_screening/assets/sass Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments