Sha256: 8793a94502ab83822741fbff8ba5cd23d9eec354adf5ec77ae075ce89fc94eb4
Contents?: true
Size: 1.66 KB
Versions: 5
Compression:
Stored size: 1.66 KB
Contents
.sidebar width: 160px position: fixed top: 54px bottom: 0 right: 0 z-index: 1000 display: block padding: 20px overflow-x: hidden overflow-y: auto background-color: $gray-lighter border-right: 1px solid #eee padding-top: 0 padding-bottom: 0 padding-right: 15px padding-left: 15px border: 1px solid lighten($navbar-inverse-bg, 5%) border-top-left-radius: 4px border-bottom-left-radius: 4px font-size: small line-height: 24px span font-size: small .current-version padding: 15px background-color: lighten($slate-blue, 15%) border-bottom: 1px solid lighten($navbar-inverse-bg, 5%) .github-links padding: 15px background-color: lighten($slate-blue, 25%) border-bottom: 1px solid lighten($navbar-inverse-bg, 15%) .versions padding: 15px 0px 15px 0px // Chrome, Safari, Opera @-webkit-keyframes pulsate from opacity: 0.0 color: tomato to opacity: $opacity-high color: $slate-blue // Standard syntax @keyframes pulsate from opacity: 0.0 color: tomato to opacity: $opacity-high color: $slate-blue .pulsating-comment -webkit-animation-name: pulsate -webkit-animation-duration: 3s -webkit-animation-direction: alternate animation-name: pulsate animation-duration: 3s animation-direction: alternate animation-iteration-count: infinite .versions ul list-style-type: none padding-left: 0 .list-item padding: 0px 15px width: 95px a cursor: pointer transition: opacity .5s &:hover opacity: 1 .selected background-color: $background-outer
Version data entries
5 entries across 5 versions & 1 rubygems