fleet/frontend/components/forms/ForgotPasswordForm/styles.js
Mike Stone 5f1fc8123f Button style changes (#188)
* GradientButton style improvements

* SVG variant cleanup

* client side validations
2016-09-20 10:43:46 -07:00

9 lines
101 B
JavaScript

export default {
formStyles: {
width: '100%',
},
inputStyles: {
width: '100%',
},
};