Repository URL to install this package:
|
Version:
2.0.17 ▾
|
"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;