aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/CheckBox.scss
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-20 18:31:58 -0400
committerMonika <monika_hedman@brown.edu>2019-06-20 18:31:58 -0400
commit82e7b6008b4cbab1890235b4b959634ec916d1a1 (patch)
tree95dd02e63aff5cdcf9951e0f3ba2bbbbe3239214 /src/client/views/search/CheckBox.scss
parent3e6f1e6e2388bcab53c4ee7d680fa6504e82f74d (diff)
checkboxes working
Diffstat (limited to 'src/client/views/search/CheckBox.scss')
-rw-r--r--src/client/views/search/CheckBox.scss10
1 files changed, 7 insertions, 3 deletions
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