2022-08-03 20:20:10 +00:00
|
|
|
import styled from 'styled-components';
|
|
|
|
import Colors from 'constants/Colors';
|
|
|
|
|
|
|
|
export const AppWrapper = styled.div`
|
|
|
|
position: absolute;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
2022-08-03 21:30:24 +00:00
|
|
|
padding: 8px;
|
2022-08-03 20:20:10 +00:00
|
|
|
`;
|