Sha256: 7a897615bffe35e2e4497cca99c4852de7c816cfea256ea4d1fdd67035b9cadc

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

.list.subscriptions .header {
  background-color: $bg-color;
}

.subscriptions {
  background-color: $bg-color;

  .item-title {
    font-size : .9em;
  }

  .item.has-thumbnail.has-subtitle {
    padding-left : 3.75em;
  }

  .item-thumbnail {
    height : 1.8em;
    width  : 1.8em;
    left   : 1em;
    top    : 1.1em;
  }

  .item-thumbnail img {
    border-radius : 0;
  }
}

.subscriptions .input-channels {
  .nested-form-new,
  .nested-form-delete {
    display : none;
  }

  ul {
    margin-top : .45em;
  }

  ul li {
    margin-top : .5em;
    border     : none;
  }

  .input-switch {
    padding : 0;

    .label {
      padding-right : 4em;
      line-height   : 1.2;
    }

    .switch {
      top : 1px;
    }
  }

  & > .label {
    display : none;
  }
}

.tape-channel-title {
  @include ellipsis;
  font-size : .9em;
  color     : $base-font-color;
}

.tape-channel-url {
  @include position(relative, -4px null null null);
  @include ellipsis;
  font-size : .8em;
}

/* Tablet ------------------------------------------------------------------ */
@media #{$desktop} {
  .subscriptions .header .close { @include header-back-icon; }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tape-chr-0.1.9 app/assets/stylesheets/tape/subscriptions.scss
tape-chr-0.1.8 app/assets/stylesheets/tape/subscriptions.scss