summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_colors.scss
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2016-01-19 17:25:40 -0300
committerGislene Pereira <gislene01@gmail.com>2016-01-19 17:25:40 -0300
commit7bc660d72730ed02794aadb66f7a37aa7dada60b (patch)
tree5cd3596fed047d5d55de1c89ceaf6030d02ca5d3 /web-ui/app/scss/_colors.scss
parent6c239f13207e53281ad9d930dd1614844d3acdec (diff)
Issue #572 - Remove Attachment text, attachment box takes full width +
+ Attachment size color in lighter gray + Add space between each attachment
Diffstat (limited to 'web-ui/app/scss/_colors.scss')
-rw-r--r--web-ui/app/scss/_colors.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss
index 33b4f4e8..f4b7f21d 100644
--- a/web-ui/app/scss/_colors.scss
+++ b/web-ui/app/scss/_colors.scss
@@ -43,5 +43,6 @@ $wont_be_encrypted: $attention;
$recipients_font_color: #AAA;
/* Attachments */
-$attachment_text: #333;
+$attachment_text: #555;
$attachment_icon: lighten($attachment_text, 30);
+$attachment_size: lighten($attachment_text, 30);