Merge pull request #19937 from edx/matthugs/shore-up-whitespace-on-proctoring-instructions-page-for-PSI-exams

Shore up whitespace on proctoring instructions page for PSI exams
This commit is contained in:
Matt Hughes
2019-03-06 13:48:01 -05:00
committed by GitHub
4 changed files with 18 additions and 3 deletions

View File

@@ -320,6 +320,21 @@ html.video-fullscreen {
}
}
&.instructions {
p {
margin: 0;
}
h4 {
margin-top: ($baseline * 3/2);
}
ul {
margin: 0;
}
.exam-action-button {
margin-top: $baseline / 2;
}
}
hr {
border-bottom: 1px solid $uxpl-gray-background;
}