fleet/frontend/components/App/styles.js
Mike Stone b638ae186d Login page form submission (#157)
* API client utility

* moves test helpers to the test directory

* Utility to namespace local storage keys

* LoginSuccessfulPage component

* Check icon

* adds auth to redux state

* successful form submission

* Allow tests to load dummy SVG static images & test fixes
2016-09-13 22:43:26 -07:00

18 lines
312 B
JavaScript

import styles from '../../styles';
const { color } = styles;
export default {
footerStyles: {
alignItems: 'center',
backgroundColor: color.darkGrey,
height: '55px',
textAlign: 'center',
position: 'absolute',
paddingTop: '15px',
left: '0',
right: '0',
bottom: '0',
},
};