diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-08-30 22:34:32 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-08-30 22:34:32 -0400 |
| commit | 31e04bbd49825bf56c30cb50397a15c5df53c7a8 (patch) | |
| tree | 869c659dd4d1713ee04c1115374facb11e472674 /src/client/views/nodes/LabelBox.scss | |
| parent | 72278f68f0333fd75ff090ea62c296973dce84ba (diff) | |
clean up comparison box
Diffstat (limited to 'src/client/views/nodes/LabelBox.scss')
| -rw-r--r-- | src/client/views/nodes/LabelBox.scss | 35 |
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; |
