bitque/jirs-client/js/css/reports.css
Adrian Woźniak 711a21f2b6 First release
2020-06-08 15:53:26 +02:00

35 lines
642 B
CSS

#reports {
}
#reports > .top > .graph {
margin-top: 15px;
}
#reports > .top > .graph > .graphHeader {
margin-bottom: 15px;
}
#reports > .top > .issueList {
display: block;
margin-top: 15px;
}
#reports > .top > .issueList > .issueListHeader {
margin-bottom: 15px;
}
#reports > .top > .issueList > .issue {
display: grid;
grid-template-columns: 32px 32px 240px auto 120px;
}
#reports > .top > .issueList > .issue.selected {
color: var(--primary);
font-family: var(--font-bold);
}
#reports > .top > .issueList > .issue.nonSelected {
color: var(--textLight);
font-family: var(--font-regular);
}