aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-07-25 11:06:35 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-07-25 11:06:35 -0400
commit4d4283f74669698ec3cfaf8ee2c953acad524197 (patch)
treef45d99a55f5596e0a14934188acd9879490d07c6 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent54c5ef5774b001e8acd4feb2e44e010d050cc687 (diff)
edit labels
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 227cd4312..71706084f 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -100,6 +100,16 @@ audiotag:hover {
cursor: pointer;
border-radius: 50%;
}
+
+ .edit-icon {
+ position: absolute;
+ right: 35;
+ bottom: 10;
+ display: inline-block;
+ font-size: 20px;
+ cursor: pointer;
+ border-radius: 50%;
+ }
}
.answer-tooltip {