mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-22 17:04:39 -04:00
14 lines
254 B
CSS
14 lines
254 B
CSS
.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;
|
|
}
|