Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Text_1 = require("../../../atoms/Text");
const SignUpFormWrapper = styleh_components_1.styled.div``;
exports.SignUpFormWrapper = SignUpFormWrapper;
const StyledHeading = styleh_components_1.styled.withComponent(Text_1.Heading).attrs({
'data-qa': 'qa-create-account-title'
})`
font-size: 24px;
text-transform: uppercase;
text-align: center;
margin: 0 0 rem(24) 0;
`;
exports.StyledHeading = StyledHeading; //# sourceMappingURL=styled.js.map