aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LabelBox.scss
diff options
context:
space:
mode:
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;