diff --git a/boulder_base.libraries.yml b/boulder_base.libraries.yml index 9f2f5c23..b87f2f14 100644 --- a/boulder_base.libraries.yml +++ b/boulder_base.libraries.yml @@ -408,4 +408,10 @@ ucb-people-list-block: js/ucb-people-list-block.js: {} css: theme: - css/block/ucb-people-list-block.css: {} \ No newline at end of file + css/block/ucb-people-list-block.css: {} + +ucb-user-profile: + version: 1.x + css: + theme: + css/ucb-user-profile.css: {} \ No newline at end of file diff --git a/css/ucb-user-profile.css b/css/ucb-user-profile.css new file mode 100644 index 00000000..986538ca --- /dev/null +++ b/css/ucb-user-profile.css @@ -0,0 +1,5 @@ +.ucb-user-profile-documentation { + display: flex; + flex-direction: column; + padding-top: 10px; +} \ No newline at end of file diff --git a/templates/layout/page--user.html.twig b/templates/layout/page--user.html.twig index 3b3ec69d..a1984d1e 100755 --- a/templates/layout/page--user.html.twig +++ b/templates/layout/page--user.html.twig @@ -49,6 +49,7 @@ {#{% endif %}#} +{{ attach_library('boulder_base/ucb-user-profile') }}