diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-25 11:06:35 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-25 11:06:35 -0400 |
| commit | 4d4283f74669698ec3cfaf8ee2c953acad524197 (patch) | |
| tree | f45d99a55f5596e0a14934188acd9879490d07c6 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 54c5ef5774b001e8acd4feb2e44e010d050cc687 (diff) | |
edit labels
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 10 |
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 { |
