Merge pull request #8 from instat/OTT-36-style-fix

style(#ott-36): fixed container top margin
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Andrey Razdorskiy 6 years ago committed by GitHub
commit a4efad6dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/Login/styled.tsx
  2. 2
      src/features/Register/Steps/Card/index.tsx

@ -7,7 +7,7 @@ export const CenterBlock = styled.div`
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
justify-content: flex-start;
margin-top: 140px;
`

@ -29,7 +29,7 @@ export const CardStep = () => (
<Row>
<Input
id='expiration'
label='Срок дейсвия'
label='Срок действия'
wrapperWidth={280}
inputWidth={85}
labelWidth={labelWidth}

Loading…
Cancel
Save