Skip to content

Instantly share code, notes, and snippets.

@furiousdavid
Created May 16, 2019 00:22
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 furiousdavid/9eaae660b8b0b16ccea091ab9459e322 to your computer and use it in GitHub Desktop.
Save furiousdavid/9eaae660b8b0b16ccea091ab9459e322 to your computer and use it in GitHub Desktop.
body {
font-family: Roboto, sans-serif;
background-color: #f2f2f3;
font-size: 16px;
color: #606060;
}
h1, p, form {
margin: 0;
}
hr {
border: 0;
border-top: 1px solid #e0e0e0;
margin: 16px 0;
}
.container {
max-width: 440px;
margin: auto;
margin-top: 44px;
}
.card {
background-color: white;
border-top: 5px solid #9C74E0;
padding: 32px;
box-shadow: 0 3px 16px rgba(50, 50, 50, 0.1);
}
.title, .description {
margin-bottom: 20px;
}
.form-group {
margin-bottom: 12px;
}
.form-control {
width: 100%;
font-size: 16px;
padding: 12px 16px;
color: #a0a0a0;
border: 1px solid #e0e0e0;
}
.form-control::placeholder {
color: #a0a0a0;
}
.align-right {
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment