Sha256: 7bf7fded6ce2cd5cf3ef1f7c451e7c88d66df31d96805e8dfd581d12c6807d20
Contents?: true
Size: 1.38 KB
Versions: 14
Compression:
Stored size: 1.38 KB
Contents
.project-banner { position: absolute; left: 0; right: 0; height: 40px; // border-bottom: 1px solid rgb(210, 210, 210); &.affix { position: fixed; top: -4px; z-index: 1028; // right below the navbar } .project-banner-btn { color: #333; padding: 6px; display: block; float: right; white-space: nowrap; cursor: pointer; margin: 0 8px 0 0; position: relative; top: -4px; label { display: inline-block; font-weight: inherit; font-size: inherit; line-height: inherit; margin-bottom: 0; } i { display: inline-block; font-size: 18px; line-height: 23px; vertical-align: middle; } &:hover { text-decoration: none; background: rgba(0, 0, 0, 0.1); border-radius: 6px; } span { display: inline-block; font-size: 11px; line-height: 11px; } } } #sync_tickets_button { &.working { i { -moz-animation: fa-spin 2s infinite linear; -o-animation: fa-spin 2s infinite linear; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } } .ticket-tracker-last-sync { display: inline-block; .time-date { display: block; font-size: 9px; line-height: 1em; font-weight: 400; } .time-time { display: block; font-size: 14px; line-height: 1em; font-weight: 200; } } }
Version data entries
14 entries across 14 versions & 1 rubygems