From 77b5ecdf0664b9b692df9bd0444062d47feddda1 Mon Sep 17 00:00:00 2001 From: Giovane Date: Mon, 21 Dec 2015 15:56:14 -0200 Subject: Make download attachment link as a box #558 w/ @albogabriel --- web-ui/app/scss/_colors.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web-ui/app/scss/_colors.scss') diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss index 517c8972..33b4f4e8 100644 --- a/web-ui/app/scss/_colors.scss +++ b/web-ui/app/scss/_colors.scss @@ -41,3 +41,7 @@ $success: #50BA5B; $will_be_encrypted: $success; $wont_be_encrypted: $attention; $recipients_font_color: #AAA; + +/* Attachments */ +$attachment_text: #333; +$attachment_icon: lighten($attachment_text, 30); -- cgit v1.2.3