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