aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/CheckBox.scss
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-24 15:59:08 -0400
committerMonika <monika_hedman@brown.edu>2019-06-24 15:59:08 -0400
commitcfb2e001ab6df21558fb5d7f9c18e47c7b6c21bb (patch)
tree0ba963205ee8f57b06ecdccdc657a39debac3f39 /src/client/views/search/CheckBox.scss
parentd7aa6f30efa6f0c62ad1a3c96bf4ff3871563708 (diff)
searching updates
Diffstat (limited to 'src/client/views/search/CheckBox.scss')
-rw-r--r--src/client/views/search/CheckBox.scss10
1 files changed, 5 insertions, 5 deletions
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;
}