GEL defect and ui changes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user