From 1cce90dcf2eba86c617f8313d6b739f256b070cc Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 1 May 2019 20:04:25 -0400 Subject: [PATCH] commento-login.scss: remove faux shadow from login box --- frontend/sass/commento-login.scss | 3 --- frontend/sass/commento.scss | 4 ++-- frontend/sass/email-main.scss | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/sass/commento-login.scss b/frontend/sass/commento-login.scss index da678b1..d0ed1ae 100644 --- a/frontend/sass/commento-login.scss +++ b/frontend/sass/commento-login.scss @@ -13,9 +13,6 @@ max-width: 500px; min-height: 100px; background: $gray-1; - box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08); - border: 1px solid transparent; - border-radius: 3px; z-index: 100; position: absolute; top: 8px; diff --git a/frontend/sass/commento.scss b/frontend/sass/commento.scss index 21e63a0..774e0ff 100644 --- a/frontend/sass/commento.scss +++ b/frontend/sass/commento.scss @@ -1,7 +1,7 @@ @import "source-sans.scss"; .commento-root-min-height { - min-height: 350px; + min-height: 430px; } .commento-root-font { @@ -38,7 +38,7 @@ } .commento-blurred { - filter: blur(4px); + opacity: 0.4; } .commento-main-area { diff --git a/frontend/sass/email-main.scss b/frontend/sass/email-main.scss index 143ff5c..1d9d229 100644 --- a/frontend/sass/email-main.scss +++ b/frontend/sass/email-main.scss @@ -16,7 +16,7 @@ .commento-input { display: inline; - height: 30px; + height: 40px; background: $white; border: none; outline: none;