aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LabelBox.scss
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-08-30 22:34:32 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-08-30 22:34:32 -0400
commit31e04bbd49825bf56c30cb50397a15c5df53c7a8 (patch)
tree869c659dd4d1713ee04c1115374facb11e472674 /src/client/views/nodes/LabelBox.scss
parent72278f68f0333fd75ff090ea62c296973dce84ba (diff)
clean up comparison box
Diffstat (limited to 'src/client/views/nodes/LabelBox.scss')
-rw-r--r--src/client/views/nodes/LabelBox.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/client/views/nodes/LabelBox.scss b/src/client/views/nodes/LabelBox.scss
index 0b195713d..ca4b3d467 100644
--- a/src/client/views/nodes/LabelBox.scss
+++ b/src/client/views/nodes/LabelBox.scss
@@ -23,6 +23,41 @@
}
}
+.answer-icon {
+ position: absolute;
+ right: 8;
+ bottom: 5;
+ color: black;
+ display: inline-block;
+ font-size: 10px;
+ cursor: pointer;
+ border-radius: 50%;
+ overflow: hidden;
+}
+
+.q-icon {
+ position: absolute;
+ right: 6;
+ bottom: 5;
+ color: white;
+ display: inline-block;
+ font-size: 10px;
+ cursor: pointer;
+ border-radius: 50%;
+ overflow: hidden;
+}
+
+.edit-icon {
+ position: absolute;
+ right: 20;
+ bottom: 5;
+ display: inline-block;
+ font-size: 10px;
+ cursor: pointer;
+ border-radius: 50%;
+ overflow: hidden;
+}
+
.labelBox-params {
display: flex;
flex-direction: row;