summaryrefslogtreecommitdiffstats
path: root/app/login/styles
Commit message (Collapse)AuthorAgeFilesLines
* Clean up color valuesYoshie Muranaka2019-07-091-6/+6
| | | | | | | | | | | | | This update will clean up slight color variations in the code base by creating and using Sass color variables instead of hex values. Available colors are defined in colors.scss. Any usage of CSS color properties should refer to the mapped color variables in colors.scss. - Removed tags.scss file since tag components no longer used Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I045030a158469e59d07a9fa8cd8aa9f125f0d383
* Add .ng-leave and .ng-enter rulesets for page transitionDerick Montague2019-05-291-3/+9
| | | | | | | | | | | | | | | Adding ngAnimation dependency created added animation to pages during route or location changes. Added transitions to create an elegant transition. Tested: I navigated to every page including logging in and out in Chrome, Firefox and Safari to assure all browsers handle the transition consistently. Resolves openbmc/phosphor-webui#86 Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I14fa1bd790e80f977b7a0ccceccc3eb20ce33ae6
* Form validation on login pagebeccabroek2019-02-021-5/+0
| | | | | | | | | | | | | | | | | | Using ngMessages, adds form validation to login page. Also creates a directive, hasError, to be used to validate form field by passing in a boolean. This is a proposed pattern to be used moving forward, as form validation is added to additional pages. Validation error messages are shown on $touched and on submit. Unreachable Server and Invalid username and password error messages remain until input is no longer $pristine after form submission. In addition, this removes unneeded and unused css styling Resolves openbmc/phosphor-webui#47 Change-Id: I7a067af67ac74d4cf2977d10f66445720ecae9eb Signed-off-by: beccabroek <beccabroek@gmail.com>
* Fix issue for responsive design: Login screenRyan Arnell2019-01-291-18/+12
| | | | | | | | | | This push fixes the issue of the logo and input alignment in login screen on tablets portrait and landscape mode. They are centrally aligned in these views. Gets rid of the unwanted horizontal scrollbar in tablets. Change-Id: I31fd9caa881e0ffb6b1cd58701d911ee916dd419 Signed-off-by: Ryan Arnell <iffy.ryan@ibm.com>
* Move login error to common error styleGunnar Mills2018-04-091-10/+1
| | | | | | | | Created a generic error class, have the login error inherit it. Tested: Verified the login error looks the same. Change-Id: Ief373fa37ea655cfcb544861a4e540abbe65f77e Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Updating images and stlesIftekharul Islam2017-11-021-3/+0
| | | | | | | Updating images and styles after code merge conflicts Change-Id: I96490926caa41d13e4d625ff67f6a463d7819d34 Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>
* fix icon alignmentsMichael Davis2017-10-091-0/+3
| | | | | Change-Id: Id4a783d23e18be74048540310523079ec5613e8e Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* changed to Courier New font per visual designer requestMichael Davis2017-10-091-2/+2
| | | | | Change-Id: I54464dc078760402ed553b593c5859e1ca22c864 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* darkened label borders to match designMichael Davis2017-10-091-1/+1
| | | | | Change-Id: Ib6c5089644a4cf7b56cd5e09934e34f60c2532cc Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
* Misc fixes for event log.Michael Davis2017-09-201-0/+6
| | | | | | | | | | | - Fixed single event log overflow. - Fixed incorrect class on log search filter button. - Fixed incorrect nested div. - Removed duplicate accordion trigger class in event log. - Fixed hover for checkboxes to be more prominent. - Fixed margin issue with action header for event log. Change-Id: I156f516316675afde98c233057a8247bc17a1459
* Major update to code structureIftekharul Islam2017-09-201-0/+115
* Split files into independent files based on functionality. * Switch to bower/gulp for build. Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
OpenPOWER on IntegriCloud