aboutsummaryrefslogtreecommitdiff
path: root/src/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-01 11:33:59 -0500
committerbob <bcz@cs.brown.edu>2019-02-01 11:33:59 -0500
commit3b0c9a8a3282eb3c04123985a0512592fe0affae (patch)
treeb2f9d03e2ce3445ca359a86fa333f89b98028775 /src/views/nodes/ImageBox.scss
parent38bd04e67c13d073057321c5ba89a1e1aef02179 (diff)
added lightbox for images
Diffstat (limited to 'src/views/nodes/ImageBox.scss')
-rw-r--r--src/views/nodes/ImageBox.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/nodes/ImageBox.scss b/src/views/nodes/ImageBox.scss
new file mode 100644
index 000000000..136fda1d0
--- /dev/null
+++ b/src/views/nodes/ImageBox.scss
@@ -0,0 +1,11 @@
+
+.imageBox-cont {
+ padding: 0vw;
+}
+
+.imageBox-button {
+ padding : 0vw;
+ border: none;
+ width : 100%;
+ height: 100%;
+} \ No newline at end of file