summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-25 01:26:04 +0500
committerhmhealey <harrisonmhealey@gmail.com>2015-07-29 09:54:53 -0400
commitf502fdef5061cdd10777beeb785716b9a3a1acfd (patch)
tree3d896fa3b99b325aa42bdda9c307c498c8a46d91 /web/sass-files/sass
parent6d65071ecd1b024e0872c50749bde46b6c53b683 (diff)
downloadchat-f502fdef5061cdd10777beeb785716b9a3a1acfd.tar.gz
chat-f502fdef5061cdd10777beeb785716b9a3a1acfd.tar.bz2
chat-f502fdef5061cdd10777beeb785716b9a3a1acfd.zip
UI update for files
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_files.scss16
1 files changed, 6 insertions, 10 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 2da4afefc..e8ea8817d 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -14,10 +14,6 @@
position: relative;
border: 1px solid #DDD;
@include clearfix;
- &.custom-file {
- width: 85px;
- height: 100px;
- }
&:hover .remove-preview:after {
@include opacity(1);
}
@@ -73,10 +69,10 @@
}
@mixin file-icon($path) {
- background: url($path);
+ background: #fff url($path);
background-position: center;
background-repeat: no-repeat;
- @include background-size(auto 100%);
+ @include background-size(60px auto);
}
.file-icon {
width: 100%;
@@ -142,11 +138,11 @@
width: 50%;
height: 100%;
background: white;
- border-left: 1px solid lightgrey;
- font-size: small;
- padding: 5px 5px;
+ border-left: 1px solid #ddd;
+ font-size: 13px;
+ padding: 7px;
.post-image__name {
- font-weight: 600;
+ margin-bottom: 3px;
}
.post-image__type {
color: grey;