From 806ec5213c145376d142c6287a56388a877ec0a8 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Sat, 23 May 2015 23:40:42 -0600 Subject: [PATCH] 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 --- ghost/admin/app/styles/layouts/auth.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/ghost/admin/app/styles/layouts/auth.css b/ghost/admin/app/styles/layouts/auth.css index 953f16779c..25351a5b60 100644 --- a/ghost/admin/app/styles/layouts/auth.css +++ b/ghost/admin/app/styles/layouts/auth.css @@ -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; -}