Skip to content
Snippets Groups Projects
Commit 94ddf3b8 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5090: updating card to use separate position element

parent 30204270
No related branches found
No related tags found
1 merge request!95ISTWCMS-5090: updating card to use separate position element
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -124,6 +124,12 @@ $card-padding: rem(gesso-spacing(sm)) !default;
}
}
}
.card__position {
color: $uw-black;
font-size: 1.26562rem;
}
// footer
.card__footer {
@include uw-no-breakout();
......
......@@ -38,5 +38,6 @@
'address': node.address,
'map_link': node.map_link,
'catalog_tags': node.catalog_tags,
'position': node.position,
} %}
</div>
......@@ -36,10 +36,15 @@
</a>
{% endif %}
</h{{ header_level }}>
{% if sub_title %}
<span class="sub-title">{{ sub_title }}</span>
{% endif %}
{% endif %}
{% if sub_title %}
<span class="sub-title">{{ sub_title }}</span>
{% if position %}
<div class="card__position">
{{ position }}
</div>
{% endif %}
{% if author %}
......
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