summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_files.scss12
-rw-r--r--web/sass-files/sass/partials/_post_right.scss6
2 files changed, 12 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 34409d563..83c87132b 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -202,3 +202,15 @@
}
}
}
+
+.center-file-overlay {
+ width: 100%;
+ height: 100%;
+ background:rgba(255,255,255,0.5);
+}
+
+.right-file-overlay {
+ width: 100%;
+ height: 100%;
+ background:rgba(255,255,255,0.5);
+}
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 1b98d62f9..4cf3e32a1 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -1,11 +1,5 @@
.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;
}