UNPKG

redux-schema-form

Version:
13 lines 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fullWidthInputs = "& .field.textarea, & .field.group,& .field.array,& .field.file,& .field.table-array, & .field.virtual-group, & .field.full-width"; exports.widgetHeight = 85; exports.mobileMedia = "@media(max-width:768px)"; exports.clearfix = { "&:after": { content: "\" \"", display: "table", clear: "both" }, }; //# sourceMappingURL=constants.js.map