mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-29 19:02:01 +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';
|
|
}
|