images and overrides

This commit is contained in:
James Moffet
2022-07-21 18:25:23 -07:00
parent e53d12733a
commit c782d5d80b
14 changed files with 735 additions and 56 deletions

View File

@@ -40,7 +40,9 @@
box-shadow: 0 -3px 0 0 $grey-3;
}
&--live, &--test, &--operator {
&--live,
&--test,
&--operator {
// This uses new Design System colours to match .govuk-tag--red
background: #F6D7D2;
color: #942514;
@@ -171,7 +173,8 @@
text-decoration: underline;
}
&:focus { // override the :hover style (the focus style has its own underline)
&:focus {
// override the :hover style (the focus style has its own underline)
text-decoration: none;
}
@@ -236,8 +239,9 @@
&__item--active {
@include bold-16;
a:link, a:visited {
a:link,
a:visited {
color: $text-colour;
}
}
}
}