Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
presets
/
B2B
/
ResetPasswordConfirmationForm
/
styled.tsx
|
|---|
import { styled } from 'styleh-components'
const Heading = styled.div.attrs({
'data-qa': 'qa-set-password-title',
}) `
color: #2c2c2c;
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 }