Sha256: 287d68c40c13427db546df3961ee62ea5385d418270e3120a7339486e18b2222

Contents?: true

Size: 1.5 KB

Versions: 35

Compression:

Stored size: 1.5 KB

Contents

.category {
  &-links {
    width: 176px;
    min-width: 176px;

    &-header {
      color: $meganav-font-color;
      font-weight: bold;
      line-height: 1.06;
      letter-spacing: 0.4px;
    }

    ul {
      list-style-type: none;
      padding-top: 27px;
    }

    li {
      font-size: 14px;
      padding-bottom: 11px;
    }

    li:hover {
      text-decoration: underline;
    }

    a {
      color: $meganav-font-color;
      font-weight: 500;
      line-height: 1.21;
      letter-spacing: 0.35px;
      display: block;
    }

    a:hover {
      text-decoration: none;
      color: $font-color;
    }
  }

  &-image {
    background: $secondary-background;
    color: $secondary-font-color;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 350px;
    height: 234px;

    img {
      object-fit: contain;
    }
  }

  &-box {
    background-color: white;
    padding: 1rem 0 0.5rem;
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 5%;

    &-small-text {
      text-align: center;
      color: theme-color('primary');
      font-size: font-px-to-rem(12px);
      padding-bottom: 7px;
      font-weight: 500;
      line-height: 0.75;
      letter-spacing: 0.3px;
      text-align: center;
    }

    &-big-text {
      font-weight: 600;
      color: $font-color;
      font-size: font-px-to-rem(16px);
      font-weight: 600;
      line-height: 1.38;
      letter-spacing: 0.4px;
      text-align: center;
    }
  }
}

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.7 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.6 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.5 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.1.14 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.4 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.3.1 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.1.13.1 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.3 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.2 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.1 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.0 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.0.rc5 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.0.rc4 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.0.rc3 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.1.13 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.0.rc2 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.1.12 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.2.0.rc1 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss
spree_frontend-4.1.11 app/assets/stylesheets/spree/frontend/views/spree/shared/category_nav_bar.scss