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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user