fleet/frontend/components/forms/ForgotPasswordForm/styles.js
Jason Meller 55307de42d SCSS Pipeline and style fixes (#229)
* Add SCSS pipeline and fix login style issues

* Fix nav styles and make tests pass

* Fix nav header styles and animations

* Change font-size to 13px on nav

* Fix duplicate specificity of styles
2016-09-23 14:04:01 -04:00

17 lines
270 B
JavaScript

export default {
formStyles: {
width: '100%',
},
submitButtonStyles: {
':active': {
boxShadow: '0 1px 0 #734893',
},
},
submitButtonContainerStyles: {
position: 'absolute',
bottom: '30px',
left: '30px',
right: '30px',
},
};