From 6c239f13207e53281ad9d930dd1614844d3acdec Mon Sep 17 00:00:00 2001 From: Gislene Pereira Date: Tue, 19 Jan 2016 11:10:47 -0300 Subject: Issue #572 - Rotate and resize paperclip icon. Removed blue border around paperclip icon when clicking it. --- web-ui/app/scss/styles.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 30f0fb9f..92cc32f2 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -885,6 +885,16 @@ div.side-nav-bottom { .buttons-group span#attachment-button{ cursor: pointer; + outline: 0; + margin-left: 18px; + padding-top: 0px; + -ms-transform: rotate(224deg); /* IE 9 */ + -webkit-transform: rotate(224deg); /* Chrome, Safari, Opera */ + transform: rotate(224deg); + + i.fa-paperclip { + font-size: 1.7em; + } } @import "mascot.scss"; -- cgit v1.2.3