mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-19 16:34:34 -04:00
5 lines
107 B
CSS
5 lines
107 B
CSS
.row {
|
|
composes: link from '~Components/Link/Link.css';
|
|
composes: row from '~./VirtualTableRow.css';
|
|
}
|