From 043b54c6c9841feda8df1dd0f97cdf360b465448 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 29 Oct 2024 13:51:00 +0000 Subject: [PATCH] [Scorecards] Added box-shadow to first question-row element in council table --- scoring/static/scoring/scss/table-question-council.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scoring/static/scoring/scss/table-question-council.scss b/scoring/static/scoring/scss/table-question-council.scss index 4d696279..6009bb55 100644 --- a/scoring/static/scoring/scss/table-question-council.scss +++ b/scoring/static/scoring/scss/table-question-council.scss @@ -21,6 +21,13 @@ } } + tbody { + // To make more obvious the separation between question and section row + tr.question-row:nth-child(2) td { + box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.07); + } + } + // Accordion button .button-wrapper { padding: 0 !important;