0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

rewrites default private.hbs for new zelda styles

closes #5073
- changes format to match new zelda layout
- modifies the input_password helper to allow customization of class & placeholder
This commit is contained in:
Austin Burdine 2015-05-23 23:40:42 -06:00
parent 85de7b48c7
commit 806ec5213c

View file

@ -42,19 +42,3 @@
color: color(var(--blue) lightness(-20%));
text-decoration: none;
}
.private-login h1 {
margin-bottom: 2rem;
text-indent: 0;
}
.private-login .form-group {
margin: 0;
}
.private-login input[type="password"] {
padding: 9px 7px;
border-radius: 3px 3px 0 0;
}
.private-login-button {
padding: 9px 1.8em;
border-radius: 0 0 3px 3px;
}