Skip to content
Snippets Groups Projects
Commit fabf1a99 authored by Chris Lawton's avatar Chris Lawton Committed by Fredrik Jonsson
Browse files

use correct font and weight for data block title (#1671)

parent 01b49222
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
</div>
<div class="data-block__body">
<div class="data-block__card">
<h6 class="data-block__card-title">Report frequency</h6>
<p class="data-block__card-title">Report frequency</p>
<p class="data-block__card-copy">{{ object.report_config.get_frequency_display }}</p>
{% if request.user.is_apply_staff %}
<p class="data-block__card-copy">
......
......@@ -249,4 +249,8 @@
&__card-title {
margin: 0 0 .5rem;
}
&__card-title {
font-weight: $weight--bold;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment