Check scss lint

stable
David Barragán Merino 2014-09-11 01:09:50 +02:00
parent 22f15d3724
commit 17477f1565
3 changed files with 11 additions and 11 deletions

View File

@ -2,3 +2,4 @@
margin-bottom: 2rem; margin-bottom: 2rem;
width: 100%; width: 100%;
} }

View File

@ -3,8 +3,8 @@
} }
.attachments-header { .attachments-header {
background: $whitish;
@include clearfix; @include clearfix;
background: $whitish;
padding: .5rem 1rem; padding: .5rem 1rem;
.button { .button {
float: right; float: right;
@ -162,12 +162,13 @@
position: relative; position: relative;
input { input {
cursor: pointer; cursor: pointer;
width: 100%;
height: 100%; height: 100%;
top: 0;
left: 0; left: 0;
position: absolute;
z-index: 9999;
opacity: 0; opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
} }
} }

View File

@ -36,16 +36,14 @@
} }
.color-column { .color-column {
@include table-flex-child(1, 60px, 0); @include table-flex-child(1, 60px, 0);
max-width: 100px;
position: relative;
} }
.is-closed-column, .is-closed-column,
.options-column, .options-column,
.status-wip-limit { .status-wip-limit {
@include table-flex-child(1, 100px, 0); @include table-flex-child(1, 100px, 0);
} }
.color-column {
max-width: 100px;
position: relative;
}
.status-name { .status-name {
@include table-flex-child(6, 150px, 0); @include table-flex-child(6, 150px, 0);
padding: 0 10px; padding: 0 10px;