Sha256: 97bb3248f6cef07ebb6b1dc87fdf48a02e31837d0b4e739e77ce28aea4ffcc39
Contents?: true
Size: 285 Bytes
Versions: 9
Compression:
Stored size: 285 Bytes
Contents
.panel { opacity: 0; visibility: hidden; position: absolute; right: 0; width: 100%; bottom: 0; top: 5px; @include transition(opacity 0.2s ease, visibility 0.2s ease); @include desktop { top: 60px; } &.active { opacity: 1; visibility: visible; } }
Version data entries
9 entries across 9 versions & 1 rubygems