You are here

commerce_cardonfile.view.css in Commerce Card on File 7.2

Styles for the cards view.

File

theme/commerce_cardonfile.view.css
View source
  1. /**
  2. * @file
  3. * Styles for the cards view.
  4. */
  5. .card-expired, .card-expired-description {
  6. color: red;
  7. }
  8. .links.operations {
  9. text-transform: lowercase;
  10. }
  11. .views-field-operations .links.operations {
  12. margin-left: 0;
  13. }