Sha256: 04d5010128cd3e01291a97f6f6732cd2d5722578eacfa84bc3210dd7dcbbc93b
Contents?: true
Size: 659 Bytes
Versions: 3
Compression:
Stored size: 659 Bytes
Contents
// Preview & Open view header link .header { .link { @include header-button($positiveColor); @include position(absolute, 0 1em null null); &.open { right : 4em; } } } // List header CSV button .header { .csv + .search { @include position(absolute, 0 40px null null); } .csv { @extend .icon-base; @include position(absolute, 0 0 null null); &:after { content : 'csv'; width : 100%; background : transparent; text-align : center; margin-top : -.7em; color : $positiveColor; } } } .list-search .header { .csv + .search { @include position(absolute, 0 0 null 0); } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ants-0.2.1 | app/assets/stylesheets/chr/header.scss |
ants-0.2.0 | app/assets/stylesheets/chr/header.scss |
ants-0.1.4 | app/assets/stylesheets/chr/header.scss |