Update Masquerade text color for specific learner

Ensure that while masquerading as a specific learner you can view the text telling you what learner is being previewed.
This commit is contained in:
Awais Jibran
2020-11-27 15:39:23 +05:00
committed by GitHub
parent 91d1f0eab1
commit cebb4eaeb2

View File

@@ -56,6 +56,7 @@ $proctoring-banner-text-size: 14px;
}
.preview-specific-student-notice {
color: $inverse;
margin-top: ($baseline/2);
font-size: 90%;
}