Repository URL to install this package:
|
Version:
0.14.1 ▾
|
const ResetPasswordFormWrapper = styled.div ``
const HeaderWrapper = styled.div.attrs({
'data-qa': 'qa-set-password-title'
}) `
font-weight: 700;
text-align: center;
padding-bottom: rem(32);
font-family: Roboto;
font-size: rem(28);
color: #2c2c2c;
`
export { ResetPasswordFormWrapper, HeaderWrapper }