From cfb2e001ab6df21558fb5d7f9c18e47c7b6c21bb Mon Sep 17 00:00:00 2001 From: Monika Date: Mon, 24 Jun 2019 15:59:08 -0400 Subject: searching updates --- src/client/views/search/CheckBox.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 9b0af68d5..e8e7708f4 100644 --- a/src/client/views/search/CheckBox.scss +++ b/src/client/views/search/CheckBox.scss @@ -9,7 +9,7 @@ display: flex; position: relative; justify-content: center; - align-items: center; + align-items: center; margin-top: 0px; } @@ -24,12 +24,12 @@ border-color: $alt-accent; border-width: 2px; -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; } - .check-container:hover ~ .check-box { + .check-container:hover~.check-box { background-color: $intermediate-color; } -- cgit v1.2.3-70-g09d2