Check scss lint
parent
22f15d3724
commit
17477f1565
|
@ -1,4 +1,5 @@
|
|||
.burndown {
|
||||
margin-bottom: 2rem;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue