Fix lint errors
parent
9406ca3a69
commit
a1a118dbcc
|
@ -20,7 +20,7 @@
|
||||||
.active {
|
.active {
|
||||||
color: $gray;
|
color: $gray;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition : opacity .3s linear;
|
transition: opacity .3s linear;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
margin-right: .4rem;
|
margin-right: .4rem;
|
||||||
|
|
|
@ -21,13 +21,13 @@
|
||||||
}
|
}
|
||||||
.status,
|
.status,
|
||||||
.points {
|
.points {
|
||||||
flex-basis:100px;
|
flex-basis: 100px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.assigned-to {
|
.assigned-to {
|
||||||
flex-basis:150px;
|
flex-basis: 150px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue