Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_tables.scss 223B

12345678910111213
  1. .table {
  2. thead, tbody, tfoot, tr, td, th {
  3. border-color: $table-border-color;
  4. }
  5. > :not(:last-child) > :last-child > * {
  6. border-color: $table-border-color;
  7. }
  8. }
  9. .table > tbody > tr > td {
  10. vertical-align: middle;
  11. }