@import 'logo'

.jp-card-logo.jp-card-visa
  // display: none;
  $blue = #1a1876
  $yellow = #e79800
  background: white
  text-transform: uppercase
  color: $blue
  text-align: center
  font-weight: bold
  font-size: 15px
  line-height: 18px
  &:before, &:after
    content: " "
    display: block
    width: 100%
    height: 25%
  &:before
    background: $blue
  &:after
    background: $yellow
