sonarr-repo-only/frontend/src/RootFolder/RootFolderRow.css

19 lines
293 B
CSS
Raw Normal View History

2018-01-13 02:01:27 +00:00
.link {
2019-07-22 00:41:52 +00:00
composes: link from "~Components/Link/Link.css";
2018-01-13 02:01:27 +00:00
display: block;
}
.freeSpace,
.unmappedFolders {
2019-07-22 00:41:52 +00:00
composes: cell from "~Components/Table/Cells/TableRowCell.css";
2018-01-13 02:01:27 +00:00
width: 150px;
}
.actions {
2019-07-22 00:41:52 +00:00
composes: cell from "~Components/Table/Cells/TableRowCell.css";
2018-01-13 02:01:27 +00:00
width: 45px;
}