Lidarr/frontend/src/Activity/Queue/ProtocolLabel.css

14 lines
252 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.torrent {
composes: label from 'Components/Label.css';
border-color: $torrentColor;
background-color: $torrentColor;
}
.usenet {
composes: label from 'Components/Label.css';
border-color: $usenetColor;
background-color: $usenetColor;
}