_tables.scss 275 B

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