mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 05:32:07 +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';
|
||||
|
||||
// Types
|
||||
import { TDirection } from '@type/common';
|
||||
|
||||
interface IDirection {
|
||||
type?: TDirection;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ import styled from 'styled-components';
|
||||
|
||||
const FullPageLayout = styled.div`
|
||||
height: 100vh;
|
||||
background-color: var(--color-grey-50);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user