From 17477f1565fb9aedb13b75182dfb5fc601723da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 11 Sep 2014 01:09:50 +0200 Subject: [PATCH] Check scss lint --- app/styles/modules/backlog/burndown.scss | 3 ++- app/styles/modules/common/attachments.scss | 13 +++++++------ app/styles/modules/common/colors-table.scss | 6 ++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/styles/modules/backlog/burndown.scss b/app/styles/modules/backlog/burndown.scss index 41b430e6..7ea7fc7d 100644 --- a/app/styles/modules/backlog/burndown.scss +++ b/app/styles/modules/backlog/burndown.scss @@ -1,4 +1,5 @@ .burndown { margin-bottom: 2rem; width: 100%; -} \ No newline at end of file +} + diff --git a/app/styles/modules/common/attachments.scss b/app/styles/modules/common/attachments.scss index eb2d88aa..0d392fb9 100644 --- a/app/styles/modules/common/attachments.scss +++ b/app/styles/modules/common/attachments.scss @@ -3,8 +3,8 @@ } .attachments-header { - background: $whitish; @include clearfix; + background: $whitish; padding: .5rem 1rem; .button { float: right; @@ -162,12 +162,13 @@ position: relative; input { cursor: pointer; - width: 100%; height: 100%; - top: 0; left: 0; - position: absolute; - z-index: 9999; opacity: 0; + position: absolute; + top: 0; + width: 100%; + z-index: 9999; } -} \ No newline at end of file +} + diff --git a/app/styles/modules/common/colors-table.scss b/app/styles/modules/common/colors-table.scss index 32162eeb..81c17ff4 100644 --- a/app/styles/modules/common/colors-table.scss +++ b/app/styles/modules/common/colors-table.scss @@ -36,16 +36,14 @@ } .color-column { @include table-flex-child(1, 60px, 0); + max-width: 100px; + position: relative; } .is-closed-column, .options-column, .status-wip-limit { @include table-flex-child(1, 100px, 0); } - .color-column { - max-width: 100px; - position: relative; - } .status-name { @include table-flex-child(6, 150px, 0); padding: 0 10px;