<div class="listing-content listing-content--light listing-content--">
<div class="listing-content__content">
<div class="listing-content__wrapper
">
<div class="listing-content__sidebar">
</div>
<div class="
listing-content__list
listing-content__list--light
">
No content found.
</div>
</div>
</div>
</div>
<div class="listing-content listing-content--{{ background }} listing-content--{{ displayType }}">
<div class="listing-content__content">
<div class="listing-content__wrapper
">
<div class="listing-content__sidebar">
{% block sidebar %}
{% endblock %}
</div>
<div class="
listing-content__list
listing-content__list--{{ background }}
{{ withCards ? 'listing-content__list--with-cards' }}
">
{% block content %}
No content found.
{% endblock %}
{% if pagination %}
<div class="listing-content__pager">
{% if pagination.pages %}
{% include 'partials/pager/pager.twig' %}
{% endif %}
</div>
{% endif %}
</div>
</div>
</div>
</div>
{
"siteUnit": "network",
"departmentName": "Network",
"background": "light"
}
.listing-content
background-color charcoalLight
fluid(padding-bottom, 500px, maxContentWidth, 120px, 160px)
fluid(padding-top, 500px, maxContentWidth, 48px, 64px)
&__content
@extends $contentContainer
&__wrapper
position relative
+above(1000px)
display grid
grid-template-columns 448px minmax(0, 1fr)
.listing-content--light
background-color cloudDark
.listing-content__list--with-cards
position relative
.listing-content__list--full-width
+above(1000px)
margin-left 0
There are no notes for this item.