From ef04d551ed369cfb0b48ed32c215d706d1606627 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 15 Sep 2014 08:03:00 +0200 Subject: [PATCH] fix scss lint issues --- app/styles/layout/invitation.scss | 2 +- app/styles/modules/common/attachments.scss | 3 +-- app/styles/modules/common/related-tasks.scss | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/styles/layout/invitation.scss b/app/styles/layout/invitation.scss index 911b1b45..1b93abcd 100644 --- a/app/styles/layout/invitation.scss +++ b/app/styles/layout/invitation.scss @@ -15,8 +15,8 @@ width: 150px; } .avatar { - text-align: center; margin: 0 auto 1rem; + text-align: center; width: 250px; .person-name { @extend %xlarge; diff --git a/app/styles/modules/common/attachments.scss b/app/styles/modules/common/attachments.scss index 9ffab8d5..efdc60a9 100644 --- a/app/styles/modules/common/attachments.scss +++ b/app/styles/modules/common/attachments.scss @@ -159,10 +159,9 @@ } .add-attach { + cursor: pointer; overflow: hidden; position: relative; - cursor: pointer; - input { cursor: pointer; font-size: 99px; diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss index 42d679fe..3feb09e2 100644 --- a/app/styles/modules/common/related-tasks.scss +++ b/app/styles/modules/common/related-tasks.scss @@ -13,8 +13,6 @@ padding: .5rem 0 .5rem .5rem; text-align: left; width: 100%; - } - .row { &:hover { background: transparent; }