openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/customers.scss

Summary

Maintainability
Test Coverage
.tag-with-rules {
  color: black;
}

table#customers.index {
  tr.customer {
    .guest-label {
      color: $medium-grey;
      display: block;
      font-size: 0.85em;
      margin-top: 0.15em;
    }
  }
}