dobtco/dispatch

View on GitHub
themes/dvl-core/assets/stylesheets/theme/components/opportunities_table.scss

Summary

Maintainability
Test Coverage
@import 'theme/includes';

.opportunities_table_item {
  tr:first-child {
    td {
      border-bottom: 0;
      padding-bottom: 0;
    }
  }

  tr:last-child {
    font-size: $fontSmall;
    color: $darkerGray;
  }
}