Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_fdsu_theme_resp
Commits
f772ab77
Commit
f772ab77
authored
Aug 11, 2021
by
Chris Shantz
Browse files
Merge branch '1.0.x' into prod/1.0.x
parents
e6914e0d
f0448051
Changes
8
Hide whitespace changes
Inline
Side-by-side
css/drupal-core-overrides.css
0 → 100644
View file @
f772ab77
/* Youtube videos will not show without this */
.uw-remote-video__video
.contextual-region
{
position
:
initial
;
}
images/layout_builder_browser/profilelist.svg
0 → 100644
View file @
f772ab77
<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>
images/layout_builder_browser/profileteaser.svg
0 → 100644
View file @
f772ab77
<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>
templates/views/views-view--uw_view_contacts.html.twig
deleted
100644 → 0
View file @
e6914e0d
{%
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
,
}
%}
templates/views/views-view-unformatted--uw-view-events--event-page.html.twig
0 → 100644
View file @
f772ab77
{%
for
data
in
node_data
%}
<div
class=
"views-row"
>
{%
include
'@components/card/card--teaser/card--teaser.twig'
with
{
'teaser'
:
data
,
}
%}
</div>
{%
endfor
%}
templates/views/views-view.html.twig
View file @
f772ab77
...
...
@@ -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
,
}
%}
uw_fdsu_theme_resp.info.yml
View file @
f772ab77
...
...
@@ -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:
...
...
uw_fdsu_theme_resp.libraries.yml
View file @
f772ab77
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment