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;