You are here

commerce_cart_blocks.cart.theme.css in Commerce Cart Blocks 8

Default theme implementation for Commerce Cart components

Provides some sensible defaults when used with Bartik.

File

css/commerce_cart_blocks.cart.theme.css
View source
  1. /**
  2. * @file
  3. * Default theme implementation for Commerce Cart components
  4. *
  5. * Provides some sensible defaults when used with Bartik.
  6. */
  7. .commerce-cart--cart-block .commerce-cart-block--contents a {
  8. color: inherit;
  9. }
  10. .commerce-cart--cart-block .commerce-cart-block--contents__item {
  11. clear: both;
  12. margin-bottom: 10px;
  13. border-bottom: 1px #eaeaea solid;
  14. }
  15. .commerce-cart-block--contents__quantity {
  16. float: left;
  17. }
  18. .commerce-cart-block--contents__price {
  19. float: right;
  20. }