fix: quiz question style

This commit is contained in:
Jannat Patel
2022-06-14 17:12:32 +05:30
parent 951070757c
commit f8dbbc1d11
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
</div>
{% endif %}
{% if course.status and course.status != "Approved"%}
{% if course.status and course.status != "Approved" %}
{% set pill_color = "gray" if course.status == "In Progress" else "orange" %}
<div class="pull-right indicator-pill {{ pill_color }} "> {{ course.status }} </div>
{% endif %}

View File

@@ -1304,7 +1304,6 @@ pre {
.question-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 2rem;
}
@@ -1328,7 +1327,8 @@ pre {
font-size: var(--text-lg);
color: var(--gray-900);
font-weight: 600;
width: 75%;
flex: 1;
margin: 0 1rem;
}
.profile-page-body {