Add style for areas once selected

Just having them in the boxes with the 2px black border made them look
too much like textboxes.
This commit is contained in:
Chris Hill-Scott
2020-07-08 17:41:20 +01:00
parent 846fcbb8dd
commit 4d0da6594d
2 changed files with 11 additions and 2 deletions

View File

@@ -55,6 +55,15 @@
}
&--unremoveable {
padding-right: govuk-spacing(2);
background: $light-blue-25;
border-color: $light-blue-25;
color: $govuk-blue;
font-weight: bold;
margin-right: govuk-spacing(3);
}
}
.govuk-button {