.statusIndicator { composes: centerContent from "../shared.css"; border-radius: 2px; } .content { padding: 4px; /* FIXME: Why do we have this? */ } .status-positive { background-color: rgb(0, 93, 9); } .status-negative { background-color: rgb(106, 0, 0); } .status-neutral { background-color: #5a5a5a; }