Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { styled } from 'styleh-components';
import { Label } from "../../../../../../components/atoms/Text";
import { ErrorMessage } from "../../../../../../components/atoms/Error";
const StyledLabel = styled.withComponent(Label)``;
const SelectBoxWrapper = styled.div`position:relative;margin-bottom:1.5rem;.input-error{border-color:#d54d4d;}`;
const StyledErrorMessage = styled.withComponent(ErrorMessage)`color:#D54D4D;font-size:0.75rem;font-weight:500;position:absolute;bottom:-1.125rem;`;
export { SelectBoxWrapper, StyledLabel, StyledErrorMessage }; //# sourceMappingURL=styled.js.map