@activecollab/components
Version:
ActiveCollab Components
25 lines (24 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledStepTitle = exports.StyledStepHeaderLeft = exports.StyledStepHeader = exports.StyledCustomStep = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var StyledStepHeader = exports.StyledStepHeader = _styledComponents.default.div.withConfig({
displayName: "Styles__StyledStepHeader",
componentId: "sc-88drbd-0"
})(["display:flex;padding:12px 12px 12px 32px;justify-content:space-between;"]);
var StyledStepTitle = exports.StyledStepTitle = _styledComponents.default.div.withConfig({
displayName: "Styles__StyledStepTitle",
componentId: "sc-88drbd-1"
})(["display:flex;flex-direction:column;justify-content:center;"]);
var StyledStepHeaderLeft = exports.StyledStepHeaderLeft = _styledComponents.default.div.withConfig({
displayName: "Styles__StyledStepHeaderLeft",
componentId: "sc-88drbd-2"
})(["display:flex;"]);
var StyledCustomStep = exports.StyledCustomStep = _styledComponents.default.div.withConfig({
displayName: "Styles__StyledCustomStep",
componentId: "sc-88drbd-3"
})(["overflow-y:auto;"]);
//# sourceMappingURL=Styles.js.map