mirror of
https://github.com/Radarr/Radarr
synced 2025-12-21 07:43:36 +01:00
4 lines
100 B
CSS
4 lines
100 B
CSS
.row {
|
|
composes: link from '~Components/Link/Link.css';
|
|
composes: row from '~./TableRow.css';
|
|
}
|