Sha256: 710bc631db048ef3e4fc307f29dd9ec810228fa601cbf261cfffbcb41eb9e6a2
Contents?: true
Size: 1.19 KB
Versions: 16
Compression:
Stored size: 1.19 KB
Contents
.print_image, .print_only { display: none; } .page { position: relative; width: 100%; min-height: 100%; > * { position: absolute; z-index: 1; } .content_and_background { width:100%; min-height:100%; position: initial; } .shadow { @include transition(opacity 0.2s linear, visibility 0.2s linear); pointer-events: none; } &.invert { color: #000; background-color: #fff; } .content { width: 100%; position: relative; } .backgroundArea { width:100%; height: 100%; } .scroller > div { pointer-events: none; width: 75%; @include mobile { width: 100%; } } &.hide_title h2 { display: none; } .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } } .js .page { height: 100%; .content_and_background { height: 100%; position: absolute; } .scroller > div { pointer-events: none; width: 100%; @include mobile { width: 100%; } } } .contentText { @include phone { margin-bottom: 40px; } } .videoPage .contentText, .audioPage .contentText { @include phone { margin-bottom: 80px; } }
Version data entries
16 entries across 16 versions & 1 rubygems