You are here

commerce_product_bundle_cart.css in Commerce Product Bundle 7

Same filename and directory in other branches
  1. 7.2 theme/commerce_product_bundle_cart.css
.commerce-product-bundle-product-attributes {
  padding-left: 19px;
}
.commerce-product-bundle-sub-line-item-title {
  font-weight:bold;
  margin-top: 2px;
}
.commerce-product-bundle-product-attributes .field-label {
  font-weight:normal;
  font-style:italic;
  margin-right: 5px;
}
.commerce-product-bundle-sub-line-item {
  margin-bottom: 4px;
}

File

theme/commerce_product_bundle_cart.css
View source
  1. .commerce-product-bundle-product-attributes {
  2. padding-left: 19px;
  3. }
  4. .commerce-product-bundle-sub-line-item-title {
  5. font-weight:bold;
  6. margin-top: 2px;
  7. }
  8. .commerce-product-bundle-product-attributes .field-label {
  9. font-weight:normal;
  10. font-style:italic;
  11. margin-right: 5px;
  12. }
  13. .commerce-product-bundle-sub-line-item {
  14. margin-bottom: 4px;
  15. }