Minor code style fixes
parent
4358b81120
commit
bc951be963
|
@ -38,14 +38,13 @@
|
||||||
}
|
}
|
||||||
.assigned-to {
|
.assigned-to {
|
||||||
color: darken($postit-hover, 15%);
|
color: darken($postit-hover, 15%);
|
||||||
display: block;
|
display: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.task-assigned {
|
.task-assigned {
|
||||||
|
|
|
@ -63,16 +63,11 @@ $column-margin: 0 10px 0 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.kanban-wip-limit {
|
.kanban-wip-limit {
|
||||||
@extend %xsmall;
|
|
||||||
@include table-flex();
|
|
||||||
background: $red;
|
background: $red;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
bottom: 8px;
|
|
||||||
height: 4px;
|
height: 4px;
|
||||||
margin: 0;
|
margin: .5rem 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.kanban-uses-box {
|
.kanban-uses-box {
|
||||||
|
|
Loading…
Reference in New Issue