mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 09:13:45 +01:00
13 lines
254 B
CSS
13 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;
|
|
}
|