You are here

commerce-order.css in Entity Print 8

Same filename and directory in other branches
  1. 7 modules/entity_print_commerce_order/css/commerce-order.css
/* Page heading */
h2 a {
  text-decoration: none;
  color: #333;
}

/* Pricing Table from Drupal Commerce */
.commerce-price-formatted-components {
  width: 50%;
  float: right;
  margin-top: 1em;
}
.component-title {
  background: #f7ffff;
  color: #333;
}
.component-total {
  background: #e4ffff;
}
.field-label,
.component-type-commerce-price-formatted-amount {
  font-weight: 700;
  color: #333;
}
.field-type-commerce-customer-profile-reference {
  margin-top: 1em;
  line-height: 1.2;
}

File

modules/entity_print_commerce_order/css/commerce-order.css
View source
  1. /* Page heading */
  2. h2 a {
  3. text-decoration: none;
  4. color: #333;
  5. }
  6. /* Pricing Table from Drupal Commerce */
  7. .commerce-price-formatted-components {
  8. width: 50%;
  9. float: right;
  10. margin-top: 1em;
  11. }
  12. .component-title {
  13. background: #f7ffff;
  14. color: #333;
  15. }
  16. .component-total {
  17. background: #e4ffff;
  18. }
  19. .field-label,
  20. .component-type-commerce-price-formatted-amount {
  21. font-weight: 700;
  22. color: #333;
  23. }
  24. .field-type-commerce-customer-profile-reference {
  25. margin-top: 1em;
  26. line-height: 1.2;
  27. }