mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 09:42:01 -05:00
5 lines
98 B
CSS
5 lines
98 B
CSS
.row {
|
|
composes: link from 'Components/Link/Link.css';
|
|
composes: row from './TableRow.css';
|
|
}
|