Skip to content

Instantly share code, notes, and snippets.

@swest
Last active May 23, 2016 11:38
Show Gist options
  • Save swest/5797490 to your computer and use it in GitHub Desktop.
Save swest/5797490 to your computer and use it in GitHub Desktop.
Custom style for login with button color overrides
body.login div#login h1 a {
background-image: url("/img/login-logo.png");
background-size: 380px 55px;
background-position: center top;
background-repeat: no-repeat;
margin: 0 0 -20px -20px;
width: 380px;
text-indent: -9999px;
overflow: hidden;
display: block;
}
input[type="checkbox"] {
vertical-align: middle;
margin-top: -2px;
}
.login form {
margin-left: 8px;
padding: 26px 24px 46px;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment