Sha256: 0d8c46aa93f929fd4f655d10b54e13eface91867c1357306a76211fb9839c758
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
body.rails_admin .container-fluid .row-fluid .span3 { position: absolute; left: -23.3%; z-index: 1; transition-timing-function: ease-in-out; transition: left 0.3s; .tab{ position: absolute; right: -108px; top: 0px; opacity: 0.5; transition: opacity 0.2s; cursor: pointer; &:hover{ opacity: 1; } } &.active{ left: 1%; .tab{ opacity: 1; background: #B3B3B3; } } } body.rails_admin .container-fluid .row-fluid .span12 { margin: 0; padding-top: 50px; }
Version data entries
2 entries across 2 versions & 1 rubygems