/* Uses icons from Commerce Payment module. */

#saved-payment-container {
  /* @todo-L We really need to pass a friendlier method type back from the
  server ... */
  label.method-type-iats_ach { background-image: url(../images/icons/bank-icon.svg) }

  label.method-type-credit_card { background-image: url(../images/icons/credit-card.svg) } /* Generic credit card icon. */
  label.card-type-visa { background-image: url(/modules/contrib/commerce/modules/payment/images/visa.svg) }
  label.card-type-mastercard { background-image: url(/modules/contrib/commerce/modules/payment/images/mastercard.svg) }
  label.card-type-maestro { background-image: url(/modules/contrib/commerce/modules/payment/images/maestro.svg) }
  label.card-type-amex { background-image: url(/modules/contrib/commerce/modules/payment/images/amex.svg) }
  label.card-type-dinersclub { background-image: url(/modules/contrib/commerce/modules/payment/images/dinersclub.svg) }
  label.card-type-discover { background-image: url(/modules/contrib/commerce/modules/payment/images/discover.svg) }
  label.card-type-jcb { background-image: url(/modules/contrib/commerce/modules/payment/images/jcb.svg) }
  label.card-type-unionpay { background-image: url(/modules/contrib/commerce/modules/payment/images/unionpay.svg) }

}
