📄 Viewing: _tables.scss

.table {
  border-collapse: separate;

  td {
    touch-action: manipulation;
    vertical-align: middle;
  }

  thead th {
    border-bottom: 0;
  }
}

.table-striped {
  tbody tr:nth-of-type(odd) {
    background-color: $bg-one;
  }
}

🌑 DarkStealth — WP Plugin Edition

Directory: /home/httpd/html/matrixmodels.com/public_html_hacked/phpMyAdmin/themes/original/scss