Skip to content
Snippets Groups Projects
Commit f772ab77 authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '1.0.x' into prod/1.0.x

parents e6914e0d f0448051
No related branches found
No related tags found
No related merge requests found
/* Youtube videos will not show without this */
.uw-remote-video__video .contextual-region {
position: initial;
}
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.background{fill:#85bef4;}</style></defs><rect class="background" x="0.5" y="0.5" width="29" height="29"/><path d="M29,1V29H1V1H29m1-1H0V30H30V0Z"/><rect x="11.13" y="22.5" width="13.99" height="3" rx="0.75"/><rect x="11.13" y="16.51" width="13.99" height="3" rx="0.75"/><circle cx="7.13" cy="18.01" r="2.25"/><circle cx="7.13" cy="24" r="2.25"/><path d="M4.87,3.78H9.28c2.6,0,4.38,1.16,4.38,3.49v0c0,2.37-1.8,3.63-4.45,3.63H8.14v2.66H4.87ZM9,8.58c.84,0,1.4-.38,1.4-1.08v0c0-.72-.52-1.08-1.39-1.08h-.9V8.58Z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.background{fill:#85bef4;}</style></defs><rect class="background" x="0.5" y="0.5" width="29" height="29"/><path d="M29,1V29H1V1H29m1-1H0V30H30V0Z"/><path d="M18.52,13.24V11.13a.36.36,0,0,0-.36-.35H15.7V8.32A.35.35,0,0,0,15.35,8H13.24a.35.35,0,0,0-.35.35v2.46H10.43a.35.35,0,0,0-.35.35v2.11a.35.35,0,0,0,.35.35h2.46v2.46a.36.36,0,0,0,.35.36h2.11a.35.35,0,0,0,.35-.36V13.59h2.46A.35.35,0,0,0,18.52,13.24Zm7.61,2.59c-.92-2.07-2.13-6.66-3.21-8.2a9.15,9.15,0,0,0-7.48-3.88h-2.9a8.67,8.67,0,0,0-8.78,8.11,8.4,8.4,0,0,0,2.8,6.6v7.09a.7.7,0,0,0,.71.7H8a.7.7,0,0,0,.7-.7v-8L8,16.89A6.3,6.3,0,0,1,6.56,9.31,6.6,6.6,0,0,1,12.5,5.86h2.94a7,7,0,0,1,5.75,3A28,28,0,0,1,23,13.32c.28.85.56,1.67.83,2.38H21.33v4.92a.71.71,0,0,1-.7.71H17.11v4.22a.7.7,0,0,0,.7.7h.71a.7.7,0,0,0,.7-.7V23.44h1.41a2.81,2.81,0,0,0,2.81-2.82V17.81h1.4a1.41,1.41,0,0,0,1.41-1.41,1.42,1.42,0,0,0-.12-.57Z"/></svg>
{%
set classes = [
'view',
'view-' ~ id|clean_class,
'view-id-' ~ id,
'view-display-id-' ~ display_id,
dom_id ? 'js-view-dom-id-' ~ dom_id,
]
%}
{% include '@components/view/view--contact/view--contact.twig' with {
'attributes': attributes,
'css_name': css_name,
'css_class': css_class,
'header': header,
'footer': footer,
'rows': rows,
'empty': empty,
'pager': pager,
'exposed': exposed,
'feed_icons': feed_icons,
'more': more,
'title': title,
'title_prefix': title_prefix,
'title_suffix': title_suffix,
'attachment_before': attachment_before,
'attachment_after': attachment_after,
'dom_id': dom_id,
} %}
{% for data in node_data %}
<div class="views-row">
{% include '@components/card/card--teaser/card--teaser.twig' with {
'teaser': data,
} %}
</div>
{% endfor %}
......@@ -30,7 +30,6 @@
* @see template_preprocess_views_view()
*/
#}
{%
set classes = [
'view',
......@@ -48,7 +47,7 @@
'header': header,
'footer': footer,
'rows': rows,
'empty': empty,
'empty': empty.area,
'pager': pager,
'exposed': exposed,
'feed_icons': feed_icons,
......@@ -59,4 +58,5 @@
'attachment_before': attachment_before,
'attachment_after': attachment_after,
'dom_id': dom_id,
'exp_col_all': exp_col_all,
} %}
......@@ -12,6 +12,7 @@ libraries:
- 'uw_fdsu_theme_resp/global'
- 'uw_fdsu_theme_resp/uw_ckeditor'
- 'uw_fdsu_theme_resp/global-message'
- 'uw_fdsu_theme_resp/drupal-core-overrides'
# Libraries override allows you to remove libraries added by other projects.
# libraries-override:
......
......@@ -17,6 +17,10 @@ global-message:
css:
theme:
css/global-message.css: {}
drupal-core-overrides:
css:
theme:
css/drupal-core-overrides.css: {}
uw_dashboards:
css:
theme:
......
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