updated sass and npm packages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user