even more design updates

This commit is contained in:
Riley Davis
2017-03-01 11:42:03 -07:00
parent b346083d11
commit 4e5bcbc27f
2 changed files with 44 additions and 14 deletions
+25 -3
View File
@@ -1,15 +1,37 @@
.layout {
max-width: 800px;
margin: 0 auto;
}
.loginLayout {
max-width: 400px;
margin: 0 auto;
}
.loginHeader, .loginCTA, .forgotPasswordCTA, .passwordRequestSuccess {
text-align: center;
font-size: 16px;
}
.forgotPasswordLink, .signInLink {
color: blue;
font-weight: normal;
text-decoration: none;
}
.forgotPasswordLink:hover, .signInLink:hover {
text-decoration: underline;
}
.layout h1 {
font-size: 40px;
}
.loginHeader {
font-size: 30px;
}
.passwordRequestSuccess {
cursor: pointer;
padding: 8px 14px;
background: lightgreen;
border: 1px solid darkgreen;
border-radius: 4px;
}