summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-18 18:38:38 -0400
committerCorey Hulen <corey@hulen.com>2016-08-18 14:38:38 -0800
commit3289c856130c4d1956dda9229fb3c6a060655b1a (patch)
tree1c3f180c9ef1a8c5a8146e63c68e82cdf3e175d0 /webapp/sass/components
parented6b69aab3136b2a5bcddbab77659640cd4d6534 (diff)
downloadchat-3289c856130c4d1956dda9229fb3c6a060655b1a.tar.gz
chat-3289c856130c4d1956dda9229fb3c6a060655b1a.tar.bz2
chat-3289c856130c4d1956dda9229fb3c6a060655b1a.zip
PLT-3642 Add PDF previewer (#3812)
* Added a PDF previewer * PLT-3900 - Improving UI for the pdf max pages (#3800)
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_files.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/webapp/sass/components/_files.scss b/webapp/sass/components/_files.scss
index 9a65693da..2239bdd1b 100644
--- a/webapp/sass/components/_files.scss
+++ b/webapp/sass/components/_files.scss
@@ -134,6 +134,30 @@
}
}
+.pdf-preview-spacer {
+ height: 5px;
+}
+
+.pdf-max-pages {
+ bottom: 0;
+ background: $white;
+ left: 0;
+ position: relative;
+ width: 100%;
+
+ span {
+ @include border-radius(3px);
+ background: alpha-color($black, .8);
+ bottom: 15px;
+ color: $white;
+ display: inline-block;
+ height: 3em;
+ line-height: 3em;
+ padding: 0 1.5em;
+ position: relative;
+ }
+}
+
.post-image__column {
border: 1px solid alpha-color($black, .2);
float: left;