diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-23 14:06:11 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-23 14:06:11 -0400 |
| commit | e82c95293bb2d9db32fc9901f57f1997b74597c1 (patch) | |
| tree | 0c67a0a66fd7d80f1853720400bbf9e5684cb843 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 0b2a8c0d718940ddc06a966d4e027a79bb06ed6e (diff) | |
labeling work
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 54643b4a5..227cd4312 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -79,7 +79,37 @@ audiotag:hover { right: 8px; position: absolute; } + .answer-icon { + position: absolute; + right: 10; + bottom: 10; + color: black; + display: inline-block; + font-size: 20px; + cursor: pointer; + border-radius: 50%; + } + + .q-icon { + position: absolute; + right: 6; + bottom: 10; + color: white; + display: inline-block; + font-size: 20px; + cursor: pointer; + border-radius: 50%; + } +} + +.answer-tooltip { + font-size: 15px; + padding: 2px; + max-width: 150; + line-height: 150%; + position: relative; } + .formattedTextBox-alternateButton { align-items: center; flex-direction: column; |
