Sha256: 7360f3cc6fe74d50b74861381a2a2da26da8865850907d9fbe90411e270989f8
Contents?: true
Size: 746 Bytes
Versions: 23
Compression:
Stored size: 746 Bytes
Contents
@mixin aside-nav { font-size: small; margin-top: 15px; margin-left: 15px; margin-bottom: $paragraph-margin-bottom; align-self: start; position: sticky; top: calc(#{$navbar-brand-height + $paragraph-margin-bottom} + 10px); &__explorer { display: flex; justify-content: space-between; flex-direction: row; border-top: 1px solid $gray-300; margin-top: $paragraph-margin-bottom; margin-bottom: $paragraph-margin-bottom; padding-top: $paragraph-margin-bottom; } .toc { &__section { flex-direction: column; max-height: 65vh; overflow-y: auto; } } @include media-breakpoint-up(xm) { display: none; } @include media-breakpoint-up(lg) { display: block; } }
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-centos-0.5.1 | _sass/centos/mixins/_aside-nav.scss |
jekyll-theme-centos-0.5.0 | _sass/centos/mixins/_aside-nav.scss |
jekyll-theme-centos-0.4.0 | _sass/centos/mixins/_aside-nav.scss |