Repository URL to install this package:
|
Version:
2.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Text_1 = require("../../../../../components/atoms/Text");
const Error_1 = require("../../../../../components/atoms/Error");
const StyledLabel = styleh_components_1.styled.withComponent(Text_1.Label)``;
exports.StyledLabel = StyledLabel;
const SelectBoxWrapper = styleh_components_1.styled.div`
position: relative;
margin-bottom: rem(24);
.input-error {
border-color: #d54d4d;
}
`;
exports.SelectBoxWrapper = SelectBoxWrapper;
const StyledErrorMessage = styleh_components_1.styled.withComponent(Error_1.ErrorMessage)`
color: #D54D4D;
font-size: rem(12);
font-weight: 500;
position: absolute;
bottom: -rem(18);
`;
exports.StyledErrorMessage = StyledErrorMessage; //# sourceMappingURL=styled.js.map