aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-02-12 18:55:11 -0500
committermadelinegr <mgriswold99@gmail.com>2019-02-12 18:55:11 -0500
commit1d667d19f5402dc9f9069e0a57008dac96f6de2a (patch)
tree59572ebc84ae0dea9780c96a6d43a811a21fed10 /src/client/views/nodes/WebBox.scss
parent7a93f60c9529e5d175e617fc7c07145a9b33e572 (diff)
set up web box classes
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
-rw-r--r--src/client/views/nodes/WebBox.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss
new file mode 100644
index 000000000..2bd8b1d3c
--- /dev/null
+++ b/src/client/views/nodes/WebBox.scss
@@ -0,0 +1,13 @@
+
+.imageBox-cont {
+ padding: 0vw;
+ position: absolute;
+ width: 100%
+}
+
+.imageBox-button {
+ padding : 0vw;
+ border: none;
+ width : 100%;
+ height: 100%;
+} \ No newline at end of file