From f61eccd8ee9974c4b3a195d6d9d2d01a2675eddb Mon Sep 17 00:00:00 2001 From: Crom Date: Sun, 28 Jan 2018 12:26:41 -0800 Subject: [PATCH] fix up some css stuff --- app/javascript/styles/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index e3fa50cf2..91b8858c9 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -14,7 +14,7 @@ } } -.compose-form__sensitive-button__icon { +.sensitive { &.inverted.active { color: #ffffff; background-color: #FF5500; @@ -44,7 +44,7 @@ position: absolute; bottom: 0px; width: auto; - height: 75%; + height: 70%; left: 60px; } }