You are here

commerce_cart.theme.css in Commerce Core 7

Basic styling for the Commerce Cart module.

File

modules/cart/theme/commerce_cart.theme.css
View source
  1. /**
  2. * @file
  3. * Basic styling for the Commerce Cart module.
  4. */
  5. /**
  6. * Theme the cart block and cart summary.
  7. */
  8. .view-commerce-cart-block .views-field-quantity {
  9. white-space: nowrap;
  10. }
  11. .commerce-order-handler-area-order-total .commerce-price-formatted-components {
  12. width: 33%;
  13. margin-left: auto;
  14. }
  15. .view-commerce-cart-block tr {
  16. vertical-align: top;
  17. }
  18. .view-commerce-cart-block td.price,
  19. .view-commerce-cart-form td.price,
  20. .view-commerce-cart-summary td.price {
  21. white-space: nowrap;
  22. }
  23. .view-commerce-cart-form tr,
  24. .view-commerce-cart-summary tr {
  25. vertical-align: top;
  26. }
  27. .commerce-order-handler-area-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
  28. font-weight: bold;
  29. }