You are here

commerce_product_attributes_cart.css in Commerce Product Attributes 7

.line-item-title {
  font-weight: bold;
}

.commerce-product-attributes-wrapper .field-label {
  font-weight:normal;
  font-style:italic;
  margin-right: 5px;
}

File

theme/commerce_product_attributes_cart.css
View source
  1. .line-item-title {
  2. font-weight: bold;
  3. }
  4. .commerce-product-attributes-wrapper .field-label {
  5. font-weight:normal;
  6. font-style:italic;
  7. margin-right: 5px;
  8. }