Skip to content

Instantly share code, notes, and snippets.

@ayoisaiah
Created January 20, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayoisaiah/646d3f6b64f92e8b74cef5c0ea3f9715 to your computer and use it in GitHub Desktop.
Save ayoisaiah/646d3f6b64f92e8b74cef5c0ea3f9715 to your computer and use it in GitHub Desktop.
/* 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