feat: Login Page

This commit is contained in:
Anoop M D
2022-03-07 20:02:39 +05:30
parent a17b9f4b73
commit 3856f244f5
15 changed files with 430 additions and 11 deletions

View File

@ -3,6 +3,7 @@ import styled from 'styled-components';
const Wrapper = styled.div`
background-color: rgb(44, 44, 44);
color: rgba(255, 255, 255, 0.5);
min-height: 100vh;
.menu-item {
padding: 0.6rem;