Improve whether an item is an epic, issuet, story or task in a clearer way

stable
Xavier Julián 2016-11-04 13:27:07 +01:00 committed by David Barragán Merino
parent c329f9d6bc
commit 048fb0c905
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@
.ticket-project {
margin-right: .3rem;
}
.ticket-type {
margin-left: .3rem;
text-transform: uppercase;
}
.ticket-project {
color: $gray-light;
}