diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-18 11:44:14 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-18 11:44:14 -0400 |
| commit | 5696872fc8585b66d13db6d87f3797e1160757d0 (patch) | |
| tree | f4f9c89f587f12ad6e33ef81118faf1ee7bfb7ae /src/client/views/nodes/ImageBox.scss | |
| parent | 3a57f6f51659fc31a11d17b3b78aab984d807795 (diff) | |
| parent | d03fc0c58b0a760bdef17b4e6ef7c59c96562521 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
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 f1b73a676..697f19f0d 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -38,4 +38,22 @@ border: none; width: 100%; height: 100%; +} + +.imageBox-audioBackground { + display: inline-block; + width: 10%; + position: absolute; + top: 0px; + left: 0px; + border-radius: 25px; + background: white; + opacity: 0.3; + svg { + width: 90% !important; + height: 70%; + position: absolute; + left: 5%; + top: 15%; + } }
\ No newline at end of file |
