Skip to content

Commit

Permalink
[Scorecards] Added box-shadow to first question-row element in counci…
Browse files Browse the repository at this point in the history
…l table
  • Loading branch information
lucascumsille committed Oct 29, 2024
1 parent fec3b94 commit 6fa0577
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scoring/static/scoring/scss/table-question-council.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6fa0577

Please sign in to comment.