learningtapestry/lcms-engine

View on GitHub
app/assets/stylesheets/lcms/engine/print/material/_header.scss

Summary

Maintainability
Test Coverage
.o-m-header {
  border-bottom: 1px solid $ub-pdf-black;

  @include e(title) {
    width: 10%;
  }
  @include e(name-value) {
    width: 50%;
  }
  @include e(name-date) {
    width: 30%;
  }

  td {
    padding: 0 0 5px;
  }
}