From bfc812ca9c6ea1e51834ba98ebbdf1ac2220ec42 Mon Sep 17 00:00:00 2001 From: Justin DiRose Date: Tue, 6 Oct 2020 12:36:08 -0500 Subject: [PATCH] DEV: Linting --- assets/stylesheets/common/knowledge-explorer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/common/knowledge-explorer.scss b/assets/stylesheets/common/knowledge-explorer.scss index f65ad47..728e12f 100644 --- a/assets/stylesheets/common/knowledge-explorer.scss +++ b/assets/stylesheets/common/knowledge-explorer.scss @@ -16,9 +16,9 @@ .btn.clear-search { background-color: var(--secondary); color: var(--tertiary); - font-size: .75em; + font-size: 0.75em; position: absolute; - right: 0.80em; + right: 0.8em; text-transform: lowercase; top: 20%; }