summaryrefslogtreecommitdiff
path: root/web-ui/src/login/page.scss
AgeCommit message (Collapse)Author
2017-03-13Fix margin for login pageAnike Arni
with @thaissiqueira
2017-03-07[#923] Add material-ui frameworkTayane Fernandes
Added material-ui framework (http://www.material-ui.com/#/) to facilitate the creation of UI components. I also adapted some colors to be compatible with our style guide.
2017-02-23[#907] Adds integration test for translationsAnike Arni
For this test, we refactored the way translations were done for backup account and login, concentrating them in the common/app.js component. with @thaissiqueira