Sha256: 8328959bb3e4637327356a566d5fac3edfa567e2a53e285515ea5ae0990d5aef

Contents?: true

Size: 399 Bytes

Versions: 1

Compression:

Stored size: 399 Bytes

Contents

.card-tile-hero {
  @include transition(all $general-transition-time $transition-linear);

  &:hover {
    background-position: 100vh;
  }

  .card-header {
    padding-bottom: 0.625rem;
    justify-content: center;
  }

  .card-body {
    padding-top: 0.625rem;

    small {
      color: $text-muted;
    }
  }

  &.card-tile-hero-split {

    .card-body {
      background: $gray-300;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/sass/kiso_themes/_core/cards/_card_tiles.scss