1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00
Files
Radarr/frontend/src/Components/Table/TableRowButton.css
T
2019-06-11 22:07:34 -04:00

5 lines
100 B
CSS

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