Files
awx/awx/ui/static/js/system-tracking/fact-data-table/fact-datum.block.less
2015-06-17 17:23:59 -04:00

19 lines
334 B
Plaintext

/** @define FactDatum */
.FactDatum {
&--divergent {
margin-bottom: 0;
background-color: #ffb2ae;
border: none;
&:hover {
background-color: #ffb2ae;
border: none;
}
.FactDataTable-column:first-child {
background-color: #fff;
}
}
}