Sha256: 4bbdb6bbc577b20cf7a03f38028adcf7f3c1b2956e6e4da9a32045db4f52b866

Contents?: true

Size: 960 Bytes

Versions: 1

Compression:

Stored size: 960 Bytes

Contents

#no-taxon-banner {
  img {
    object-fit: cover;
  }
}
.taxon {
  &-icon {
    img {
      object-fit: cover;
    }
  }
  &-title {
    font-size: font-px-to-rem(20px);
    font-weight: 500;
    margin-bottom: 10px;
    @include media-breakpoint-up(md) {
      font-size: font-px-to-rem(32px);
    }
  }
  &-description {
    font-size: font-px-to-rem(14px);
    font-weight: 500;
  }
  &-subcategories {
    overflow-x: auto;
    white-space: nowrap;
    font-weight: bold;
    &-wrapper{
      position: sticky;
      top: $harpiya-header-mobile-height;
      z-index: 2;
      background: $primary-background;
      @include media-breakpoint-up(sm) {
        top: $harpiya-header-tablet-height;
      }
      @include media-breakpoint-up(lg) {
        top: $harpiya-header-desktop-height;
      }
    }
    > a, &-selected {
      color: theme-color("dark-text");
    }
    &-selected {
      border-bottom: 5px solid theme-color('dark-text');
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/assets/stylesheets/harpiya/frontend/views/harpiya/taxons/show.scss