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    
@skava/ui / src / components / presets / B2B / SignUpForm / styled.js
Size: Mime:
"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