mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-28 03:15:12 +01:00
4 lines
98 B
CSS
4 lines
98 B
CSS
.row {
|
|
composes: link from 'Components/Link/Link.css';
|
|
composes: row from './TableRow.css';
|
|
}
|