Created
January 20, 2020 13:25
-
-
Save ayoisaiah/646d3f6b64f92e8b74cef5c0ea3f9715 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* src/pages/Auth.css*/ | |
.auth { | |
width: 100%; | |
max-width: 500px; | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
transform: translate(-50%, -50%); | |
} | |
.content { | |
padding: 0px 20px 20px; | |
} | |
.button { | |
margin-top: 20px; | |
} | |
.hidden { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment