-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
733606f
commit 823ea4c
Showing
9 changed files
with
177 additions
and
7,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.