Merge pull request #9699 from edx/cdodge/0.9-proctoring
update edx-proctoring to 0.9.x
This commit is contained in:
@@ -136,6 +136,7 @@ div.course-wrapper {
|
||||
border-bottom: none;
|
||||
box-shadow: none;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -181,21 +182,36 @@ div.course-wrapper {
|
||||
border-top: 4px solid #22B557 !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
&.success-left-bar {
|
||||
border-left: 4px solid #22B557 !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
&.message-top-bar {
|
||||
border-top: 4px solid #FAB95C !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
&.message-left-bar {
|
||||
border-left: 4px solid #FAB95C !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
&.failure {
|
||||
border-left: 4px solid #C93B34 !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
div.proctored-exam {
|
||||
@extend .timed-exam;
|
||||
.proctored-exam-message {
|
||||
border-top: ($baseline/10) solid rgb(207, 216, 220);
|
||||
padding-top: 25px;
|
||||
}
|
||||
// specialized padding override just for the entrance page
|
||||
&.entrance {
|
||||
button.gated-sequence {
|
||||
padding: 0 ($baseline*5) 0 ($baseline*2.5);
|
||||
}
|
||||
}
|
||||
button {
|
||||
background: #126F9A;
|
||||
color: $white;
|
||||
@@ -221,8 +237,7 @@ div.course-wrapper {
|
||||
font-size: 22px;
|
||||
left: 0;
|
||||
top: $baseline;
|
||||
color: rgb(206, 216, 220)
|
||||
|
||||
color: rgb(206, 216, 220);
|
||||
}
|
||||
}
|
||||
.start-timed-exam {
|
||||
@@ -241,6 +256,9 @@ div.course-wrapper {
|
||||
top: 50%;
|
||||
font-size: 30px;
|
||||
margin-top: -15px;
|
||||
&.fa-arrow-circle-right {
|
||||
top: 30%;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
> .fa {
|
||||
@@ -248,6 +266,12 @@ div.course-wrapper {
|
||||
}
|
||||
border-bottom: none;
|
||||
}
|
||||
&:last-child {
|
||||
> .practice-exam {
|
||||
color: #147ABA;
|
||||
}
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.proctored-exam-skip-confirm-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user