added login

This commit is contained in:
2019-10-14 13:07:28 -05:00
parent 87d50bbc6c
commit 1122a37316
62 changed files with 3462 additions and 30 deletions

View File

@@ -0,0 +1,26 @@
.container {
width: 100%;
}
form {
width: 100%;
}
form > * {
margin-bottom: 1.5em;
width: 100%;
}
.cursor-pointer {
cursor: pointer;
}
.signout {
float: right;
}
@media (min-width: 900px) {
.container {
margin: 0 auto;
width: 75%;
}
}