mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-13 03:21:49 -05:00
19 lines
334 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|