Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
import { styled } from 'styleh-components'
const Heading = styled.div.attrs({
'data-qa': 'qa-set-password-title',
}) `
color: var(--color-black);
text-align: center;
margin-bottom: rem(42);
text-transform: uppercase;
font-size: rem(28);
font-weight: 700;
`
const Wrapper = styled.div `
display: flex;
flex-direction: column;
`
export { Heading, Wrapper }