updated sass and npm packages

This commit is contained in:
2023-12-12 09:24:01 +00:00
parent 1f677139f1
commit e7f4c5d847
7 changed files with 164 additions and 161 deletions
+4 -4
View File
@@ -117,7 +117,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
}
&.active {
background-color: govuk-colour("light-grey", $legacy: "grey-4");
background-color: govuk-colour("light-grey");
transition: 0.1s ease-in-out;
.card-heading a {
@@ -125,7 +125,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
margin-top: 0;
&:focus {
color: govuk-colour("black", $legacy: "black");
color: govuk-colour("black");
outline: 3px solid transparent;
box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
}
@@ -167,7 +167,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
}
&:focus {
color: govuk-colour("black", $legacy: "black");
color: govuk-colour("black");
outline: 3px solid transparent;
box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
}
@@ -187,7 +187,7 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
}
&.clear {
background-color: govuk-colour("white", $legacy: "white");
background-color: govuk-colour("white");
border: none;
}
}