mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 17:28:54 +00:00
5f1fc8123f
* GradientButton style improvements * SVG variant cleanup * client side validations
9 lines
101 B
JavaScript
9 lines
101 B
JavaScript
export default {
|
|
formStyles: {
|
|
width: '100%',
|
|
},
|
|
inputStyles: {
|
|
width: '100%',
|
|
},
|
|
};
|