fix: quiz question style
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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" %}
|
{% set pill_color = "gray" if course.status == "In Progress" else "orange" %}
|
||||||
<div class="pull-right indicator-pill {{ pill_color }} "> {{ course.status }} </div>
|
<div class="pull-right indicator-pill {{ pill_color }} "> {{ course.status }} </div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -1304,7 +1304,6 @@ pre {
|
|||||||
.question-header {
|
.question-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1328,7 +1327,8 @@ pre {
|
|||||||
font-size: var(--text-lg);
|
font-size: var(--text-lg);
|
||||||
color: var(--gray-900);
|
color: var(--gray-900);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
width: 75%;
|
flex: 1;
|
||||||
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-page-body {
|
.profile-page-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user