Remove unecessary id and class from product page

Stopped using `#content` on the product page - this was from GOV.UK elements.
Also removed the `override-elements-content` class since the page looks
the same without it.
This commit is contained in:
Katie Smith
2020-02-19 14:21:22 +00:00
parent 15f9eeeaf2
commit 6f8cc1f003
2 changed files with 1 additions and 5 deletions

View File

@@ -187,10 +187,6 @@ details .arrow {
margin-top: 5px;
}
#content.override-elements-content {
padding-bottom: 0;
}
.multiple-choice input:disabled+label {
opacity: 1;
color: $secondary-text-colour;