1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00
Files
Sonarr/frontend/src/Components/Table/VirtualTableRowButton.css
T
2023-08-28 19:26:38 -07:00

5 lines
107 B
CSS

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