Sha256: a008f1d56a61db8391b44780dd321ca84eb97549b75260b092268ad95b372d5f

Contents?: true

Size: 1.23 KB

Versions: 16

Compression:

Stored size: 1.23 KB

Contents

.tenon-library-holder {
  display: none;
}

.tenon-library {
  overflow-y: auto;
  overflow-x: hidden;
  height: 350px;

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

    li {

      @include media($tn-bp-mobile) {
        width: 100%;

        img {
          width: 40px;
        }
      }

      @include media($tn-bp-tablet) {
        width: 50%;

        img {
          width: 80px;
        }
      }

      display: inline-block;
      float: left;
      border: 1px solid $tn-light-grey;
      background-color: #fff;
      color: #fff;

      p {

        @include media($tn-bp-mobile) {
          left: 80px;
          padding-right: 100px;
        }

        @include media($tn-bp-tablet) {
          left: 120px;
          padding-right: 140px;
        }

        top: 13px;
        position: absolute;
        margin: 0;
        width: 100%;
        line-height: 27px;
      }

      a {
        position: relative;
        float: left;
        padding: $tn-padding;
        width: 100%;
        color: $tn-label;
        font-size: 18px;

        &:hover {
          text-decoration: none;
        }
      }

      &:hover {
        background-color: $tn-primary;

        a {
          color: #fff;
        }
      }
    }
  }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tenon-1.1.8 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.7 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.6 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.5 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.4 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.3 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.2 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.1.1 app/assets/stylesheets/tenon/ui/tenon-content-library.scss
tenon-1.0.76 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.75 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.74 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.73 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.72 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.71 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.70 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss
tenon-1.0.69 app/assets/stylesheets/tenon/ui/tenon-content-library.css.scss