Increase font weight for headings, reduce size of result card headings

This commit is contained in:
Sebastian Serth
2018-11-06 15:45:30 +01:00
parent 32db6cfbf2
commit 78037ab37a
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@ h1 {
margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
}
.lead {
font-size: 16px;
color: rgba(70, 70, 70, 1);

View File

@ -13,8 +13,8 @@ div.h-100 id='output_sidebar_uncollapsed' class='d-none col-sm-12 enforce-bottom
ul.list-unstyled
ul#dummies.d-none.list-unstyled
li.card.mt-2
.card-header
h3.card-title.m-0 == t('exercises.implement.file', filename: '', number: 0)
.card-header.py-2
h5.card-title.m-0 == t('exercises.implement.file', filename: '', number: 0)
.card-body.bg-white.text-dark
= row(label: 'exercises.implement.passed_tests', value: t('shared.out_of', maximum_value: 0, value: 0).html_safe)
= row(label: 'activerecord.attributes.submission.score', value: t('shared.out_of', maximum_value: 0, value: 0).html_safe)