From 6eb8730fcecd29fea3e0f5216b93b6c0a3f50041 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Feb 2016 15:57:31 -0800 Subject: [PATCH] tweak banner close X button a bit --- app/assets/stylesheets/common/components/banner.css.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/components/banner.css.scss b/app/assets/stylesheets/common/components/banner.css.scss index 3c800e9b196..fbaff6d0b00 100644 --- a/app/assets/stylesheets/common/components/banner.css.scss +++ b/app/assets/stylesheets/common/components/banner.css.scss @@ -16,9 +16,10 @@ } .close { - font-size: 1.786em !important; - margin-top: -10px !important; - color: darken($tertiary, 45%); + font-size: 1.786em; + margin-top: -10px; + color: scale-color($tertiary, $lightness: 70%); + padding-left: 5px; } .meta {