summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-09 13:04:24 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-12 12:29:57 -0700
commit81d7599f75b11d619f8ee9440394de3f9f86f39f (patch)
tree45d190ed4b523e3e7d5133cfe4b9e1f92f674de7 /web/sass-files/sass/partials/_post_right.scss
parent1fa436b4f99d482bc2adb926b93d0c0b832d9288 (diff)
downloadchat-81d7599f75b11d619f8ee9440394de3f9f86f39f.tar.gz
chat-81d7599f75b11d619f8ee9440394de3f9f86f39f.tar.bz2
chat-81d7599f75b11d619f8ee9440394de3f9f86f39f.zip
Working on adding overlays for file drag and drop
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 4cf3e32a1..1b98d62f9 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -1,5 +1,11 @@
.post-right__container {
+ .post-right-file-overlay {
+ width: 100%;
+ height: 100%;
+ background:rgba(255,255,255,0.5);
+ }
+
.post-right-root-message {
padding: 1em 1em 0;
}