From 82e7b6008b4cbab1890235b4b959634ec916d1a1 Mon Sep 17 00:00:00 2001 From: Monika Date: Thu, 20 Jun 2019 18:31:58 -0400 Subject: checkboxes working --- src/client/views/search/CheckBox.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/client/views/search/CheckBox.scss') diff --git a/src/client/views/search/CheckBox.scss b/src/client/views/search/CheckBox.scss index 582d24e72..9b0af68d5 100644 --- a/src/client/views/search/CheckBox.scss +++ b/src/client/views/search/CheckBox.scss @@ -1,13 +1,16 @@ @import "../globalCssVariables"; -.checkbox { +.checkboxfilter { display: flex; + margin-top: 0px; + padding: 3px; .outer { display: flex; position: relative; justify-content: center; - align-items: center; + align-items: center; + margin-top: 0px; } .check-box { @@ -28,7 +31,6 @@ .check-container:hover ~ .check-box { background-color: $intermediate-color; - } .check-container { @@ -49,6 +51,8 @@ } .checkbox-title { + display: flex; + align-items: center; text-transform: capitalize; margin-left: 15px; } \ No newline at end of file -- cgit v1.2.3-70-g09d2