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; ...@@ -124,6 +124,12 @@ $card-padding: rem(gesso-spacing(sm)) !default;
} }
} }
} }
.card__position {
color: $uw-black;
font-size: 1.26562rem;
}
// footer // footer
.card__footer { .card__footer {
@include uw-no-breakout(); @include uw-no-breakout();
......
...@@ -38,5 +38,6 @@ ...@@ -38,5 +38,6 @@
'address': node.address, 'address': node.address,
'map_link': node.map_link, 'map_link': node.map_link,
'catalog_tags': node.catalog_tags, 'catalog_tags': node.catalog_tags,
'position': node.position,
} %} } %}
</div> </div>
...@@ -36,10 +36,15 @@ ...@@ -36,10 +36,15 @@
</a> </a>
{% endif %} {% endif %}
</h{{ header_level }}> </h{{ header_level }}>
{% if sub_title %}
<span class="sub-title">{{ sub_title }}</span>
{% endif %}
{% endif %} {% endif %}
{% if sub_title %} {% if position %}
<span class="sub-title">{{ sub_title }}</span> <div class="card__position">
{{ position }}
</div>
{% endif %} {% endif %}
{% if author %} {% 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