Sha256: 688128eea7d1d2908a149f679a432c0d06e85c00bc42d2a68295d39422216a31
Contents?: true
Size: 888 Bytes
Versions: 7
Compression:
Stored size: 888 Bytes
Contents
#title-bar { position: fixed; width: 100%; top: 60px; left: 0; padding: 0 275px; z-index: 4; background: $color-light; border-bottom: 1px solid $color-light-darker; .page-title { display: inline-block; margin: 0; padding: 10px 0; text-transform: uppercase; font-size: 26px; line-height: 26px; } .button { display: inline-block; background: $color-1; margin: 10px 5px; padding: 6px 10px; font-size: 15px; font-weight: 400; color: $color-dark; vertical-align: top; &.new, &.export, &.delete { margin: 12px 0 0 10px; padding: 3px 8px; font-size: 13px; &:before { font-size: 10px; } } &.new { background: $color-2; } &.delete { background: $color-danger; color: $color-light; } &.export, &.delete { float: right; } } }
Version data entries
7 entries across 7 versions & 1 rubygems