mirror of
https://github.com/Readarr/Readarr
synced 2026-01-16 20:43:23 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
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;
|
|
}
|