//
// Cards
//

// Frame style
@mixin card-frame-style($hs-border) {
  &.active,
  &:hover {
    border-color: $hs-border;
  }
}