Sha256: 892e6709bd23cdb63bfa083e42579cbf41a65d47836c6182049a3c0002dd099f
Contents?: true
Size: 1.53 KB
Versions: 8
Compression:
Stored size: 1.53 KB
Contents
$sidebar-width: em(200); section.inner-content { margin-left: auto; } .refills-menu-anchor { @include inline-block; cursor: pointer; border: 1px solid darken(desaturate($logo-color, 50), 15);; height: 50px; width: 50px; padding: .7em 1em; border-radius: 50%; font-size: $base-font-size; margin-bottom: $base-line-height; position: fixed; top: 4.5em; left: 1em; z-index: 9999; &.fixedsticky-on { margin-top: -3.5em; } &.fixedsticky-off { position: fixed; } img { height: 26px; width: 30px; } } .fixedsticky-dummy { height: 0 !important; } .refills-menu-screen { @include position(fixed, 0px 0px 0px 0px); @include transition; background: teal; opacity: 0; visibility: hidden; z-index: 999998; &.is-visible { opacity: 0; visibility: visible; } } .er_toc_title { display: none; } .er_toc_top { display: none; } .er_toc { @include position(fixed, 0px auto 0px 0px); @include size(220px 100%); @include transform(translateX(-220px)); @include transition(all .2s linear); overflow-y: scroll; -webkit-overflow-scrolling: touch; background: black; z-index: 999999; ul { padding: 1em; } ul li { a { color: white; font-weight: 300; font-size: $base-font-size; &:hover { color: #FFF; text-decoration: none; } } } ul ul { margin-top: .5em; margin-bottom: 1em; padding: 0; } ul ul li a { font-weight: 200; } &.is-visible { @include transform(translateX(0)); } }
Version data entries
8 entries across 8 versions & 1 rubygems