mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-29 18:14:18 -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';
|
|
}
|