mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
5 lines
100 B
CSS
5 lines
100 B
CSS
.row {
|
|
composes: link from '~Components/Link/Link.css';
|
|
composes: row from '~./TableRow.css';
|
|
}
|