You are here

commerce_cart_blocks.button.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.button.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-block--type-button .commerce-cart-block--contents {
  8. width: 225px;
  9. background: white;
  10. color: black;
  11. }
  12. .commerce-cart-block--type-button .commerce-cart-block--contents__inner {
  13. padding: 10px;
  14. }
  15. .commerce-cart-block--type-button .commerce-cart-block--summary,
  16. .commerce-cart-block--type-button .commerce-cart-block--summary__icon img,
  17. .commerce-cart-block--type-button .commerce-cart-block--summary__label {
  18. vertical-align: middle;
  19. }
  20. .commerce-cart-block--type-button .commerce-cart-block--summary__icon,
  21. .commerce-cart-block--type-button .commerce-cart-block--summary__label {
  22. color: inherit;
  23. }