There's a style tag in app\client\views\login\login.html that overrides the built in scss. We want to switch back to using the scss presets.
This should instead be reading from app\client\stylesheets\_branding.scss
If using the relative path that's already in the login view doesn't work, try using this url to the image: https://raw.githubusercontent.com/umbchackers/quill/master/app/client/assets/images/login-bg.png
There's a style tag in
app\client\views\login\login.html
that overrides the built in scss. We want to switch back to using the scss presets.This should instead be reading from
app\client\stylesheets\_branding.scss
If using the relative path that's already in the login view doesn't work, try using this url to the image:
https://raw.githubusercontent.com/umbchackers/quill/master/app/client/assets/images/login-bg.png