1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-29 18:14:18 -04:00
Files
Sonarr/frontend/src/Components/Table/TableRowButton.css
2019-03-03 11:29:12 -08:00

5 lines
100 B
CSS

.row {
composes: link from '~Components/Link/Link.css';
composes: row from '~./TableRow.css';
}