Sha256: 970500cc59a2a864918f80034817fd3c28e05d9bd1ce1b8174d73e0d410adbf0
Contents?: true
Size: 786 Bytes
Versions: 6
Compression:
Stored size: 786 Bytes
Contents
@import "mixins/margins"; .gem-c-translation-nav { @include responsive-top-margin; @include core-16; margin-bottom: $gutter; border-bottom: 1px solid $border-colour; } .gem-c-translation-nav__list { @extend %contain-floats; list-style: none; margin-left: -$gutter-one-third; margin-right: -$gutter-one-third; } .gem-c-translation-nav__list-item { float: left; padding-left: $gutter-one-third; padding-right: $gutter-one-third; margin-bottom: $gutter-one-third; border-right: 1px solid $border-colour; height: 16px; .direction-rtl & { direction: rtl; float: right; text-align: start; border-left: 1px solid $border-colour; border-right: 0; } } .gem-c-translation-nav__list-item:last-child { border-right: 0; border-left: 0; }
Version data entries
6 entries across 6 versions & 1 rubygems