UNPKG

keystone

Version:

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

44 lines (37 loc) 547 B
/** * Constants */ // breakpoints exports.breakpoint = { xs: 480, sm: 768, md: 992, lg: 1200, }; // border radii exports.borderRadius = { xs: 2, sm: 4, md: 8, lg: 16, xl: 32, }; // color exports.color = { appDanger: '#d64242', appInfo: '#56cdfc', appPrimary: '#1385e5', appSuccess: '#34c240', appWarning: '#fa9f47', }; // spacing exports.spacing = { xs: 5, sm: 10, md: 20, lg: 40, xl: 80, }; // table constants exports.TABLE_CONTROL_COLUMN_WIDTH = 26; // icon + padding exports.NETWORK_ERROR_RETRY_DELAY = 500; // in ms