js_react__github-battle/app/styles/index.js
2016-04-04 22:32:41 +02:00

11 lines
138 B
JavaScript

const styles = {
space: {
marginTop: "25px"
},
transparentBg: {
background: "transparent"
}
};
module.exports = styles;