mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
5 lines
100 B
CSS
5 lines
100 B
CSS
.row {
|
|
composes: link from '~Components/Link/Link.css';
|
|
composes: row from '~./TableRow.css';
|
|
}
|