From 6f8cc1f003f3e2a3d6cd409981efddd09f01f584 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 19 Feb 2020 14:21:22 +0000 Subject: [PATCH] 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. --- app/assets/stylesheets/app.scss | 4 ---- app/templates/views/signedout.html | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index f3c76bd47..afa76d974 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -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; diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index b28165b6b..2af85bbd9 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -12,7 +12,7 @@ {% block content %}
-
+