summaryrefslogtreecommitdiff
path: root/web-ui/src/login/login.css
AgeCommit message (Collapse)Author
2017-02-23[#907] Adds margin to top of page for login pageAnike Arni
with @thaissiqueira
2017-02-22[#907] Add pixelated welcome message to loginAnike Arni
with @tuliocasagrande and @thaissiqueira
2017-02-21[#907] Translate auth error message on loginTulio Casagrande
with @anikarni
2017-02-21[#907] Makes login page responsiveAnike Arni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-16[#907] Convert login page to reactTulio Casagrande
with @anikarni