Sha256: 11ac603fff6194727e00ef110d0170a05b669b817881df440408cf7abc453805
Contents?: true
Size: 1.2 KB
Versions: 8
Compression:
Stored size: 1.2 KB
Contents
/* * TIMELINE PAGE */ /* Timeline */ .smart-timeline { position: relative; } .smart-timeline-list { list-style: none; margin: 0; padding: 0; } .smart-timeline-list:after { content: " "; background-color: @gray-lighter; position: absolute; display: block; width: 2px; top: 0; left: 95px; bottom: 0; z-index: 1; } .smart-timeline-list li { position: relative; margin: 0; padding: 15px 0; } .smart-timeline-list > li:hover { background-color: @gray-lightest; } .smart-timeline-hover li:hover { background-color: #f9f9f9; } .smart-timeline-icon { background: @brand-primary; color: @white; border-radius: 50%; position: absolute; width: 32px; height: 32px; line-height: 28px; font-size: @font-size-base + 1; text-align: center; left: 80px; top: 10px; z-index: 100; padding:2px; } .smart-timeline-icon > img { height: 32px; width: 32px; border-radius: 50%; margin-top: -2px; margin-left: -2px; border: 2px solid @brand-primary; } .smart-timeline-time { float: left; width: 70px; text-align: right; } .smart-timeline-time > small { font-style:italic; } .smart-timeline-content { margin-left: 123px; }
Version data entries
8 entries across 8 versions & 1 rubygems