UNPKG

@activecollab/components

Version:

ActiveCollab Components

15 lines 509 B
import styled from "styled-components"; export const StyledContentWizardContainer = styled.div.withConfig({ displayName: "Styles__StyledContentWizardContainer", componentId: "sc-16hr2bg-0" })(["height:", ";width:100%;position:relative;overflow:hidden;"], _ref => { let { $height } = _ref; return $height; }); export const StyledStepWrapper = styled.div.withConfig({ displayName: "Styles__StyledStepWrapper", componentId: "sc-16hr2bg-1" })(["width:100%;"]); //# sourceMappingURL=Styles.js.map