Sha256: 46157564a6627133e415903a17aad0b08529474c5279d53f71355063c8ba101f

Contents?: true

Size: 617 Bytes

Versions: 6

Compression:

Stored size: 617 Bytes

Contents

// Preview & Open view header link

.header {
  .link {
    @include position(absolute, 0 1em null null);
    color : $positive-color;

    &.open { right : 4em; }
  }
}

// List header CSV button

.header {
  .csv + .search { right : 40px; }
  .csv {
    @include position(absolute, 0 0 null null);
    display : block;
    width   : 40px;
    height  : 40px;

    &:after {
      content    : 'csv';
      width      : 100%;
      text-align : center;
      margin-top : -.7em;
      color      : $positive-color;
    }
  }
}

.list-search .header {
  .csv + .search { @include position(absolute, 0 0 null 0); }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ants-0.2.7 app/assets/stylesheets/chr/header.scss
ants-0.2.6 app/assets/stylesheets/chr/header.scss
ants-0.2.5 app/assets/stylesheets/chr/header.scss
ants-0.2.4 app/assets/stylesheets/chr/header.scss
ants-0.2.3 app/assets/stylesheets/chr/header.scss
ants-0.2.2 app/assets/stylesheets/chr/header.scss