Skip to content
Snippets Groups Projects
Commit c4de24ae authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_layouts, _sass: Add staffer-meta class

parent 339bc380
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
{% endif %}
{% if page.section %}
<p class="text-grey-dk-000">Quiz Section: {{ page.section | markdownify | strip_html }}</p>
<p class="staffer-meta">Quiz Section: {{ page.section | markdownify | strip_html }}</p>
{% endif %}
{% if page.office-hours %}
<p class="text-grey-dk-000">Office Hours: {{ page.office-hours | markdownify | strip_html }}</p>
<p class="staffer-meta">Office Hours: {{ page.office-hours | markdownify | strip_html }}</p>
{% endif %}
{{ content }}
</div>
......
......@@ -23,3 +23,7 @@
.staffer-pronouns {
@extend .label, .text-grey-dk-100, .bg-grey-lt-200;
}
.staffer-meta {
@extend .text-grey-dk-000;
}
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