mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Update comment section and styled.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
import { TDirection } from '@type/common';
|
|
||||||
import styled, { css } from 'styled-components';
|
import styled, { css } from 'styled-components';
|
||||||
|
|
||||||
|
// Types
|
||||||
|
import { TDirection } from '@type/common';
|
||||||
|
|
||||||
interface IDirection {
|
interface IDirection {
|
||||||
type?: TDirection;
|
type?: TDirection;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import styled from 'styled-components';
|
|||||||
|
|
||||||
const FullPageLayout = styled.div`
|
const FullPageLayout = styled.div`
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: var(--color-grey-50);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user