Sha256: 14c73b96951288e9871068475702d2e51e179c31209f29e30d3cbb25ba24f1e4
Contents?: true
Size: 993 Bytes
Versions: 5
Compression:
Stored size: 993 Bytes
Contents
/*------------------------------------*\ #BROWSING-CONTROLS \*------------------------------------*/ .browsing-controls { margin: 0 ($spacing-unit * 3) ($spacing-unit * 2); @include respond-to($medium-breakpoint) { margin: 0 0 ($spacing-unit * 2); } } .browsing-controls__heading { @extend %heading; @extend %heading--2; margin-bottom: $spacing-unit; text-align: center; @include respond-to($medium-breakpoint) { margin-bottom: 0; text-align: left; } } .browsing-controls__sort { text-align: center; @include respond-to($medium-breakpoint) { text-align: right; } } .browsing-controls__sort-form { @include respond-to($medium-breakpoint) { display: inline-block; } } .browsing-controls__filter-button { @extend %visible; @extend %visible--for-small-only; }
Version data entries
5 entries across 5 versions & 1 rubygems