vertical-align: middle;
padding: $-xs;
}
-}
-
-table.file-table {
- @extend .no-style;
- td {
- padding: $-xs;
- }
- .ui-sortable-helper {
- display: table;
- }
-}
-
-.fake-table {
- display: table;
- > div {
- display: table-row-group;
- }
- > div > div {
- display: table-row;
- }
- > div > div > div {
- display: table-cell;
- }
}
\ No newline at end of file