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    
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const styleh_components_1 = require("styleh-components");

const Heading = styleh_components_1.styled.div.attrs({
  'data-qa': 'qa-set-password-title'
})`color:var(--color-black);text-align:center;margin-bottom:2.625rem;text-transform:uppercase;font-size:1.75rem;font-weight:700;`;
exports.Heading = Heading;
const Wrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;`;
exports.Wrapper = Wrapper;