File size: 292 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $FlowFixMe
import styled from 'styled-components';

export const Row = styled.div`
  display: flex;
  justify-content: center;
  position: relative;
`;

export const Form = styled.form`
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
`;