posabsolute/inker

View on GitHub
src/css/7_themes/transactional/_sections.invoices.scss

Summary

Maintainability
Test Coverage


/* -------------------------------------
    INVOICE
------------------------------------- */
.invoice {
  margin: 15px auto;
  text-align: left;
  width: 100%;
}
.invoice td {
  padding: 5px 0;
  word-break: normal;
}
.invoice .invoice-items {
  width: 100%;
}
.invoice .invoice-items td {
  border-top: #eee 1px solid;
}
.invoice .invoice-items .total td {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-weight: 700;
}