Sha256: dfe605fddb56aff011c5f05a20293e533717562589e35db325bba7c31f6ea7d1
Contents?: true
Size: 606 Bytes
Versions: 22
Compression:
Stored size: 606 Bytes
Contents
@mixin aside-nav { font-size: small; width: 100%; margin-top: 15px; margin-left: 15px; margin-bottom: 15px; align-self: start; &__explorer { display: flex; justify-content: space-between; flex-direction: row; } .toc { &__section { flex-direction: column; overflow-y: auto; max-height: 75vh; } } @include media-breakpoint-up(xm) { display: none; } @include media-breakpoint-up(xl) { display: flex; flex-flow: column nowrap; position: sticky; top: calc(#{$navbar-brand-height + $paragraph-margin-bottom} + 10px); } }
Version data entries
22 entries across 22 versions & 1 rubygems