Sha256: 691165e28e640ed107a537c71b773b928e7ce9da60c74de9e8f12f57695b84a7
Contents?: true
Size: 755 Bytes
Versions: 4
Compression:
Stored size: 755 Bytes
Contents
//----------------------------------------------------------------------------- // Grid Toggle .grid-toggle { display: none; position: absolute; top: .5em; right: $grid-padding; .target & { display: block; } } .on, .off { a { #{$link} { @extend %icon-replace; @extend %icon-list-2; @include transition(all 300ms); @include adjust-font-size-to($medpx); position: relative; width: rhythm(1.5,$medpx); color: $susy-background-dark-20; } #{$focus} { color: $susy-bodycopy; } &::before { @include rotate(90deg); @include stretch; text-indent: 0; } } } .off a { #{$link} { display: none; color: $susy-highlight; } } .on a { display: block; }
Version data entries
4 entries across 4 versions & 1 rubygems