GEL defect and ui changes

This commit is contained in:
2021-10-07 14:47:17 +01:00
parent dbaa797034
commit 59f7d95f88
60 changed files with 515 additions and 261 deletions
+23 -2
View File
@@ -68,9 +68,9 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
}
.card {
border: 1px solid $govuk-border-colour; //$panel-colour;
border: none;
font-size: 16px;
background-color: govuk-colour("light-grey", $legacy: "grey-4");
background-color: $lightgrey_offwhite;
&.inactive {
color: $govuk-secondary-text-colour;
@@ -87,6 +87,27 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
*:last-child {
margin-bottom: 0;
}
a,
a:active,
a:visited {
color: $blue;
font-weight: bold;
&:hover {
color: $lightblue;
}
&.govuk-button {
color: $white;
&:focus {
color: $black;
background-image: url(https://gov.wales/themes/custom/govwales/storage/smartsurvey/arrow-right--black.svg);
}
}
}
a:focus {
border: $yellow solid 3px;
outline: 3px solid transparent;
}
&.active {
background-color: govuk-colour("light-grey", $legacy: "grey-4");