]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Updated 'Spanish Argentina' translation.
[bookstack] / resources / assets / sass / _tables.scss
index 37c61159db077488d7b7d9ed3988bf81a20aa7f2..38b044268b7c587311067eb718987d4d4fc24e60 100644 (file)
@@ -35,6 +35,12 @@ table.table {
   tr:hover {
     background-color: #EEE;
   }
+  .text-right {
+    text-align: right;
+  }
+  .text-center {
+    text-align: center;
+  }
 }
 
 table.no-style {
@@ -51,14 +57,4 @@ table.list-table {
     vertical-align: middle;
     padding: $-xs;
   }
-}
-
-table.file-table {
-  @extend .no-style;
-  td {
-    padding: $-xs;
-  }
-  .ui-sortable-helper {
-    display: table;
-  }
 }
\ No newline at end of file