Skip to content

Commit

Permalink
added login view with form
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek71994 committed Nov 29, 2019
1 parent 733606f commit 823ea4c
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 7,157 deletions.
1 change: 1 addition & 0 deletions src-view/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react'
import LandingView from './views/LandingView'
import { Router } from '@reach/router'
import LoginView from './views/LoginView'

import SignUpView from './views/SignUpView'
export default () => {
return (
Expand Down
49 changes: 49 additions & 0 deletions src-view/assets/styles/LoginView.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
@import './mixins';

.loginDiv {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
align-self: center;
flex-shrink: 1;
padding: 5rem 0rem;
width: 80%;
max-width: 36rem;

>a {
cursor: pointer;
align-self: center;
margin-top: 1rem;
}

>h1 {
align-self: center;
font-weight: 400;
}

@include for-desktop {
box-shadow: 0px 0px 30px -2px rgba(150, 144, 150, 0.85);
padding: 5rem 3rem;
width: 50%;

}

&Wrapper {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}

.loginForm {
display: flex;
flex-direction: column;
margin: 2rem 0 0 0;

>button {
width: 100%;
margin: 2rem 0 0 0;
}
}
}
47 changes: 41 additions & 6 deletions src-view/dist/src-view.e31bb0bc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-view/dist/src-view.e31bb0bc.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 823ea4c

Please sign in to comment.