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