Repository URL to install this package:
|
Version:
2.1.2-perf.5 ▾
|
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