mos 5 лет назад
Родитель
Сommit
3e3baa26b8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/styles/scss/style-presentation.scss

+ 2 - 2
src/client/styles/scss/style-presentation.scss

@@ -101,7 +101,7 @@
       // Bottom align for column headings
       // Bottom align for column headings
       > thead > tr > th {
       > thead > tr > th {
         vertical-align: bottom;
         vertical-align: bottom;
-        border-bottom: 2px solid #888;
+        border-bottom: 2px solid $gray-500;
       }
       }
       // Remove top border from thead by default
       // Remove top border from thead by default
       > caption + thead,
       > caption + thead,
@@ -116,7 +116,7 @@
       }
       }
       // Account for multiple tbody instances
       // Account for multiple tbody instances
       > tbody + tbody {
       > tbody + tbody {
-        border-top: 2px solid #888;
+        border-top: 2px solid $gray-500;
       }
       }
 
 
       // .table-bordered
       // .table-bordered