More refactoring

This commit is contained in:
Chi Vinh Le
2018-02-13 00:54:15 +01:00
parent 4b6a3b5b9d
commit 142c5b32f1
16 changed files with 706 additions and 9 deletions
@@ -0,0 +1,49 @@
.header {
margin-bottom: 20px;
}
.header h1, .separator h1{
text-align: center;
font-size: 1.2em;
}
.socialConnections {
margin-bottom: 20px;
}
.separator h1{
text-align: center;
font-size: 1.2em;
}
.hint {
color: grey;
font-weight: 600;
padding: 3px 0 16px;
}
.action {
margin-top: 0px;
}
.signInButton {
margin-top: 10px;
background-color: #2a2a2a;
}
.footer {
margin: 20px auto 10px;
text-align: center;
}
.footer span {
display: block;
margin-bottom: 5px;
}
.footer a {
color: #2c69b6;
cursor: pointer;
margin: 0 5px;
}