Fix title styles

This commit is contained in:
Vladislav Makhov 2020-07-06 19:19:55 +03:00
parent bc2f1fa670
commit 44c9c728c3

View File

@ -26,17 +26,18 @@ const FormContainer = styled.form`
margin: 32px auto 0 auto; margin: 32px auto 0 auto;
max-width: 311px; max-width: 311px;
.login-header { /* .login-header {
min-height: 79px; min-height: 79px;
margin-bottom: 24px; margin-bottom: 24px;
.login-logo { .login-logo {
max-width: 216px; max-width: 216px;
max-height: 35px; max-height: 35px;
} } */
.login-title { .login-title {
margin: 8px 0; margin: 8px 0;
text-align:center;
} }
} }
@ -252,10 +253,12 @@ class Form extends Component {
return ( return (
<> <>
<Box marginProp="120px 0 0 0"> <Box marginProp="120px 0 0 0" textAlign="center">
<Heading className="login-title" color="#333333"> <Box>
<Text fontSize="32px" fontWeight={600}>{greetingTitle}</Text> <Text fontSize="32px" fontWeight={600}>
</Heading> {greetingTitle}
</Text>
</Box>
</Box> </Box>
<FormContainer> <FormContainer>
<TextInput <TextInput