Sha256: dc50b083bd8e6684b949d3e6665630833b489993c0e35f6f46eb23be6b41ddc0

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

div.offer_list_iconed {

  ul {
    margin:0;
    padding:0;
    list-style: none;

    li {

      /* иконка категории в ссылке */
      a.lazy-image-wrapper {
        overflow: hidden;
        float: left;
        clear: left;

        img {
          max-width: 100%;
          width: 100%;
        }

      }

      /* название категории */
      a.title {
        display: inline-block;
        float: left;
        clear: right;
      }

    }

  }

  &.style_photostudio {

    ul {


      li {
        margin-bottom: 13px;

        /* иконка категории в ссылке */
        a.lazy-image-wrapper {

          img {

          }

        }

        /* название категории */
        a.title {
          padding-left: 15px;
          width: calc(100% - 80px);
        }

      }

    }

  }

  &.list_count_0 {

    ul {

      li {
        background-color: #dfffe4;

        a.lazy-image-wrapper {
          background-color: #e2dfff !important;
        }

      }

    }

  }

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.2 app/assets/stylesheets/c80_catoffers/offer_list_iconed.scss
c80_catoffers-0.1.0.1 app/assets/stylesheets/c80_catoffers/offer_list_iconed.scss