1 .table { 2 td { 3 touch-action: manipulation; 4 vertical-align: middle; 5 } 6 7 .thead-light { 8 th { 9 font-family: $font-family-bold; 10 font-weight: normal; 11 border-bottom: 1px solid $border-color; 12 13 a { 14 color: $th-color; 15 } 16 } 17 } 18 }