storybook-addon-jss-theme
Version:
storybook addon with jss theme
27 lines (26 loc) • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
Row: {
display: 'flex',
height: '45px',
padding: '15px'
},
Button: {
border: '1px solid #BBB',
borderRadius: '6px',
color: '#BBB',
padding: '13px 10px',
marginRight: '15px',
cursor: 'pointer',
fontFamily: '"San Francisco", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", ' + '"Droid Sans", "Helvetica Neue", "Lucida Grande", Arial, sans-serif'
},
SelectedButton: {
borderColor: '#666',
color: '#666',
fontWeight: 'bold'
}
};
//# sourceMappingURL=styles.js.map