]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Update Italian translation
[bookstack] / resources / assets / sass / _tables.scss
index ea517fee3974f717887b51d6b025c834f5c5da6b..38b044268b7c587311067eb718987d4d4fc24e60 100644 (file)
@@ -57,27 +57,4 @@ table.list-table {
     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