Repository URL to install this package:
|
Version:
2.7.6 ▾
|
"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:1.5rem;.input-error{border-color:var(--color-red);}`;
exports.SelectBoxWrapper = SelectBoxWrapper;
const StyledErrorMessage = styleh_components_1.styled.withComponent(Error_1.ErrorMessage)`color:var(--color-red);font-size:0.75rem;font-weight:500;position:absolute;bottom:-1.125rem;`;
exports.StyledErrorMessage = StyledErrorMessage; //# sourceMappingURL=styled.js.map