mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
55307de42d
* 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
17 lines
270 B
JavaScript
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',
|
|
},
|
|
};
|