summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_styles.scss')
-rw-r--r--web-ui/app/scss/_styles.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/web-ui/app/scss/_styles.scss b/web-ui/app/scss/_styles.scss
index c771fb0f..5a073296 100644
--- a/web-ui/app/scss/_styles.scss
+++ b/web-ui/app/scss/_styles.scss
@@ -755,21 +755,3 @@ 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;
- }
-
- &.busy {
- color: lighten($recipients_font_color, 10%);
- cursor: progress;
- }
-}