mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #5318 from acburdine/private-form
Rewrite default private.hbs for new zelda styles
This commit is contained in:
commit
73d3bf53c7
1 changed files with 0 additions and 16 deletions
|
@ -42,19 +42,3 @@
|
||||||
color: color(var(--blue) lightness(-20%));
|
color: color(var(--blue) lightness(-20%));
|
||||||
text-decoration: none;
|
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;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue