1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/report.css

26 lines
415 B
CSS
Raw Normal View History

/**
* @provides maniphest-report-css
*/
table.aphront-table-view tr.aggregate,
table.aphront-table-view tr.alt-aggregate {
font-size: {$normalfontsize};
font-weight: bold;
}
table.aphront-table-view tr.month,
table.aphront-table-view tr.alt-month {
background: {$backdrop};
font-weight: bold;
}
span.red {
color: {$red};
font-weight: bold;
}
span.green {
color: {$green};
font-weight: bold;
}