@activecollab/components
Version:
ActiveCollab Components
20 lines (19 loc) • 881 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledStepWrapper = exports.StyledContentWizardContainer = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
var StyledContentWizardContainer = exports.StyledContentWizardContainer = _styledComponents.default.div.withConfig({
displayName: "Styles__StyledContentWizardContainer",
componentId: "sc-16hr2bg-0"
})(["height:", ";width:100%;position:relative;overflow:hidden;"], function (_ref) {
var $height = _ref.$height;
return $height;
});
var StyledStepWrapper = exports.StyledStepWrapper = _styledComponents.default.div.withConfig({
displayName: "Styles__StyledStepWrapper",
componentId: "sc-16hr2bg-1"
})(["width:100%;"]);
//# sourceMappingURL=Styles.js.map