UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

24 lines (19 loc) 399 B
// ============================== // Alert // ============================== /* eslint quote-props: ["error", "as-needed"] */ import theme from '../../../theme'; module.exports = { wrapper: { display: 'block', height: theme.input.height, lineHeight: theme.input.lineHeight, }, wrapper__inline: { display: 'inline', }, // checkbox or radio control: { marginRight: '0.5em', }, };