Sha256: d2b4cf8e1d8ceb6066835fcc7290dce5ee8487d0526276657c38b5f5c74e7de9
Contents?: true
Size: 1.15 KB
Versions: 17
Compression:
Stored size: 1.15 KB
Contents
aside#activity { background: $color-light-dark; border-left: 1px solid $color-light-darker; padding: 25px 10px; @include box-sizing(border-box); article { margin: 0 0 30px 0; &:last-child { margin-bottom: 0; } .avatar-container { margin: 5px 10px 0 0; border-color: $color-light-darker; vertical-align: top; width: 28px; height: 28px; } .content { display: inline-block; width: 185px; vertical-align: top; p { margin: 0; font-size: 14px; line-height: 18px; &.action { margin-top: 5px; } &.date { color: darken($color-light-darkest, 15%); font-weight: 400; font-size: 12px; line-height: 12px; } strong { font-size: inherit; line-height: inherit; a { font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit; @include transition-all; &:hover { color: $color-dark-lightest; } } } } } } }
Version data entries
17 entries across 17 versions & 1 rubygems