uktrade/directory-components

View on GitHub
directory_components/export_elements/sass/components/details-list/_base.scss

Summary

Maintainability
Test Coverage

// Details list
// ============

.great-details-list {

  details:first-child {
    border-top: 2px solid $light-grey;
    border-bottom: 0;
  }

  details:last-child {
    border-top: 0;
  }
}