Add a logo to the bottom of SSO pages
The following CSS will add a smaller version of the page logo centered on the bottom of every SSO page. A horizontal line will appear above the logo. Add this code to any custom CSS file used.
ubilogin-sso/ubilogin/custom/templates/default.css
#footer { background:#FFF url(/uas/template/default/logo) no-repeat 50% 50%; width:1280px; max-width:1280px; height:130px; padding: 0; border-top:1px solid grey; margin:0; }
Adjust any media queries respectively for desired behaviour for responsive design.