diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-19 15:11:29 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-19 15:11:29 -0400 |
| commit | 0b2a8c0d718940ddc06a966d4e027a79bb06ed6e (patch) | |
| tree | d608b092b9f0bc409b058ef77eb4ddb2a68a595c /src/client/views/nodes/ImageBox.scss | |
| parent | 3c873d191feec296aef82c48a912617a8d66eb18 (diff) | |
simple image label
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index be68ac8cd..4690e255f 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -155,6 +155,24 @@ color: #17175e; } +.check-icon { + position: absolute; + right: 150; + bottom: 10; + color: green; + display: inline-block; + font-size: 100px; +} + +.redo-icon { + position: absolute; + right: 10; + bottom: 10; + color: black; + display: inline-block; + font-size: 100px; +} + @keyframes spin { to { transform: rotate(360deg); |
