Skip to content

Commit c5d13a2

Browse files
committed
feat: Update background color on attempt list
1 parent dcfc3ec commit c5d13a2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

assets/src/scss/frontend/components/_quiz-attempts.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
}
4343
}
4444

45+
&-list {
46+
background-color: $tutor-surface-l1;
47+
}
48+
4549
.tutor-quiz-attempts-header-item:last-of-type {
4650
text-align: center;
4751
}

templates/dashboard/courses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
?>
7171

72-
<div class="tutor-dashboard-courses-wrapper tutor-surface-l1">
72+
<div class="tutor-dashboard-courses-wrapper">
7373
<div class="tutor-hidden tutor-sm-flex tutor-items-center tutor-justify-between tutor-mb-5">
7474
<h4 class="tutor-h4 tutor-my-none"><?php esc_html_e( 'Courses', 'tutor' ); ?></h4>
7575
</div>

0 commit comments

Comments
 (0)