mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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;
|
|
}
|